diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-27 23:26:04 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-27 23:26:04 +0100 |
commit | e3160748789c8366f0f8b6e4231496f2fb33cd14 (patch) | |
tree | 85096e0b2b59e86d13c7003c2a2ad1f62eedc1bd /win32 | |
parent | 2e94c8152e39dcf6aa876a7fa29045115f77194d (diff) | |
download | perl-e3160748789c8366f0f8b6e4231496f2fb33cd14.tar.gz |
With Win32 now building DynaLoader in ext, no need for the XSUBPP macro.
Commit 281da5eaa82c5522 didn't realise that this could and should be removed.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 6 | ||||
-rw-r--r-- | win32/makefile.mk | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/win32/Makefile b/win32/Makefile index 55a2ba9e1c..cdcc653f0f 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -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 \ diff --git a/win32/makefile.mk b/win32/makefile.mk index b6bfdf449a..d8c6459935 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -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 \ |