mirror of
https://github.com/python/cpython.git
synced 2024-11-23 18:04:37 +08:00
Link with the right C library! This has always been wrong (& my fault).
This commit is contained in:
parent
f547863c63
commit
1ccb3eeb7b
@ -14,7 +14,7 @@
|
||||
|
||||
LIBS= ..\PCbuild\python23.lib
|
||||
|
||||
CFLAGS= /I ..\Include /I ..\PC /D MS_NO_COREDLL
|
||||
CFLAGS= /I ..\Include /I ..\PC /D MS_NO_COREDLL /MD
|
||||
|
||||
GRAMMAR_H= ..\Include\graminit.h
|
||||
GRAMMAR_C= ..\Python\graminit.c
|
||||
|
Loading…
Reference in New Issue
Block a user