[Python-checkins] r87631 - python/branches/py3k-cdecimal/Lib/test/mpdecimal/Makefile.vc

stefan.krah python-checkins at python.org
Sun Jan 2 17:46:30 CET 2011


Author: stefan.krah
Date: Sun Jan  2 17:46:30 2011
New Revision: 87631

Log:
Keep the diff to upstream small.

Modified:
   python/branches/py3k-cdecimal/Lib/test/mpdecimal/Makefile.vc

Modified: python/branches/py3k-cdecimal/Lib/test/mpdecimal/Makefile.vc
==============================================================================
--- python/branches/py3k-cdecimal/Lib/test/mpdecimal/Makefile.vc	(original)
+++ python/branches/py3k-cdecimal/Lib/test/mpdecimal/Makefile.vc	Sun Jan  2 17:46:30 2011
@@ -5,9 +5,9 @@
 
 
 INSTALLDIR = .
-LIBSTATIC = libmpdec-2.0.lib
-LIBIMPORT = libmpdec-2.0.dll.lib
-LIBSHARED = libmpdec-2.0.dll
+LIBSTATIC = libmpdec- at RELEASE_VERSION@.lib
+LIBIMPORT = libmpdec- at RELEASE_VERSION@.dll.lib
+LIBSHARED = libmpdec- at RELEASE_VERSION@.dll
 
 
 OBJS = basearith.obj context.obj constants.obj convolute.obj crt.obj \


More information about the Python-checkins mailing list