From: Braden M. <br...@us...> - 2007-04-29 04:06:03
|
Update of /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML/antlr In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15374/ide-projects/Windows/VisualC8_0/OpenVRML/antlr Modified Files: Tag: OpenVRML-0_16-BRANCH antlr.vcproj Log Message: Turned off "Enable Minimal Rebuild" in the Debug configuration; it seems to trigger compiler error C1073. Index: antlr.vcproj =================================================================== RCS file: /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML/antlr/antlr.vcproj,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** antlr.vcproj 22 Sep 2006 22:22:48 -0000 1.3.2.1 --- antlr.vcproj 29 Apr 2007 04:06:00 -0000 1.3.2.2 *************** *** 42,46 **** Optimization="0" AdditionalIncludeDirectories="..\..\..\..\..\lib\antlr" ! MinimalRebuild="true" BasicRuntimeChecks="0" RuntimeLibrary="3" --- 42,46 ---- Optimization="0" AdditionalIncludeDirectories="..\..\..\..\..\lib\antlr" ! MinimalRebuild="false" BasicRuntimeChecks="0" RuntimeLibrary="3" |