Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
a8d73847
Commit
a8d73847
authored
Feb 12, 2002
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build using included Expat.
parent
cf453fe2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
54 additions
and
13 deletions
+54
-13
PCbuild/pyexpat.dsp
PCbuild/pyexpat.dsp
+54
-13
No files found.
PCbuild/pyexpat.dsp
View file @
a8d73847
# Microsoft Developer Studio Project File - Name="pyexpat" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# **
DO NOT EDIT
**
# **
NICHT BEARBEITEN
**
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
# TARGTYPE "Win32 (ALPHA) Dynamic-Link Library" 0x0602
CFG=pyexpat - Win32 Alpha Debug
!MESSAGE
This is not a valid makefile. To build this project using NMAKE,
!MESSAGE
use the Export Makefile command and run
!MESSAGE
Dies ist kein gltiges Makefile. Zum Erstellen dieses Projekts mit NMAKE
!MESSAGE
verwenden Sie den Befehl "Makefile exportieren" und fhren Sie den Befehl
!MESSAGE
!MESSAGE NMAKE /f "pyexpat.mak".
!MESSAGE
!MESSAGE
You can specify a configuration when running NMAKE
!MESSAGE
by defining the macro CFG on the command line. For example
:
!MESSAGE
Sie knnen beim Ausfhren von NMAKE eine Konfiguration angeben
!MESSAGE
durch Definieren des Makros CFG in der Befehlszeile. Zum Beispiel
:
!MESSAGE
!MESSAGE NMAKE /f "pyexpat.mak" CFG="pyexpat - Win32 Alpha Debug"
!MESSAGE
!MESSAGE
Possible choices for configuration are
:
!MESSAGE
Fr die Konfiguration stehen zur Auswahl
:
!MESSAGE
!MESSAGE "pyexpat - Win32 Release" (bas
ed on
"Win32 (x86) Dynamic-Link Library")
!MESSAGE "pyexpat - Win32 Debug" (bas
ed on
"Win32 (x86) Dynamic-Link Library")
!MESSAGE "pyexpat - Win32 Alpha Debug" (bas
ed on
"Win32 (ALPHA) Dynamic-Link Library")
!MESSAGE "pyexpat - Win32 Alpha Release" (bas
ed on
"Win32 (ALPHA) Dynamic-Link Library")
!MESSAGE "pyexpat - Win32 Release" (bas
ierend auf
"Win32 (x86) Dynamic-Link Library")
!MESSAGE "pyexpat - Win32 Debug" (bas
ierend auf
"Win32 (x86) Dynamic-Link Library")
!MESSAGE "pyexpat - Win32 Alpha Debug" (bas
ierend auf
"Win32 (ALPHA) Dynamic-Link Library")
!MESSAGE "pyexpat - Win32 Alpha Release" (bas
ierend auf
"Win32 (ALPHA) Dynamic-Link Library")
!MESSAGE
# Begin Project
...
...
@@ -45,7 +45,7 @@ CFG=pyexpat - Win32 Alpha Debug
F90=df.exe
CPP=cl.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 "..\Include" /I "..\PC" /I "..\
..\expat\Source\lib" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "HAVE_EXPAT_H
" /YX /FD /c
# ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\Include" /I "..\PC" /I "..\
Modules\expat" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "HAVE_EXPAT_H" /D "XML_NS" /D "XML_DTD" /D XML_BYTE_ORDER=12 /D XML_CONTEXT_BYTES=1024 /D VERSION=\"1.95.2\
" /YX /FD /c
MTL=midl.exe
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
...
...
@@ -76,7 +76,7 @@ LINK32=link.exe
F90=df.exe
CPP=cl.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 /Gm /GX /Zi /Od /I "..\Include" /I "..\PC" /I "..\
..\expat\Source\lib" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "HAVE_EXPAT_H
" /YX /FD /c
# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\Include" /I "..\PC" /I "..\
Modules\expat" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "HAVE_EXPAT_H" /D "XML_NS" /D "XML_DTD" /D XML_BYTE_ORDER=12 /D XML_CONTEXT_BYTES=1024 /D VERSION="1.95.2
" /YX /FD /c
MTL=midl.exe
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
...
...
@@ -180,7 +180,48 @@ SOURCE=..\Modules\pyexpat.c
# End Source File
# Begin Source File
SOURCE=..\..\expat\Libs\expat.lib
SOURCE=..\Modules\expat\xmlparse.c
!IF "$(CFG)" == "pyexpat - Win32 Release"
!ELSEIF "$(CFG)" == "pyexpat - Win32 Debug"
!ELSEIF "$(CFG)" == "pyexpat - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "pyexpat - Win32 Alpha Release"
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\Modules\expat\xmlrole.c
!IF "$(CFG)" == "pyexpat - Win32 Release"
!ELSEIF "$(CFG)" == "pyexpat - Win32 Debug"
!ELSEIF "$(CFG)" == "pyexpat - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "pyexpat - Win32 Alpha Release"
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\Modules\expat\xmltok.c
!IF "$(CFG)" == "pyexpat - Win32 Release"
!ELSEIF "$(CFG)" == "pyexpat - Win32 Debug"
!ELSEIF "$(CFG)" == "pyexpat - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "pyexpat - Win32 Alpha Release"
!ENDIF
# End Source File
# End Target
# End Project
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment