[pywin32-checkins] /hgroot/pywin32/pywin32: Remove rest of .dsp files
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: <pyw...@li...> - 2013-04-08 12:51:47
|
changeset cc9272f5fb01 in /hgroot/pywin32/pywin32 details: http://pywin32.hg.sourceforge.net/hgweb/pywin32/pywin32/hgroot/pywin32/pywin32?cmd=changeset;node=cc9272f5fb01 summary: Remove rest of .dsp files diffstat: .hgignore | 7 + MANIFEST.in | 1 - Pythonwin/Scintilla.dsp | 97 --- Pythonwin/_All Pythonwin.dsp | 81 -- Pythonwin/dde.dsp | 134 ---- Pythonwin/pythonwin.dsp | 154 ----- Pythonwin/win32ui.dsp | 959 --------------------------------- Pythonwin/win32uiole.dsp | 144 ---- setup.py | 259 ++++++-- win32/PyWinTypes.dsp | 185 ------ win32/PythonService servicemanager.dsp | 146 ----- win32/src/win32popen.cpp | 1 - win32/src/win32popenWin9x.cpp | 63 -- win32/src/win32popenWin9x.rc | 4 - win32/win32popenWin9x.dsp | 75 -- 15 files changed, 205 insertions(+), 2105 deletions(-) diffs (truncated from 2465 to 300 lines): diff -r 125b33816ad5 -r cc9272f5fb01 .hgignore --- a/.hgignore Mon Apr 08 02:04:05 2013 -0400 +++ b/.hgignore Mon Apr 08 08:51:02 2013 -0400 @@ -11,6 +11,7 @@ *.ncb *.opt *.plg +*.flg *.chm *.chw *.pyc @@ -43,3 +44,9 @@ win32/src/win32service_messages.h win32/src/win32evtlog_messages.h isapi/src/pyISAPI_messages.h + +# VC2003 and up project files +*.sln +*.suo +*.vcproj +*.user diff -r 125b33816ad5 -r cc9272f5fb01 MANIFEST.in --- a/MANIFEST.in Mon Apr 08 02:04:05 2013 -0400 +++ b/MANIFEST.in Mon Apr 08 08:51:02 2013 -0400 @@ -12,7 +12,6 @@ # don't know how to include "Python and Extensions.dsw" - spaces upset things # Core win32 stuff include win32/src/*.rc -include win32/src/win32popenWin9x.cpp include win32/scripts/*.py include win32/help/*.d include win32/help/*.html diff -r 125b33816ad5 -r cc9272f5fb01 Pythonwin/Scintilla.dsp --- a/Pythonwin/Scintilla.dsp Mon Apr 08 02:04:05 2013 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,97 +0,0 @@ -# Microsoft Developer Studio Project File - Name="Scintilla" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) External Target" 0x0106 - -CFG=Scintilla - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "Scintilla.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Scintilla.mak" CFG="Scintilla - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Scintilla - Win32 Release" (based on "Win32 (x86) External Target") -!MESSAGE "Scintilla - Win32 Debug" (based on "Win32 (x86) External Target") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "Scintilla - Win32 Release" - -# PROP BASE Use_MFC -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Build" -# PROP BASE Intermediate_Dir "Build\Temp\Scintilla\Release" -# PROP BASE Cmd_Line "NMAKE /f Scintilla.mak" -# PROP BASE Rebuild_Opt "/a" -# PROP BASE Target_File "Scintilla.exe" -# PROP BASE Bsc_Name "Scintilla.bsc" -# PROP BASE Target_Dir "" -# PROP Use_MFC -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Build" -# PROP Intermediate_Dir "Build\Temp\Scintilla\Release" -# PROP Cmd_Line "cd Scintilla && nmake /nologo /f makefile_pythonwin" -# PROP Rebuild_Opt "/a" -# PROP Target_File "Build\Scintilla.dll" -# PROP Bsc_Name "" -# PROP Target_Dir "" - -!ELSEIF "$(CFG)" == "Scintilla - Win32 Debug" - -# PROP BASE Use_MFC -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Build" -# PROP BASE Intermediate_Dir "Build\Temp\Scintilla\Debug" -# PROP BASE Cmd_Line "NMAKE /f Scintilla.mak" -# PROP BASE Rebuild_Opt "/a" -# PROP BASE Target_File "Scintilla.exe" -# PROP BASE Bsc_Name "Scintilla.bsc" -# PROP BASE Target_Dir "" -# PROP Use_MFC -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Build" -# PROP Intermediate_Dir "Build\Temp\Scintilla\Debug" -# PROP Cmd_Line "cd Scintilla && nmake /f makefile_pythonwin DEBUG=1" -# PROP Rebuild_Opt "/a" -# PROP Target_File "Build\Scintilla_d.dll" -# PROP Bsc_Name "" -# PROP Target_Dir "" - -!ENDIF - -# Begin Target - -# Name "Scintilla - Win32 Release" -# Name "Scintilla - Win32 Debug" - -!IF "$(CFG)" == "Scintilla - Win32 Release" - -!ELSEIF "$(CFG)" == "Scintilla - Win32 Debug" - -!ENDIF - -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff -r 125b33816ad5 -r cc9272f5fb01 Pythonwin/_All Pythonwin.dsp --- a/Pythonwin/_All Pythonwin.dsp Mon Apr 08 02:04:05 2013 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,81 +0,0 @@ -# Microsoft Developer Studio Project File - Name="_All Pythonwin" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) External Target" 0x0106 - -CFG=_All Pythonwin - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "_All Pythonwin.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "_All Pythonwin.mak" CFG="_All Pythonwin - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "_All Pythonwin - Win32 Release" (based on "Win32 (x86) External Target") -!MESSAGE "_All Pythonwin - Win32 Debug" (based on "Win32 (x86) External Target") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName ""$/Python/Pythonwin", OOAAAAAA" -# PROP Scc_LocalPath "." - -!IF "$(CFG)" == "_All Pythonwin - Win32 Release" - -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Cmd_Line "NMAKE /f "_All Pythonwin.mak"" -# PROP BASE Rebuild_Opt "/a" -# PROP BASE Target_File "_All Pythonwin.exe" -# PROP BASE Bsc_Name "_All Pythonwin.bsc" -# PROP BASE Target_Dir "" -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Cmd_Line "" -# PROP Rebuild_Opt "" -# PROP Target_File "_All Pythonwin.exe" -# PROP Bsc_Name "" -# PROP Target_Dir "" - -!ELSEIF "$(CFG)" == "_All Pythonwin - Win32 Debug" - -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Cmd_Line "NMAKE /f "_All Pythonwin.mak"" -# PROP BASE Rebuild_Opt "/a" -# PROP BASE Target_File "_All Pythonwin.exe" -# PROP BASE Bsc_Name "_All Pythonwin.bsc" -# PROP BASE Target_Dir "" -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Cmd_Line "" -# PROP Rebuild_Opt "" -# PROP Target_File "_All Pythonwin.exe" -# PROP Bsc_Name "" -# PROP Target_Dir "" - -!ENDIF - -# Begin Target - -# Name "_All Pythonwin - Win32 Release" -# Name "_All Pythonwin - Win32 Debug" - -!IF "$(CFG)" == "_All Pythonwin - Win32 Release" - -!ELSEIF "$(CFG)" == "_All Pythonwin - Win32 Debug" - -!ENDIF - -# End Target -# End Project diff -r 125b33816ad5 -r cc9272f5fb01 Pythonwin/dde.dsp --- a/Pythonwin/dde.dsp Mon Apr 08 02:04:05 2013 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,134 +0,0 @@ -# Microsoft Developer Studio Project File - Name="dde" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 - -CFG=dde - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "dde.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "dde.mak" CFG="dde - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "dde - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "dde - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName ""$/Python/win32", EJAAAAAA" -# PROP Scc_LocalPath "." -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "dde - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Build" -# PROP BASE Intermediate_Dir "Build\Temp\dde\Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Build" -# PROP Intermediate_Dir "Build\Temp\dde\Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\win32\src" /D "_AFXDLL" /D "_AFXEXT" /D "_MBCS" /D "WIN32" /D "_WINDOWS" /D "__WIN32__" /D "NDEBUG" /D "STRICT" /YX"stdafxdde.h" /FD /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL" -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL" -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x1ec00000" /subsystem:windows /dll /debug /machine:I386 /out:"Build\dde.pyd" /libpath:"..\win32\build" -# SUBTRACT LINK32 /pdb:none - -!ELSEIF "$(CFG)" == "dde - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Build" -# PROP BASE Intermediate_Dir "Build\Temp\dde\Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Build" -# PROP Intermediate_Dir "Build\Temp\dde\Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -F90=df.exe -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I "..\win32\src" /D "_AFXDLL" /D "_AFXEXT" /D "_MBCS" /D "WIN32" /D "_WINDOWS" /D "__WIN32__" /D "_DEBUG" /D "STRICT" /YX"stdafxdde.h" /FD /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL" -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL" -# ADD BASE RSC /l 0x409 /d "_DEBUG" |