r318 - trunk/examples/duke3d

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun May 27 14:44:31 EDT 2007


Author: icculus
Date: 2007-05-27 14:44:31 -0400 (Sun, 27 May 2007)
New Revision: 318

Modified:
   trunk/examples/duke3d/make.sh
Log:
Whoops, reversed if block in duke3d's make.sh ...


Modified: trunk/examples/duke3d/make.sh
===================================================================
--- trunk/examples/duke3d/make.sh	2007-05-27 18:37:53 UTC (rev 317)
+++ trunk/examples/duke3d/make.sh	2007-05-27 18:44:31 UTC (rev 318)
@@ -17,12 +17,12 @@
 set -x
 
 if [ "$DEBUG" = "1" ]; then
-    LUASTRIPOPT=-s
+    LUASTRIPOPT=
     BUILDTYPE=Debug
     TRUEIFDEBUG=TRUE
     FALSEIFDEBUG=FALSE
 else
-    LUASTRIPOPT=
+    LUASTRIPOPT=-s
     BUILDTYPE=MinSizeRel
     TRUEIFDEBUG=FALSE
     FALSEIFDEBUG=TRUE




More information about the mojosetup-commits mailing list