Program()
Tells SCons to build an executable given a list of sources. A very simple example is
On Unix the resulting program will be 'my_program', on Windows the resulting program will be 'my_program.exe'.
Program()
Tells SCons to build an executable given a list of sources. A very simple example is
On Unix the resulting program will be 'my_program', on Windows the resulting program will be 'my_program.exe'.
Program() (last edited 2008-07-06 00:08:49 by JohnFemiani)