diff lib/swig.bat @ 2037:7a9477135943

Renamed Math.h -> OurMath.h (file resolution was sometimes ambiguous) Added custom pre-compile build step (.swig -> .cxx)
author Nomad
date Fri, 22 Nov 2013 10:34:22 +0200
parents
children ea8e801fdeab
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/swig.bat	Fri Nov 22 10:34:22 2013 +0200
@@ -0,0 +1,15 @@
+rem echo 1 %1
+rem echo 2 %2
+rem echo 3 %3
+rem echo 4 %4
+rem echo 5 %5
+rem echo 6 %6
+
+rem echo xcopy %4 "../../lib/swig/swigwin-2.0.11" /y
+xcopy %4 "../../lib/swig/swigwin-2.0.11" /y
+
+cd ../../lib/swig/swigwin-2.0.11
+swig -c++ -lua %3
+
+rem echo xcopy "%6  %5"%2" /y
+xcopy "%6  %5"%2" /y
\ No newline at end of file