[Commits] (markie) Update for VS7
commits at osafoundation.org
commits at osafoundation.org
Tue Mar 2 14:19:27 PST 2004
Commit by: markie
Modified files:
osaf/chandler/wxpython/wxPython/wxPython.vcproj 1.1 1.2
Log message:
Update for VS7
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/chandler/wxpython/wxPython/wxPython.vcproj.diff?r1=text&tr1=1.1&r2=text&tr2=1.2
Index: osaf/chandler/wxpython/wxPython/wxPython.vcproj
diff -u osaf/chandler/wxpython/wxPython/wxPython.vcproj:1.1 osaf/chandler/wxpython/wxPython/wxPython.vcproj:1.2
--- osaf/chandler/wxpython/wxPython/wxPython.vcproj:1.1 Mon Mar 10 15:46:32 2003
+++ osaf/chandler/wxpython/wxPython/wxPython.vcproj Tue Mar 2 14:18:56 2004
@@ -1,67 +1,69 @@
-<?xml version="1.0" encoding = "Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.00"
- Name="wxPython"
- ProjectGUID="{17D2BC07-D334-4014-A617-01F5B13C0303}"
- Keyword="MakeFileProj">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="Debug"
- IntermediateDirectory="Debug"
- ConfigurationType="0">
- <Tool
- Name="VCNMakeTool"
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="wxPython"
+ ProjectGUID="{17D2BC07-D334-4014-A617-01F5B13C0303}"
+ Keyword="MakeFileProj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="0">
+ <Tool
+ Name="VCNMakeTool"
BuildCommandLine="..\..\debug\bin\python_d setup.py IN_CVS_TREE=1 USE_SWIG=0 build --debug install
-"
+"
ReBuildCommandLine="..\..\debug\bin\python_d setup.py clean --all
..\..\debug\bin\python_d setup.py IN_CVS_TREE=1 USE_SWIG=0 build --debug install
-"
- CleanCommandLine="..\..\debug\bin\python_d setup.py clean --all"/>
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="Release"
- IntermediateDirectory="Release"
- ConfigurationType="0">
- <Tool
- Name="VCNMakeTool"
+"
+ CleanCommandLine="..\..\debug\bin\python_d setup.py clean --all"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="0">
+ <Tool
+ Name="VCNMakeTool"
BuildCommandLine="..\..\release\bin\python setup.py IN_CVS_TREE=1 USE_SWIG=0 FINAL=1 install
-"
+"
ReBuildCommandLine="..\..\release\bin\python setup.py clean --all
..\..\release\bin\python setup.py IN_CVS_TREE=1 USE_SWIG=0 FINAL=1 install
-"
- CleanCommandLine="..\..\release\bin\python setup.py clean --all "/>
- </Configuration>
- </Configurations>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc">
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
- </Filter>
- <File
- RelativePath="BUILD.win32.txt">
- </File>
- <File
- RelativePath="README.txt">
- </File>
- <File
- RelativePath="setup.py">
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+"
+ CleanCommandLine="..\..\release\bin\python setup.py clean --all "/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc">
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
+ </Filter>
+ <File
+ RelativePath="BUILD.win32.txt">
+ </File>
+ <File
+ RelativePath="README.txt">
+ </File>
+ <File
+ RelativePath="setup.py">
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
More information about the Commits
mailing list