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
d1b419f9
Commit
d1b419f9
authored
Jul 31, 2003
by
Mark Hammond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Complete move of windows builds to 2.4alpha
parent
5dff11e2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
PC/pyconfig.h
PC/pyconfig.h
+2
-2
PC/python_nt.rc
PC/python_nt.rc
+6
-6
PCbuild/pythoncore.dsp
PCbuild/pythoncore.dsp
+2
-2
No files found.
PC/pyconfig.h
View file @
d1b419f9
...
@@ -218,9 +218,9 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
...
@@ -218,9 +218,9 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
their Makefile (other compilers are generally
their Makefile (other compilers are generally
taken care of by distutils.) */
taken care of by distutils.) */
# ifdef _DEBUG
# ifdef _DEBUG
# pragma comment(lib,"python2
3
_d.lib")
# pragma comment(lib,"python2
4
_d.lib")
# else
# else
# pragma comment(lib,"python2
3
.lib")
# pragma comment(lib,"python2
4
.lib")
# endif
/* _DEBUG */
# endif
/* _DEBUG */
# endif
/* _MSC_VER */
# endif
/* _MSC_VER */
# endif
/* Py_BUILD_CORE */
# endif
/* Py_BUILD_CORE */
...
...
PC/python_nt.rc
View file @
d1b419f9
...
@@ -12,10 +12,10 @@
...
@@ -12,10 +12,10 @@
* PYTHON_DLL_NAME ditto.
* PYTHON_DLL_NAME ditto.
* MS_DLL_ID must match PY_VERSION in the Windows install script.
* MS_DLL_ID must match PY_VERSION in the Windows install script.
*/
*/
#define MS_DLL_ID "2.
3
"
#define MS_DLL_ID "2.
4
"
#ifndef PYTHON_DLL_NAME
#ifndef PYTHON_DLL_NAME
#define PYTHON_DLL_NAME "python2
3
.dll"
#define PYTHON_DLL_NAME "python2
4
.dll"
#endif
#endif
/* Nothing below this should need to be changed except for copyright
/* Nothing below this should need to be changed except for copyright
...
@@ -33,14 +33,14 @@
...
@@ -33,14 +33,14 @@
* but that neither gives an error nor comes anywhere close to working. The
* but that neither gives an error nor comes anywhere close to working. The
* following comment and #define are output from PCbuild\field3.py:
* following comment and #define are output from PCbuild\field3.py:
*
*
* For 2.
3
,
* For 2.
4a0
,
* PY_MICRO_VERSION = 0
* PY_MICRO_VERSION = 0
* PY_RELEASE_LEVEL = '
final' = 0xf
* PY_RELEASE_LEVEL = '
alpha' = 0xa
* PY_RELEASE_SERIAL = 0
* PY_RELEASE_SERIAL = 0
*
*
* and 0*1000 + 1
5*10 + 0 = 15
0
* and 0*1000 + 1
0*10 + 0 = 10
0
*/
*/
#define FIELD3 1
5
0
#define FIELD3 1
0
0
/* e.g., 2.1a2
/* e.g., 2.1a2
* PY_VERSION comes from patchevel.h
* PY_VERSION comes from patchevel.h
...
...
PCbuild/pythoncore.dsp
View file @
d1b419f9
...
@@ -54,7 +54,7 @@ BSC32=bscmake.exe
...
@@ -54,7 +54,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
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 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 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e000000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python2
3
.dll"
# ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e000000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python2
4
.dll"
# SUBTRACT LINK32 /pdb:none
# SUBTRACT LINK32 /pdb:none
!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
...
@@ -82,7 +82,7 @@ BSC32=bscmake.exe
...
@@ -82,7 +82,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
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 /debug /machine:I386 /pdbtype:sept
# 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 /debug /machine:I386 /pdbtype:sept
# ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e000000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python2
3
_d.dll" /pdbtype:sept
# ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e000000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python2
4
_d.dll" /pdbtype:sept
# SUBTRACT LINK32 /pdb:none
# SUBTRACT LINK32 /pdb:none
!ENDIF
!ENDIF
...
...
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