This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
up patchlevel to 75 (Beta, Issue 1), add podpatch
[perl5.git] / win32 / Makefile
index f0d4c69..e72963a 100644 (file)
@@ -25,7 +25,7 @@ INST_TOP      = $(INST_DRV)\perl
 # versioned installation can be obtained by setting INST_TOP above to a
 # path that includes an arbitrary version string.
 #
-INST_VER       = \5.00472
+INST_VER       = \5.00475
 
 #
 # uncomment to enable threads-capabilities
@@ -67,7 +67,7 @@ INST_VER      = \5.00472
 #
 # if you have the source for des_fcrypt(), uncomment this and make sure the
 # file exists (see README.win32).  File should be located in the same
-# directory as this file.
+# directory as this file.  Not (yet) supported with PERL_OBJECT.
 #
 #CRYPT_SRC     = des_fcrypt.c
 
@@ -139,11 +139,15 @@ USE_THREADS       = undef
 PROCESSOR_ARCHITECTURE = x86
 !ENDIF
 
+!IF "$(OBJECT)" != ""
+ARCHNAME       = MSWin32-$(PROCESSOR_ARCHITECTURE)-object
+!ELSE
 !IF "$(USE_THREADS)" == "define"
 ARCHNAME       = MSWin32-$(PROCESSOR_ARCHITECTURE)-thread
 !ELSE
 ARCHNAME       = MSWin32-$(PROCESSOR_ARCHITECTURE)
 !ENDIF
+!ENDIF
 
 ARCHDIR                = ..\lib\$(ARCHNAME)
 COREDIR                = ..\lib\CORE