From: <sv...@ww...> - 2004-11-11 15:20:28
|
Author: delta Date: 2004-11-11 07:20:21 -0800 (Thu, 11 Nov 2004) New Revision: 1304 Modified: trunk/CSP/SimData/CHANGES.current trunk/CSP/SimData/VisualStudio2003/SimData.vcproj Log: * Added SWIG_STD_BACKWARD_COMP to the swig command line in SimData.vcproj. Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=1304 Modified: trunk/CSP/SimData/CHANGES.current =================================================================== --- trunk/CSP/SimData/CHANGES.current 2004-11-11 07:36:46 UTC (rev 1303) +++ trunk/CSP/SimData/CHANGES.current 2004-11-11 15:20:21 UTC (rev 1304) @@ -1,6 +1,9 @@ Version 0.4.0 (in progress) =========================== +2004-11-11: delta + * Added SWIG_STD_BACKWARD_COMP to the swig command line in SimData.vcproj. + 2004-11-10: onsight * Another bug fix in Parse.py, this time for TableN types. Prevents spurious complaints about missing required fields. Modified: trunk/CSP/SimData/VisualStudio2003/SimData.vcproj =================================================================== --- trunk/CSP/SimData/VisualStudio2003/SimData.vcproj 2004-11-11 07:36:46 UTC (rev 1303) +++ trunk/CSP/SimData/VisualStudio2003/SimData.vcproj 2004-11-11 15:20:21 UTC (rev 1304) @@ -466,7 +466,7 @@ Name="Release|Win32"> <Tool Name="VCCustomBuildTool" - CommandLine="$(SWIG_PATH)\swig -runtime -c++ -python -noexcept -I..\Include -o ..\Source\$(InputName)_wrap.cpp ..\Source\$(InputName).i + CommandLine="$(SWIG_PATH)\swig -DSWIG_STD_BACKWARD_COMP -runtime -c++ -python -noexcept -I..\Include -o ..\Source\$(InputName)_wrap.cpp ..\Source\$(InputName).i " Outputs="..\Source\$(InputName)_wrap.cpp"/> </FileConfiguration> @@ -474,7 +474,7 @@ Name="Debug|Win32"> <Tool Name="VCCustomBuildTool" - CommandLine="$(SWIG_PATH)\swig -runtime -c++ -python -noexcept -I..\Include -o ..\Source\$(InputName)_wrap.cpp ..\Source\$(InputName).i + CommandLine="$(SWIG_PATH)\swig -DSWIG_STD_BACKWARD_COMP -runtime -c++ -python -noexcept -I..\Include -o ..\Source\$(InputName)_wrap.cpp ..\Source\$(InputName).i " Outputs="..\Source\$(InputName)_wrap.cpp"/> </FileConfiguration> |