summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2015-02-03 13:33:52 +0100
committerSven Gothel <[email protected]>2015-02-03 13:33:52 +0100
commit72e348dfcdfe2aa2f0878950d943e738ea94422a (patch)
tree8c1319141165b52aa043ecac9c34b136fdbe1b10
parentd8dff4c9f2186749b167195eeb339c33f56864e8 (diff)
Fix regression of commit 3caf446e29a3934900b9983dfd72cb8aa0d9e8d7: Win64 is not LP64
-rwxr-xr-xmake/gluegen-cpptasks-base.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/make/gluegen-cpptasks-base.xml b/make/gluegen-cpptasks-base.xml
index db45b29..426bfae 100755
--- a/make/gluegen-cpptasks-base.xml
+++ b/make/gluegen-cpptasks-base.xml
@@ -1179,8 +1179,6 @@
<compilerarg value="-O0" if="c.compiler.use-debug"/>
<compilerarg value="-O2" unless="c.compiler.use-debug"/>
<defineset>
- <define name="__LP64__" /> <!-- default pre-defined macro for 64bit unix -->
-
<define name="_DEBUG" if="c.compiler.use-debug"/>
<define name="DEBUG" if="c.compiler.use-debug"/>
<define name="NDEBUG" unless="c.compiler.use-debug"/>