Mercurial > mm7
comparison 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 |
comparison
equal
deleted
inserted
replaced
2036:a453996ed5ac | 2037:7a9477135943 |
---|---|
1 rem echo 1 %1 | |
2 rem echo 2 %2 | |
3 rem echo 3 %3 | |
4 rem echo 4 %4 | |
5 rem echo 5 %5 | |
6 rem echo 6 %6 | |
7 | |
8 rem echo xcopy %4 "../../lib/swig/swigwin-2.0.11" /y | |
9 xcopy %4 "../../lib/swig/swigwin-2.0.11" /y | |
10 | |
11 cd ../../lib/swig/swigwin-2.0.11 | |
12 swig -c++ -lua %3 | |
13 | |
14 rem echo xcopy "%6 %5"%2" /y | |
15 xcopy "%6 %5"%2" /y |