# HG changeset patch # User Ritor1 # Date 1385820531 -21600 # Node ID 95e9a5141338cf792bb9c47ccbf11a012fad805d # Parent 29e16f184db884c0c8a122057489599eee46065f PlayerModule.swig diff -r 29e16f184db8 -r 95e9a5141338 Build/Visual Studio 2012/World of Might and Magic.vcxproj --- a/Build/Visual Studio 2012/World of Might and Magic.vcxproj Fri Nov 29 09:45:35 2013 +0600 +++ b/Build/Visual Studio 2012/World of Might and Magic.vcxproj Sat Nov 30 20:08:51 2013 +0600 @@ -387,6 +387,11 @@ %(Filename)_wrap.cxx + + Document + call "lib/swig" "%(FileName)" %(RelativeDir) "%(FileName)%(Extension)" "%(FullPath)" "$(SolutionDir)" %(Filename)_wrap.cxx + %(Filename)_wrap.cxx + diff -r 29e16f184db8 -r 95e9a5141338 Build/Visual Studio 2012/World of Might and Magic.vcxproj.filters --- a/Build/Visual Studio 2012/World of Might and Magic.vcxproj.filters Fri Nov 29 09:45:35 2013 +0600 +++ b/Build/Visual Studio 2012/World of Might and Magic.vcxproj.filters Sat Nov 30 20:08:51 2013 +0600 @@ -607,5 +607,6 @@ NewUI\Core + \ No newline at end of file diff -r 29e16f184db8 -r 95e9a5141338 lib/swig.bat --- a/lib/swig.bat Fri Nov 29 09:45:35 2013 +0600 +++ b/lib/swig.bat Sat Nov 30 20:08:51 2013 +0600 @@ -1,15 +1,16 @@ -echo 1 %1 -echo 2 %2 -echo 3 %3 -echo 4 %4 -echo 5 %5 -echo 6 %6 +@echo off +rem echo 1 %1 +rem echo 2 %2 +rem echo 3 %3 +rem echo 4 %4 +rem echo 5 %5 +rem echo 6 %6 -echo xcopy %4 "../../lib/swig/swigwin-2.0.11" /y +rem echo xcopy %4 "../../lib/swig/swigwin-2.0.11" /y xcopy %4 "../../lib/swig/swigwin-2.0.11" /y cd ../../lib/swig/swigwin-2.0.11 swig -c++ -lua %3 -echo xcopy "%6" %5"%2" /y +rem echo xcopy "%6" %5"%2" /y xcopy "%6" %5"%2" /y \ No newline at end of file