Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Selten <michel@mselten.demon.nl>2004-03-16 21:43:18 +0300
committerMichel Selten <michel@mselten.demon.nl>2004-03-16 21:43:18 +0300
commit48d2ea15f1a62e400fe158a45f8e42c34338b3a9 (patch)
tree80f4856054551bc69b411b06800719c70001b3e0 /source/blender/makesdna/intern/SConscript
parent90d179f014a6c47878e3bb225e3a6de97510ba72 (diff)
SCons updates
* Removed win32 specific stuff from the SConscript in makesdna/intern. This stuff is obsolete after yesterdays update.
Diffstat (limited to 'source/blender/makesdna/intern/SConscript')
-rw-r--r--source/blender/makesdna/intern/SConscript14
1 files changed, 0 insertions, 14 deletions
diff --git a/source/blender/makesdna/intern/SConscript b/source/blender/makesdna/intern/SConscript
index 7d4520982d9..ef9ddb05a32 100644
--- a/source/blender/makesdna/intern/SConscript
+++ b/source/blender/makesdna/intern/SConscript
@@ -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']