[Commits] (markie) Update for VS7
commits at osafoundation.org
commits at osafoundation.org
Tue Mar 2 14:19:22 PST 2004
Commit by: markie
Modified files:
osaf/chandler/wxpython/src/msw/msw.vcproj 1.1 1.2
Log message:
Update for VS7
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/chandler/wxpython/src/msw/msw.vcproj.diff?r1=text&tr1=1.1&r2=text&tr2=1.2
Index: osaf/chandler/wxpython/src/msw/msw.vcproj
diff -u osaf/chandler/wxpython/src/msw/msw.vcproj:1.1 osaf/chandler/wxpython/src/msw/msw.vcproj:1.2
--- osaf/chandler/wxpython/src/msw/msw.vcproj:1.1 Mon Mar 10 15:46:32 2003
+++ osaf/chandler/wxpython/src/msw/msw.vcproj Tue Mar 2 14:18:51 2004
@@ -1,29 +1,29 @@
-<?xml version="1.0" encoding = "Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.00"
- Name="msw"
- ProjectGUID="{2AB03B05-2CBE-4175-AEFF-E326FBDC9744}"
- 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="msw"
+ ProjectGUID="{2AB03B05-2CBE-4175-AEFF-E326FBDC9744}"
+ Keyword="MakeFileProj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="0">
+ <Tool
+ Name="VCNMakeTool"
BuildCommandLine="nmake -f makefile.vc dll pch FINAL=0
mkdir ..\..\..\debug\lib
copy ..\..\lib\wxmsw240d.lib ..\..\..\debug\lib
copy ..\..\lib\wxmsw240d.exp ..\..\..\debug\lib
mkdir ..\..\..\debug\bin
copy ..\..\lib\wxmsw240d.dll ..\..\..\debug\bin
-"
+"
ReBuildCommandLine="nmake -f makefile.vc FINAL=0 DLL=1 WXMAKINGDLL=1 cleandll clean_png clean_jpeg clean_tiff clean_regex clean_zlib
nmake -f makefile.vc dll pch FINAL=0
mkdir ..\..\..\debug\lib
@@ -31,24 +31,24 @@
copy ..\..\lib\wxmsw240d.exp ..\..\..\debug\lib
mkdir ..\..\..\debug\bin
copy ..\..\lib\wxmsw240d.dll ..\..\..\debug\bin
-"
+"
CleanCommandLine="nmake -f makefile.vc FINAL=0 DLL=1 WXMAKINGDLL=1 cleandll clean_png clean_jpeg clean_tiff clean_regex clean_zlib
-"/>
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="Release"
- IntermediateDirectory="Release"
- ConfigurationType="0">
- <Tool
- Name="VCNMakeTool"
+"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="0">
+ <Tool
+ Name="VCNMakeTool"
BuildCommandLine="nmake -f makefile.vc dll pch FINAL=1
mkdir ..\..\..\release\lib
copy ..\..\lib\wxmsw240.lib ..\..\..\release\lib
copy ..\..\lib\wxmsw240.exp ..\..\..\release\lib
mkdir ..\..\..\release\bin
copy ..\..\lib\wxmsw240.dll ..\..\..\release\bin
-"
+"
ReBuildCommandLine="nmake -f makefile.vc FINAL=1 DLL=1 WXMAKINGDLL=1 cleandll clean_png clean_jpeg clean_tiff clean_regex clean_zlib
nmake -f makefile.vc dll pch FINAL=1
mkdir ..\..\..\release\lib
@@ -56,27 +56,29 @@
copy ..\..\lib\wxmsw240.exp ..\..\..\release\lib
mkdir ..\..\..\release\bin
copy ..\..\lib\wxmsw240.dll ..\..\..\release\bin
-"
- CleanCommandLine="nmake -f makefile.vc FINAL=1 DLL=1 WXMAKINGDLL=1 cleandll clean_png clean_jpeg clean_tiff clean_regex clean_zlib"/>
- </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="makefile.vc">
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+"
+ CleanCommandLine="nmake -f makefile.vc FINAL=1 DLL=1 WXMAKINGDLL=1 cleandll clean_png clean_jpeg clean_tiff clean_regex clean_zlib"/>
+ </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="makefile.vc">
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
More information about the Commits
mailing list