Shouldn't include the lib pragma when building python15.dll itself!

This commit is contained in:
Guido van Rossum 1998-08-08 18:25:43 +00:00
parent 444383039d
commit 1a87be1422

View file

@ -197,12 +197,14 @@ typedef int pid_t;
#ifdef MS_WIN32
#ifndef USE_DL_EXPORT
/* So nobody needs to specify the .lib in their Makefile any more */
#ifdef _DEBUG
#pragma comment(lib,"python15_d.lib")
#else
#pragma comment(lib,"python15.lib")
#endif
#endif /* USE_DL_EXPORT */
#define SIZEOF_INT 4
#define SIZEOF_LONG 4