annotate lib/swig.bat @ 2052:71a814f4482a

Moved implementation to cpp
author Nomad
date Fri, 29 Nov 2013 12:20:07 +0200
parents ea8e801fdeab
children 62a27b2cfcc2
rev   line source
2052
71a814f4482a Moved implementation to cpp
Nomad
parents: 2041
diff changeset
1 @echo off
71a814f4482a Moved implementation to cpp
Nomad
parents: 2041
diff changeset
2 rem echo 1 %1
71a814f4482a Moved implementation to cpp
Nomad
parents: 2041
diff changeset
3 rem echo 2 %2
71a814f4482a Moved implementation to cpp
Nomad
parents: 2041
diff changeset
4 rem echo 3 %3
71a814f4482a Moved implementation to cpp
Nomad
parents: 2041
diff changeset
5 rem echo 4 %4
71a814f4482a Moved implementation to cpp
Nomad
parents: 2041
diff changeset
6 rem echo 5 %5
71a814f4482a Moved implementation to cpp
Nomad
parents: 2041
diff changeset
7 rem echo 6 %6
2037
7a9477135943 Renamed Math.h -> OurMath.h (file resolution was sometimes ambiguous)
Nomad
parents:
diff changeset
8
2052
71a814f4482a Moved implementation to cpp
Nomad
parents: 2041
diff changeset
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
71a814f4482a Moved implementation to cpp
Nomad
parents: 2041
diff changeset
15 rem echo xcopy "%6" %5"%2" /y
2041
ea8e801fdeab swig.bat
Ritor1
parents: 2037
diff changeset
16 xcopy "%6" %5"%2" /y