Mercurial > mm7
annotate lib/swig.bat @ 2049:73ee77d482f8
Merge
author | Ritor1 |
---|---|
date | Thu, 28 Nov 2013 21:49:06 +0600 |
parents | ea8e801fdeab |
children | 71a814f4482a |
rev | line source |
---|---|
2041 | 1 echo 1 %1 |
2 echo 2 %2 | |
3 echo 3 %3 | |
4 echo 4 %4 | |
5 echo 5 %5 | |
6 echo 6 %6 | |
2037
7a9477135943
Renamed Math.h -> OurMath.h (file resolution was sometimes ambiguous)
Nomad
parents:
diff
changeset
|
7 |
2041 | 8 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
|
9 xcopy %4 "../../lib/swig/swigwin-2.0.11" /y |
7a9477135943
Renamed Math.h -> OurMath.h (file resolution was sometimes ambiguous)
Nomad
parents:
diff
changeset
|
10 |
7a9477135943
Renamed Math.h -> OurMath.h (file resolution was sometimes ambiguous)
Nomad
parents:
diff
changeset
|
11 cd ../../lib/swig/swigwin-2.0.11 |
7a9477135943
Renamed Math.h -> OurMath.h (file resolution was sometimes ambiguous)
Nomad
parents:
diff
changeset
|
12 swig -c++ -lua %3 |
7a9477135943
Renamed Math.h -> OurMath.h (file resolution was sometimes ambiguous)
Nomad
parents:
diff
changeset
|
13 |
2041 | 14 echo xcopy "%6" %5"%2" /y |
15 xcopy "%6" %5"%2" /y |