Update of /cvsroot/simspark/simspark/spark/oxygen
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv11298/oxygen
Modified Files:
Tag: WIN32
oxygen.vcproj
Log Message:
- remove absolute paths (ode, ruby libs and includes). Rely on local
installation to propely set up these path in the IDE
Index: oxygen.vcproj
===================================================================
RCS file: /cvsroot/simspark/simspark/spark/oxygen/Attic/oxygen.vcproj,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** oxygen.vcproj 13 Feb 2007 19:52:34 -0000 1.1.2.3
--- oxygen.vcproj 14 Feb 2007 12:36:06 -0000 1.1.2.4
***************
*** 41,45 ****
Name="VCCLCompilerTool"
Optimization="0"
! AdditionalIncludeDirectories="..\win32;..\;..\utility;"C:\ruby\lib\ruby\1.8\i386-mswin32";c:\ode\include"
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H"
MinimalRebuild="true"
--- 41,45 ----
Name="VCCLCompilerTool"
Optimization="0"
! AdditionalIncludeDirectories="..\win32;..\;..\utility"
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H"
MinimalRebuild="true"
***************
*** 104,108 ****
<Tool
Name="VCCLCompilerTool"
! AdditionalIncludeDirectories="..\win32;..\;..\utility;"C:\ruby\lib\ruby\1.8\i386-mswin32";c:\ode\include"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H"
RuntimeLibrary="2"
--- 104,108 ----
<Tool
Name="VCCLCompilerTool"
! AdditionalIncludeDirectories="..\win32;..\;..\utility"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H"
RuntimeLibrary="2"
|