SCons updates

* Removed win32 specific stuff from the SConscript in makesdna/intern.
  This stuff is obsolete after yesterdays update.
This commit is contained in:
Michel Selten 2004-03-16 18:43:18 +00:00
parent 90d179f014
commit 48d2ea15f1

@ -1,22 +1,8 @@
import sys
# Import the C flags set in the SConstruct file
Import ('cflags')
Import ('defines')
Import ('user_options_dict')
if sys.platform=='win32':
platform_linkflags = ['/SUBSYSTEM:CONSOLE',
'/MACHINE:I386',
'/ENTRY:mainCRTStartup',
'/NODEFAULTLIB:"msvcprt.lib"',
'/NODEFAULTLIB:"glut32.lib"',
'/NODEFAULTLIB:"libcd.lib"',
#'/NODEFAULTLIB:"libc.lib"',
'/NODEFAULTLIB:"libcpd.lib"',
'/NODEFAULTLIB:"libcp.lib"',
'/NODEFAULTLIB:"libcmtd.lib"'
]
# TODO: make sure the makesdna program does not get installed on the system.
source_files = ['makesdna.c']