view lib/swig.bat @ 2193:4842f58715ea

sub_47C3D7_get_fog_related_stuff to sub_47C3D7_get_fog_specular cleanup, IsTerrainSlopeTooHigh restoring commented out min,min/max,max implementation, some small changes in OnMapLoad, sub_4465DF_check_season attempted to pick the best readabilty/maintainability tradeoff
author Grumpy7
date Thu, 30 Jan 2014 22:09:10 +0100
parents 62a27b2cfcc2
children
line wrap: on
line source

rem echo 1 %1
rem echo 2 %2
rem echo 3 %3
rem echo 4 %4
rem echo 5 %5
rem echo 6 %6

set WOMM_SWIG_SOLUTION_DIR=%CD%

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

rem echo xcopy "%6" %5"%2" /y
xcopy "%6" %5"%2" /y

rem echo chdir /d %WOMM_SWIG_SOLUTION_DIR%
chdir /d %WOMM_SWIG_SOLUTION_DIR%