Mercurial > mm7
annotate lib/swig.bat @ 2463:0f17a30149ec
cleaning project part 1
author | zipi |
---|---|
date | Sun, 17 Aug 2014 15:13:18 +0100 |
parents | 62a27b2cfcc2 |
children |
rev | line source |
---|---|
2052 | 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 | |
2037
7a9477135943
Renamed Math.h -> OurMath.h (file resolution was sometimes ambiguous)
Nomad
parents:
diff
changeset
|
7 |
2054 | 8 set WOMM_SWIG_SOLUTION_DIR=%CD% |
9 | |
2052 | 10 rem echo xcopy %4 "../../lib/swig/swigwin-2.0.11" /y |
2037
7a9477135943
Renamed Math.h -> OurMath.h (file resolution was sometimes ambiguous)
Nomad
parents:
diff
changeset
|
11 xcopy %4 "../../lib/swig/swigwin-2.0.11" /y |
7a9477135943
Renamed Math.h -> OurMath.h (file resolution was sometimes ambiguous)
Nomad
parents:
diff
changeset
|
12 |
7a9477135943
Renamed Math.h -> OurMath.h (file resolution was sometimes ambiguous)
Nomad
parents:
diff
changeset
|
13 cd ../../lib/swig/swigwin-2.0.11 |
7a9477135943
Renamed Math.h -> OurMath.h (file resolution was sometimes ambiguous)
Nomad
parents:
diff
changeset
|
14 swig -c++ -lua %3 |
7a9477135943
Renamed Math.h -> OurMath.h (file resolution was sometimes ambiguous)
Nomad
parents:
diff
changeset
|
15 |
2052 | 16 rem echo xcopy "%6" %5"%2" /y |
2054 | 17 xcopy "%6" %5"%2" /y |
18 | |
19 rem echo chdir /d %WOMM_SWIG_SOLUTION_DIR% | |
20 chdir /d %WOMM_SWIG_SOLUTION_DIR% |