atabac / python-on-a-chip

Automatically exported from code.google.com/p/python-on-a-chip
Other
0 stars 0 forks source link

scons default target for Windows fails #198

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Running scons with no parameters:

C:\Users\bjones\Documents\svns\python-on-a-chip>scons
scons: Reading SConscript files ...
src/platform/desktop/SConscript

scons: *** An executable should have exactly one target with the suffix: .exe
File "C:\Users\bjones\Documents\svns\python-on-a-chip\src\platform\desktop\SCons
cript", line 21, in <module>

There should be a "see if this is Windows and if so build the windows target" 
piece of code added. (The cryptic error message doesn't help, either).

Original issue reported on code.google.com by bjones460@gmail.com on 3 May 2011 at 3:30