With Win32 now building DynaLoader in ext, no need for the XSUBPP macro.
Nicholas Clark [Sun, 27 Sep 2009 22:26:04 +0000 (23:26 +0100)]
Commit 281da5eaa82c5522 didn't realise that this could and should be removed.

win32/Makefile
win32/makefile.mk

index 55a2ba9..cdcc653 100644 (file)
@@ -649,12 +649,6 @@ NULL               =
 
 DEL            = del
 
-#
-# filenames given to xsubpp must have forward slashes (since it puts
-# full pathnames in #line strings)
-XSUBPP         = ..\$(MINIPERL) -I..\..\lib -I..\Cwd -I..\Cwd\lib ..\$(EXTUTILSDIR)\xsubpp \
-               -C++ -prototypes
-
 MICROCORE_SRC  =               \
                ..\av.c         \
                ..\deb.c        \
index b6bfdf4..d8c6459 100644 (file)
@@ -810,12 +810,6 @@ XCOPY              = xcopy /f /r /i /d /y
 RCOPY          = xcopy /f /r /i /e /d /y
 NOOP           = @rem
 
-#
-# filenames given to xsubpp must have forward slashes (since it puts
-# full pathnames in #line strings)
-XSUBPP         = ..\$(MINIPERL) -I..\..\lib -I..\Cwd -I..\Cwd\lib ..\$(EXTUTILSDIR)\xsubpp \
-               -C++ -prototypes
-
 MICROCORE_SRC  =               \
                ..\av.c         \
                ..\deb.c        \