Mercurial > mm7
annotate lib/swig.bat @ 2066:f7e5b9f236ae
inline LuaVM()
author | Ritor1 |
---|---|
date | Tue, 03 Dec 2013 09:22:24 +0600 |
parents | 71a814f4482a |
children | 62a27b2cfcc2 |
rev | line source |
---|---|
2052 | 1 @echo off |
2 rem echo 1 %1 | |
3 rem echo 2 %2 | |
4 rem echo 3 %3 | |
5 rem echo 4 %4 | |
6 rem echo 5 %5 | |
7 rem echo 6 %6 | |
2037
7a9477135943
Renamed Math.h -> OurMath.h (file resolution was sometimes ambiguous)
Nomad
parents:
diff
changeset
|
8 |
2052 | 9 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
|
10 xcopy %4 "../../lib/swig/swigwin-2.0.11" /y |
7a9477135943
Renamed Math.h -> OurMath.h (file resolution was sometimes ambiguous)
Nomad
parents:
diff
changeset
|
11 |
7a9477135943
Renamed Math.h -> OurMath.h (file resolution was sometimes ambiguous)
Nomad
parents:
diff
changeset
|
12 cd ../../lib/swig/swigwin-2.0.11 |
7a9477135943
Renamed Math.h -> OurMath.h (file resolution was sometimes ambiguous)
Nomad
parents:
diff
changeset
|
13 swig -c++ -lua %3 |
7a9477135943
Renamed Math.h -> OurMath.h (file resolution was sometimes ambiguous)
Nomad
parents:
diff
changeset
|
14 |
2052 | 15 rem echo xcopy "%6" %5"%2" /y |
2041 | 16 xcopy "%6" %5"%2" /y |