[differences between cumulative patch application and perl-5.003_97f]
Chip Salzenberg [Thu, 17 Apr 1997 00:00:00 +0000 (00:00 +0000)]
26 files changed:
win32/Fcntl.mak [deleted file]
win32/IO.mak [deleted file]
win32/Opcode.mak [deleted file]
win32/SDBM_File.mak [deleted file]
win32/Socket.mak [deleted file]
win32/VC-2.0/Fcntl.mak [deleted file]
win32/VC-2.0/IO.mak [deleted file]
win32/VC-2.0/Opcode.mak [deleted file]
win32/VC-2.0/SDBM_File.mak [deleted file]
win32/VC-2.0/Socket.mak [deleted file]
win32/VC-2.0/libperl.mak [deleted file]
win32/VC-2.0/miniperl.mak [deleted file]
win32/VC-2.0/modules.mak [deleted file]
win32/VC-2.0/perl.mak [deleted file]
win32/VC-2.0/perldll.mak [deleted file]
win32/VC-2.0/perlglob.mak [deleted file]
win32/VC-2.0/pod.mak [deleted file]
win32/dosish.diff [deleted file]
win32/libperl.mak [deleted file]
win32/miniperl.mak [deleted file]
win32/modules.mak [deleted file]
win32/perl.mak [deleted file]
win32/perl.rc [deleted file]
win32/perldll.mak [deleted file]
win32/perlglob.mak [deleted file]
win32/win32aux.c [deleted file]

diff --git a/win32/Fcntl.mak b/win32/Fcntl.mak
deleted file mode 100644 (file)
index accea9e..0000000
+++ /dev/null
@@ -1,247 +0,0 @@
-# Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-!IF "$(CFG)" == ""
-CFG=Fcntl - Win32 Debug
-!MESSAGE No configuration specified.  Defaulting to Fcntl - Win32 Debug.
-!ENDIF 
-
-!IF "$(CFG)" != "Fcntl - Win32 Release" && "$(CFG)" != "Fcntl - Win32 Debug"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE on this makefile
-!MESSAGE by defining the macro CFG on the command line.  For example:
-!MESSAGE 
-!MESSAGE NMAKE /f "Fcntl.mak" CFG="Fcntl - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "Fcntl - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "Fcntl - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE 
-!ERROR An invalid configuration is specified.
-!ENDIF 
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE 
-NULL=nul
-!ENDIF 
-################################################################################
-# Begin Project
-CPP=cl.exe
-RSC=rc.exe
-MTL=mktyplib.exe
-
-!IF  "$(CFG)" == "Fcntl - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Fcntl___"
-# PROP BASE Intermediate_Dir "Fcntl___"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Target_Dir ""
-OUTDIR=.\Release
-INTDIR=.\Release
-
-ALL : "$(OUTDIR)\Fcntl.dll"
-
-CLEAN : 
-       -@erase "..\lib\auto\Fcntl\Fcntl.dll"
-       -@erase ".\Release\Fcntl.obj"
-       -@erase ".\Release\Fcntl.lib"
-       -@erase ".\Release\Fcntl.exp"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /MT /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
-# ADD CPP /nologo /MT /W3 /O2 /I ".\include" /I "." /I ".." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
-CPP_PROJ=/nologo /MT /W3 /O2 /I ".\include" /I "." /I ".." /D "WIN32" /D\
- "NDEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/Fcntl.pch" /YX /Fo"$(INTDIR)/" /c 
-CPP_OBJS=.\Release/
-CPP_SBRS=
-# ADD BASE MTL /nologo /D "NDEBUG" /win32
-# ADD MTL /nologo /D "NDEBUG" /win32
-MTL_PROJ=/nologo /D "NDEBUG" /win32 
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/Fcntl.bsc" 
-BSC32_SBRS=
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /pdb:none /machine:I386 /out:"../lib/auto/Fcntl/Fcntl.dll"
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo\
- /subsystem:windows /dll /pdb:none /machine:I386 /def:".\Fcntl.def"\
- /out:"../lib/auto/Fcntl/Fcntl.dll" /implib:"$(OUTDIR)/Fcntl.lib" 
-DEF_FILE= \
-       ".\Fcntl.def"
-LINK32_OBJS= \
-       ".\Release\Fcntl.obj" \
-       "..\perl.lib"
-
-"$(OUTDIR)\Fcntl.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF  "$(CFG)" == "Fcntl - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Fcntl__0"
-# PROP BASE Intermediate_Dir "Fcntl__0"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Target_Dir ""
-OUTDIR=.\Debug
-INTDIR=.\Debug
-
-ALL : "$(OUTDIR)\Fcntl.dll"
-
-CLEAN : 
-       -@erase "..\lib\auto\Fcntl\Fcntl.dll"
-       -@erase ".\Debug\Fcntl.obj"
-       -@erase ".\Debug\vc40.pdb"
-       -@erase ".\Debug\vc40.idb"
-       -@erase ".\Debug\Fcntl.lib"
-       -@erase ".\Debug\Fcntl.exp"
-       -@erase ".\Debug\Fcntl.pdb"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /MTd /W3 /Gm /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
-# ADD CPP /nologo /MTd /W3 /Gm /Zi /Od /I ".\include" /I "." /I ".." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
-CPP_PROJ=/nologo /MTd /W3 /Gm /Zi /Od /I ".\include" /I "." /I ".." /D\
- "WIN32" /D "_DEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/Fcntl.pch" /YX /Fo"$(INTDIR)/"\
- /Fd"$(INTDIR)/" /c 
-CPP_OBJS=.\Debug/
-CPP_SBRS=
-# ADD BASE MTL /nologo /D "_DEBUG" /win32
-# ADD MTL /nologo /D "_DEBUG" /win32
-MTL_PROJ=/nologo /D "_DEBUG" /win32 
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/Fcntl.bsc" 
-BSC32_SBRS=
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /incremental:no /debug /machine:I386 /out:"../lib/auto/Fcntl/Fcntl.dll"
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo\
- /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)/Fcntl.pdb" /debug\
- /machine:I386 /def:".\Fcntl.def" /out:"../lib/auto/Fcntl/Fcntl.dll"\
- /implib:"$(OUTDIR)/Fcntl.lib" 
-DEF_FILE= \
-       ".\Fcntl.def"
-LINK32_OBJS= \
-       ".\Debug\Fcntl.obj" \
-       "..\perl.lib"
-
-"$(OUTDIR)\Fcntl.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ENDIF 
-
-.c{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.c{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-################################################################################
-# Begin Target
-
-# Name "Fcntl - Win32 Release"
-# Name "Fcntl - Win32 Debug"
-
-!IF  "$(CFG)" == "Fcntl - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "Fcntl - Win32 Debug"
-
-!ENDIF 
-
-################################################################################
-# Begin Source File
-
-SOURCE=..\ext\Fcntl\Fcntl.c
-NODEP_CPP_FCNTL=\
-       "..\ext\Fcntl\EXTERN.h"\
-       "..\ext\Fcntl\perl.h"\
-       "..\ext\Fcntl\XSUB.h"\
-       
-
-!IF  "$(CFG)" == "Fcntl - Win32 Release"
-
-
-"$(INTDIR)\Fcntl.obj" : $(SOURCE) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "Fcntl - Win32 Debug"
-
-
-"$(INTDIR)\Fcntl.obj" : $(SOURCE) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=.\Fcntl.def
-
-!IF  "$(CFG)" == "Fcntl - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "Fcntl - Win32 Debug"
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\perl.lib
-
-!IF  "$(CFG)" == "Fcntl - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "Fcntl - Win32 Debug"
-
-!ENDIF 
-
-# End Source File
-# End Target
-# End Project
-################################################################################
diff --git a/win32/IO.mak b/win32/IO.mak
deleted file mode 100644 (file)
index 304a406..0000000
+++ /dev/null
@@ -1,245 +0,0 @@
-# Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-!IF "$(CFG)" == ""
-CFG=IO - Win32 Debug
-!MESSAGE No configuration specified.  Defaulting to IO - Win32 Debug.
-!ENDIF 
-
-!IF "$(CFG)" != "IO - Win32 Release" && "$(CFG)" != "IO - Win32 Debug"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE on this makefile
-!MESSAGE by defining the macro CFG on the command line.  For example:
-!MESSAGE 
-!MESSAGE NMAKE /f "IO.mak" CFG="IO - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "IO - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "IO - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE 
-!ERROR An invalid configuration is specified.
-!ENDIF 
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE 
-NULL=nul
-!ENDIF 
-################################################################################
-# Begin Project
-CPP=cl.exe
-RSC=rc.exe
-MTL=mktyplib.exe
-
-!IF  "$(CFG)" == "IO - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "IO___Win"
-# PROP BASE Intermediate_Dir "IO___Win"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Target_Dir ""
-OUTDIR=.\Release
-INTDIR=.\Release
-
-ALL : "$(OUTDIR)\IO.dll"
-
-CLEAN : 
-       -@erase "..\lib\auto\IO\IO.dll"
-       -@erase ".\Release\IO.obj"
-       -@erase ".\Release\IO.lib"
-       -@erase ".\Release\IO.exp"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /MT /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
-# ADD CPP /nologo /MT /W3 /O2 /I ".\include" /I "." /I ".." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
-CPP_PROJ=/nologo /MT /W3 /O2 /I ".\include" /I "." /I ".." /D "WIN32" /D\
- "NDEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/IO.pch" /YX /Fo"$(INTDIR)/" /c 
-CPP_OBJS=.\Release/
-CPP_SBRS=
-# ADD BASE MTL /nologo /D "NDEBUG" /win32
-# ADD MTL /nologo /D "NDEBUG" /win32
-MTL_PROJ=/nologo /D "NDEBUG" /win32 
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/IO.bsc" 
-BSC32_SBRS=
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /pdb:none /machine:I386 /out:"..\lib\auto\IO\IO.dll"
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo\
- /subsystem:windows /dll /pdb:none /machine:I386 /def:".\IO.def"\
- /out:"..\lib\auto\IO\IO.dll" /implib:"$(OUTDIR)/IO.lib" 
-DEF_FILE= \
-       ".\IO.def"
-LINK32_OBJS= \
-       ".\Release\IO.obj" \
-       "..\perl.lib"
-
-"$(OUTDIR)\IO.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF  "$(CFG)" == "IO - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Target_Dir ""
-OUTDIR=.\Debug
-INTDIR=.\Debug
-
-ALL : "$(OUTDIR)\IO.dll"
-
-CLEAN : 
-       -@erase ".\Debug\IO.lib"
-       -@erase ".\Debug\IO.obj"
-       -@erase ".\Debug\IO.exp"
-       -@erase ".\Debug\vc40.pdb"
-       -@erase ".\Debug\vc40.idb"
-       -@erase "..\lib\auto\IO\IO.dll"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /MTd /W3 /Gm /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
-# ADD CPP /nologo /MTd /W3 /Gm /Zi /Od /I ".\include" /I "." /I ".." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
-CPP_PROJ=/nologo /MTd /W3 /Gm /Zi /Od /I ".\include" /I "." /I ".." /D\
- "WIN32" /D "_DEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/IO.pch" /YX /Fo"$(INTDIR)/"\
- /Fd"$(INTDIR)/" /c 
-CPP_OBJS=.\Debug/
-CPP_SBRS=
-# ADD BASE MTL /nologo /D "_DEBUG" /win32
-# ADD MTL /nologo /D "_DEBUG" /win32
-MTL_PROJ=/nologo /D "_DEBUG" /win32 
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/IO.bsc" 
-BSC32_SBRS=
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /pdb:none /debug /machine:I386 /out:"..\lib\auto\IO\IO.dll"
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo\
- /subsystem:windows /dll /pdb:none /debug /machine:I386 /def:".\IO.def"\
- /out:"..\lib\auto\IO\IO.dll" /implib:"$(OUTDIR)/IO.lib" 
-DEF_FILE= \
-       ".\IO.def"
-LINK32_OBJS= \
-       ".\Debug\IO.obj" \
-       "..\perl.lib"
-
-"$(OUTDIR)\IO.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ENDIF 
-
-.c{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.c{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-################################################################################
-# Begin Target
-
-# Name "IO - Win32 Release"
-# Name "IO - Win32 Debug"
-
-!IF  "$(CFG)" == "IO - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "IO - Win32 Debug"
-
-!ENDIF 
-
-################################################################################
-# Begin Source File
-
-SOURCE=..\ext\Io\IO.c
-NODEP_CPP_IO_C0=\
-       "..\ext\Io\EXTERN.h"\
-       "..\ext\Io\perl.h"\
-       "..\ext\Io\XSUB.h"\
-       
-
-!IF  "$(CFG)" == "IO - Win32 Release"
-
-
-"$(INTDIR)\IO.obj" : $(SOURCE) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "IO - Win32 Debug"
-
-
-"$(INTDIR)\IO.obj" : $(SOURCE) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=.\IO.def
-
-!IF  "$(CFG)" == "IO - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "IO - Win32 Debug"
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\perl.lib
-
-!IF  "$(CFG)" == "IO - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "IO - Win32 Debug"
-
-!ENDIF 
-
-# End Source File
-# End Target
-# End Project
-################################################################################
diff --git a/win32/Opcode.mak b/win32/Opcode.mak
deleted file mode 100644 (file)
index d4ff207..0000000
+++ /dev/null
@@ -1,247 +0,0 @@
-# Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-!IF "$(CFG)" == ""
-CFG=Opcode - Win32 Debug
-!MESSAGE No configuration specified.  Defaulting to Opcode - Win32 Debug.
-!ENDIF 
-
-!IF "$(CFG)" != "Opcode - Win32 Release" && "$(CFG)" != "Opcode - Win32 Debug"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE on this makefile
-!MESSAGE by defining the macro CFG on the command line.  For example:
-!MESSAGE 
-!MESSAGE NMAKE /f "Opcode.mak" CFG="Opcode - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "Opcode - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "Opcode - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE 
-!ERROR An invalid configuration is specified.
-!ENDIF 
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE 
-NULL=nul
-!ENDIF 
-################################################################################
-# Begin Project
-CPP=cl.exe
-RSC=rc.exe
-MTL=mktyplib.exe
-
-!IF  "$(CFG)" == "Opcode - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Opcode__"
-# PROP BASE Intermediate_Dir "Opcode__"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Target_Dir ""
-OUTDIR=.\Release
-INTDIR=.\Release
-
-ALL : "$(OUTDIR)\Opcode.dll"
-
-CLEAN : 
-       -@erase "..\lib\auto\Opcode\Opcode.dll"
-       -@erase ".\Release\Opcode.obj"
-       -@erase ".\Release\Opcode.lib"
-       -@erase ".\Release\Opcode.exp"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /MT /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
-# ADD CPP /nologo /MT /W3 /O2 /I ".\include" /I "." /I ".." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
-CPP_PROJ=/nologo /MT /W3 /O2 /I ".\include" /I "." /I ".." /D "WIN32" /D\
- "NDEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/Opcode.pch" /YX /Fo"$(INTDIR)/" /c 
-CPP_OBJS=.\Release/
-CPP_SBRS=
-# ADD BASE MTL /nologo /D "NDEBUG" /win32
-# ADD MTL /nologo /D "NDEBUG" /win32
-MTL_PROJ=/nologo /D "NDEBUG" /win32 
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/Opcode.bsc" 
-BSC32_SBRS=
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /pdb:none /machine:I386 /out:"../lib/auto/Opcode/Opcode.dll"
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo\
- /subsystem:windows /dll /pdb:none /machine:I386 /def:".\Opcode.def"\
- /out:"../lib/auto/Opcode/Opcode.dll" /implib:"$(OUTDIR)/Opcode.lib" 
-DEF_FILE= \
-       ".\Opcode.def"
-LINK32_OBJS= \
-       ".\Release\Opcode.obj" \
-       "..\perl.lib"
-
-"$(OUTDIR)\Opcode.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF  "$(CFG)" == "Opcode - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Opcode_0"
-# PROP BASE Intermediate_Dir "Opcode_0"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Target_Dir ""
-OUTDIR=.\Debug
-INTDIR=.\Debug
-
-ALL : "$(OUTDIR)\Opcode.dll"
-
-CLEAN : 
-       -@erase "..\lib\auto\Opcode\Opcode.dll"
-       -@erase ".\Debug\Opcode.obj"
-       -@erase ".\Debug\vc40.pdb"
-       -@erase ".\Debug\vc40.idb"
-       -@erase ".\Debug\Opcode.lib"
-       -@erase ".\Debug\Opcode.exp"
-       -@erase ".\Debug\Opcode.pdb"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /MTd /W3 /Gm /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
-# ADD CPP /nologo /MTd /W3 /Gm /Zi /Od /I ".\include" /I "." /I ".." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
-CPP_PROJ=/nologo /MTd /W3 /Gm /Zi /Od /I ".\include" /I "." /I ".." /D\
- "WIN32" /D "_DEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/Opcode.pch" /YX /Fo"$(INTDIR)/"\
- /Fd"$(INTDIR)/" /c 
-CPP_OBJS=.\Debug/
-CPP_SBRS=
-# ADD BASE MTL /nologo /D "_DEBUG" /win32
-# ADD MTL /nologo /D "_DEBUG" /win32
-MTL_PROJ=/nologo /D "_DEBUG" /win32 
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/Opcode.bsc" 
-BSC32_SBRS=
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /incremental:no /debug /machine:I386 /out:"../lib/auto/Opcode/Opcode.dll"
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo\
- /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)/Opcode.pdb" /debug\
- /machine:I386 /def:".\Opcode.def" /out:"../lib/auto/Opcode/Opcode.dll"\
- /implib:"$(OUTDIR)/Opcode.lib" 
-DEF_FILE= \
-       ".\Opcode.def"
-LINK32_OBJS= \
-       ".\Debug\Opcode.obj" \
-       "..\perl.lib"
-
-"$(OUTDIR)\Opcode.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ENDIF 
-
-.c{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.c{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-################################################################################
-# Begin Target
-
-# Name "Opcode - Win32 Release"
-# Name "Opcode - Win32 Debug"
-
-!IF  "$(CFG)" == "Opcode - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "Opcode - Win32 Debug"
-
-!ENDIF 
-
-################################################################################
-# Begin Source File
-
-SOURCE=.\Opcode.def
-
-!IF  "$(CFG)" == "Opcode - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "Opcode - Win32 Debug"
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\ext\Opcode\Opcode.c
-NODEP_CPP_OPCOD=\
-       "..\ext\Opcode\EXTERN.h"\
-       "..\ext\Opcode\perl.h"\
-       "..\ext\Opcode\XSUB.h"\
-       
-
-!IF  "$(CFG)" == "Opcode - Win32 Release"
-
-
-"$(INTDIR)\Opcode.obj" : $(SOURCE) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "Opcode - Win32 Debug"
-
-
-"$(INTDIR)\Opcode.obj" : $(SOURCE) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\perl.lib
-
-!IF  "$(CFG)" == "Opcode - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "Opcode - Win32 Debug"
-
-!ENDIF 
-
-# End Source File
-# End Target
-# End Project
-################################################################################
diff --git a/win32/SDBM_File.mak b/win32/SDBM_File.mak
deleted file mode 100644 (file)
index 95f59c0..0000000
+++ /dev/null
@@ -1,361 +0,0 @@
-# Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-!IF "$(CFG)" == ""
-CFG=SDBM_File - Win32 Debug
-!MESSAGE No configuration specified.  Defaulting to SDBM_File - Win32 Debug.
-!ENDIF 
-
-!IF "$(CFG)" != "SDBM_File - Win32 Release" && "$(CFG)" !=\
- "SDBM_File - Win32 Debug"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE on this makefile
-!MESSAGE by defining the macro CFG on the command line.  For example:
-!MESSAGE 
-!MESSAGE NMAKE /f "SDBM_File.mak" CFG="SDBM_File - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "SDBM_File - Win32 Release" (based on\
- "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "SDBM_File - Win32 Debug" (based on\
- "Win32 (x86) Dynamic-Link Library")
-!MESSAGE 
-!ERROR An invalid configuration is specified.
-!ENDIF 
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE 
-NULL=nul
-!ENDIF 
-################################################################################
-# Begin Project
-# PROP Target_Last_Scanned "SDBM_File - Win32 Debug"
-CPP=cl.exe
-RSC=rc.exe
-MTL=mktyplib.exe
-
-!IF  "$(CFG)" == "SDBM_File - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "SDBM_Fil"
-# PROP BASE Intermediate_Dir "SDBM_Fil"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Target_Dir ""
-OUTDIR=.\Release
-INTDIR=.\Release
-
-ALL : "$(OUTDIR)\SDBM_File.dll"
-
-CLEAN : 
-       -@erase "..\lib\auto\SDBM_File\SDBM_File.dll"
-       -@erase ".\Release\sdbm.obj"
-       -@erase ".\Release\pair.obj"
-       -@erase ".\Release\hash.obj"
-       -@erase ".\Release\SDBM_File.obj"
-       -@erase ".\Release\SDBM_File.lib"
-       -@erase ".\Release\SDBM_File.exp"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /MT /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /c
-# ADD CPP /nologo /MT /W3 /O2 /I ".\include" /I "." /I ".." /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "MSDOS" /c
-CPP_PROJ=/nologo /MT /W3 /O2 /I ".\include" /I "." /I ".." /D "NDEBUG" /D\
- "WIN32" /D "_WINDOWS" /D "MSDOS" \
- /Fo"$(INTDIR)/" /c 
-CPP_OBJS=.\Release/
-CPP_SBRS=
-# ADD BASE MTL /nologo /D "NDEBUG" /win32
-# ADD MTL /nologo /D "NDEBUG" /win32
-MTL_PROJ=/nologo /D "NDEBUG" /win32 
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/SDBM_File.bsc" 
-BSC32_SBRS=
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /pdb:none /machine:I386 /out:"../lib/auto/SDBM_File/SDBM_File.dll"
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo\
- /subsystem:windows /dll /pdb:none /machine:I386 /def:".\SDBM_File.def"\
- /out:"../lib/auto/SDBM_File/SDBM_File.dll" /implib:"$(OUTDIR)/SDBM_File.lib" 
-DEF_FILE= \
-       ".\SDBM_File.def"
-LINK32_OBJS= \
-       "$(INTDIR)/sdbm.obj" \
-       "$(INTDIR)/pair.obj" \
-       "$(INTDIR)/hash.obj" \
-       "$(INTDIR)/SDBM_File.obj" \
-       "..\perl.lib"
-
-"$(OUTDIR)\SDBM_File.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF  "$(CFG)" == "SDBM_File - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Target_Dir ""
-OUTDIR=.\Debug
-INTDIR=.\Debug
-
-ALL : "$(OUTDIR)\SDBM_File.dll"
-
-CLEAN : 
-       -@erase ".\Debug\vc40.pdb"
-       -@erase ".\Debug\vc40.idb"
-       -@erase "..\lib\auto\SDBM_File\SDBM_File.dll"
-       -@erase ".\Debug\hash.obj"
-       -@erase ".\Debug\pair.obj"
-       -@erase ".\Debug\SDBM_File.obj"
-       -@erase ".\Debug\sdbm.obj"
-       -@erase ".\Debug\SDBM_File.lib"
-       -@erase ".\Debug\SDBM_File.exp"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /MTd /W3 /Gm /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /c
-# ADD CPP /nologo /MTd /W3 /Gm /Zi /Od /I ".\include" /I "." /I ".." /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "MSDOS" /c
-CPP_PROJ=/nologo /MTd /W3 /Gm /Zi /Od /I ".\include" /I "." /I ".." /D\
- "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "MSDOS" \
- /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
-CPP_OBJS=.\Debug/
-CPP_SBRS=
-# ADD BASE MTL /nologo /D "_DEBUG" /win32
-# ADD MTL /nologo /D "_DEBUG" /win32
-MTL_PROJ=/nologo /D "_DEBUG" /win32 
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/SDBM_File.bsc" 
-BSC32_SBRS=
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /pdb:none /debug /machine:I386 /out:"../lib/auto/SDBM_File/SDBM_File.dll"
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo\
- /subsystem:windows /dll /pdb:none /debug /machine:I386 /def:".\SDBM_File.def"\
- /out:"../lib/auto/SDBM_File/SDBM_File.dll" /implib:"$(OUTDIR)/SDBM_File.lib" 
-DEF_FILE= \
-       ".\SDBM_File.def"
-LINK32_OBJS= \
-       "$(INTDIR)/hash.obj" \
-       "$(INTDIR)/pair.obj" \
-       "$(INTDIR)/SDBM_File.obj" \
-       "$(INTDIR)/sdbm.obj" \
-       "..\perl.lib"
-
-"$(OUTDIR)\SDBM_File.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ENDIF 
-
-.c{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.c{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-################################################################################
-# Begin Target
-
-# Name "SDBM_File - Win32 Release"
-# Name "SDBM_File - Win32 Debug"
-
-!IF  "$(CFG)" == "SDBM_File - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "SDBM_File - Win32 Debug"
-
-!ENDIF 
-
-################################################################################
-# Begin Source File
-
-SOURCE=..\ext\SDBM_File\SDBM_File.c
-DEP_CPP_SDBM_=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\..\XSUB.h"\
-       ".\..\ext\SDBM_File\sdbm\sdbm.h"\
-       ".\..\embed.h"\
-       ".\config.h"\
-       {$(INCLUDE)}"\sys\Types.h"\
-       ".\..\perlio.h"\
-       {$(INCLUDE)}"\sys\Stat.h"\
-       ".\include\dirent.h"\
-       ".\..\handy.h"\
-       ".\..\dosish.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\unixish.h"\
-       ".\..\regexp.h"\
-       ".\..\sv.h"\
-       ".\..\util.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\cv.h"\
-       ".\..\opcode.h"\
-       ".\..\op.h"\
-       ".\..\cop.h"\
-       ".\..\av.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\scope.h"\
-       ".\..\perly.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\win32.h"\
-       ".\include\sys/socket.h"\
-       ".\include\netdb.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\nostdio.h"\
-       
-NODEP_CPP_SDBM_=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-!IF  "$(CFG)" == "SDBM_File - Win32 Release"
-
-
-"$(INTDIR)\SDBM_File.obj" : $(SOURCE) $(DEP_CPP_SDBM_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "SDBM_File - Win32 Debug"
-
-
-"$(INTDIR)\SDBM_File.obj" : $(SOURCE) $(DEP_CPP_SDBM_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\ext\SDBM_File\sdbm\sdbm.c
-DEP_CPP_SDBM_C=\
-       ".\config.h"\
-       ".\..\ext\SDBM_File\sdbm\sdbm.h"\
-       ".\..\ext\SDBM_File\sdbm\tune.h"\
-       ".\win32.h"\
-       ".\include\dirent.h"\
-       ".\include\sys/socket.h"\
-       ".\include\netdb.h"\
-       {$(INCLUDE)}"\sys\Types.h"\
-       {$(INCLUDE)}"\sys\Stat.h"\
-       
-
-"$(INTDIR)\sdbm.obj" : $(SOURCE) $(DEP_CPP_SDBM_C) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\ext\SDBM_File\sdbm\pair.c
-DEP_CPP_PAIR_=\
-       ".\config.h"\
-       ".\..\ext\SDBM_File\sdbm\sdbm.h"\
-       ".\..\ext\SDBM_File\sdbm\tune.h"\
-       ".\win32.h"\
-       ".\include\dirent.h"\
-       ".\include\sys/socket.h"\
-       ".\include\netdb.h"\
-       {$(INCLUDE)}"\sys\Types.h"\
-       {$(INCLUDE)}"\sys\Stat.h"\
-       
-
-"$(INTDIR)\pair.obj" : $(SOURCE) $(DEP_CPP_PAIR_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\ext\SDBM_File\sdbm\hash.c
-DEP_CPP_HASH_=\
-       ".\config.h"\
-       ".\..\ext\SDBM_File\sdbm\sdbm.h"\
-       ".\win32.h"\
-       ".\include\dirent.h"\
-       ".\include\sys/socket.h"\
-       ".\include\netdb.h"\
-       {$(INCLUDE)}"\sys\Types.h"\
-       {$(INCLUDE)}"\sys\Stat.h"\
-       
-
-"$(INTDIR)\hash.obj" : $(SOURCE) $(DEP_CPP_HASH_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=.\SDBM_File.def
-
-!IF  "$(CFG)" == "SDBM_File - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "SDBM_File - Win32 Debug"
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\perl.lib
-
-!IF  "$(CFG)" == "SDBM_File - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "SDBM_File - Win32 Debug"
-
-!ENDIF 
-
-# End Source File
-# End Target
-# End Project
-################################################################################
diff --git a/win32/Socket.mak b/win32/Socket.mak
deleted file mode 100644 (file)
index 6bd318a..0000000
+++ /dev/null
@@ -1,276 +0,0 @@
-# Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-!IF "$(CFG)" == ""
-CFG=Socket - Win32 Debug
-!MESSAGE No configuration specified.  Defaulting to Socket - Win32 Debug.
-!ENDIF 
-
-!IF "$(CFG)" != "Socket - Win32 Release" && "$(CFG)" != "Socket - Win32 Debug"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE on this makefile
-!MESSAGE by defining the macro CFG on the command line.  For example:
-!MESSAGE 
-!MESSAGE NMAKE /f "Socket.mak" CFG="Socket - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "Socket - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "Socket - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE 
-!ERROR An invalid configuration is specified.
-!ENDIF 
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE 
-NULL=nul
-!ENDIF 
-################################################################################
-# Begin Project
-# PROP Target_Last_Scanned "Socket - Win32 Debug"
-CPP=cl.exe
-RSC=rc.exe
-MTL=mktyplib.exe
-
-!IF  "$(CFG)" == "Socket - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Socket__"
-# PROP BASE Intermediate_Dir "Socket__"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "release"
-# PROP Intermediate_Dir "release"
-# PROP Target_Dir ""
-OUTDIR=.\release
-INTDIR=.\release
-
-ALL : "$(OUTDIR)\Socket.dll"
-
-CLEAN : 
-       -@erase "..\lib\auto\Socket\Socket.dll"
-       -@erase ".\release\Socket.obj"
-       -@erase ".\release\Socket.lib"
-       -@erase ".\release\Socket.exp"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /MT /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
-# ADD CPP /nologo /MT /W3 /O2 /I ".\include" /I "." /I ".." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
-CPP_PROJ=/nologo /MT /W3 /O2 /I ".\include" /I "." /I ".." /D "WIN32" /D\
- "NDEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/Socket.pch" /YX /Fo"$(INTDIR)/" /c 
-CPP_OBJS=.\release/
-CPP_SBRS=
-# ADD BASE MTL /nologo /D "NDEBUG" /win32
-# ADD MTL /nologo /D "NDEBUG" /win32
-MTL_PROJ=/nologo /D "NDEBUG" /win32 
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/Socket.bsc" 
-BSC32_SBRS=
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:I386 /out:"..\lib\auto\Socket\Socket.dll"
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo\
- /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)/Socket.pdb"\
- /machine:I386 /def:".\Socket.def" /out:"..\lib\auto\Socket\Socket.dll"\
- /implib:"$(OUTDIR)/Socket.lib" 
-DEF_FILE= \
-       ".\Socket.def"
-LINK32_OBJS= \
-       "$(INTDIR)/Socket.obj" \
-       "..\perl.lib"
-
-"$(OUTDIR)\Socket.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF  "$(CFG)" == "Socket - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Socket_0"
-# PROP BASE Intermediate_Dir "Socket_0"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "debug"
-# PROP Intermediate_Dir "debug"
-# PROP Target_Dir ""
-OUTDIR=.\debug
-INTDIR=.\debug
-
-ALL : "$(OUTDIR)\Socket.dll"
-
-CLEAN : 
-       -@erase ".\debug\vc40.pdb"
-       -@erase ".\debug\vc40.idb"
-       -@erase "..\lib\auto\Socket\Socket.dll"
-       -@erase ".\debug\Socket.obj"
-       -@erase ".\debug\Socket.ilk"
-       -@erase ".\debug\Socket.lib"
-       -@erase ".\debug\Socket.exp"
-       -@erase ".\debug\Socket.pdb"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /MTd /W3 /Gm /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
-# ADD CPP /nologo /MTd /W3 /Gm /Zi /Od /I ".\include" /I "." /I ".." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
-CPP_PROJ=/nologo /MTd /W3 /Gm /Zi /Od /I ".\include" /I "." /I ".." /D\
- "WIN32" /D "_DEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/Socket.pch" /YX /Fo"$(INTDIR)/"\
- /Fd"$(INTDIR)/" /c 
-CPP_OBJS=.\debug/
-CPP_SBRS=
-# ADD BASE MTL /nologo /D "_DEBUG" /win32
-# ADD MTL /nologo /D "_DEBUG" /win32
-MTL_PROJ=/nologo /D "_DEBUG" /win32 
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/Socket.bsc" 
-BSC32_SBRS=
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:I386
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo\
- /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)/Socket.pdb" /debug\
- /machine:I386 /def:".\Socket.def" /out:"..\lib\auto\Socket\Socket.dll"\
- /implib:"$(OUTDIR)/Socket.lib" 
-DEF_FILE= \
-       ".\Socket.def"
-LINK32_OBJS= \
-       "$(INTDIR)/Socket.obj" \
-       "..\perl.lib"
-
-"$(OUTDIR)\Socket.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ENDIF 
-
-.c{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.c{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-################################################################################
-# Begin Target
-
-# Name "Socket - Win32 Release"
-# Name "Socket - Win32 Debug"
-
-!IF  "$(CFG)" == "Socket - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "Socket - Win32 Debug"
-
-!ENDIF 
-
-################################################################################
-# Begin Source File
-
-SOURCE=..\ext\Socket\Socket.c
-DEP_CPP_SOCKE=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\..\XSUB.h"\
-       {$(INCLUDE)}"\sys\Types.h"\
-       ".\include\sys/socket.h"\
-       ".\include\netdb.h"\
-       ".\include\arpa/inet.h"\
-       ".\..\embed.h"\
-       ".\config.h"\
-       ".\..\perlio.h"\
-       {$(INCLUDE)}"\sys\Stat.h"\
-       ".\include\dirent.h"\
-       ".\..\handy.h"\
-       ".\..\dosish.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\unixish.h"\
-       ".\..\regexp.h"\
-       ".\..\sv.h"\
-       ".\..\util.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\cv.h"\
-       ".\..\opcode.h"\
-       ".\..\op.h"\
-       ".\..\cop.h"\
-       ".\..\av.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\scope.h"\
-       ".\..\perly.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\win32.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\nostdio.h"\
-       
-NODEP_CPP_SOCKE=\
-       ".\..\ext\Socket\sockadapt.h"\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\Socket.obj" : $(SOURCE) $(DEP_CPP_SOCKE) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\perl.lib
-
-!IF  "$(CFG)" == "Socket - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "Socket - Win32 Debug"
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=.\Socket.def
-
-!IF  "$(CFG)" == "Socket - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "Socket - Win32 Debug"
-
-!ENDIF 
-
-# End Source File
-# End Target
-# End Project
-################################################################################
diff --git a/win32/VC-2.0/Fcntl.mak b/win32/VC-2.0/Fcntl.mak
deleted file mode 100644 (file)
index 40bebb7..0000000
+++ /dev/null
@@ -1,247 +0,0 @@
-# Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-!IF "$(CFG)" == ""
-CFG=Fcntl - Win32 Debug
-!MESSAGE No configuration specified.  Defaulting to Fcntl - Win32 Debug.
-!ENDIF 
-
-!IF "$(CFG)" != "Fcntl - Win32 Release" && "$(CFG)" != "Fcntl - Win32 Debug"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE on this makefile
-!MESSAGE by defining the macro CFG on the command line.  For example:
-!MESSAGE 
-!MESSAGE NMAKE /f "Fcntl.mak" CFG="Fcntl - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "Fcntl - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "Fcntl - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE 
-!ERROR An invalid configuration is specified.
-!ENDIF 
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE 
-NULL=nul
-!ENDIF 
-################################################################################
-# Begin Project
-CPP=cl.exe
-RSC=rc.exe
-MTL=mktyplib.exe
-
-!IF  "$(CFG)" == "Fcntl - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Fcntl___"
-# PROP BASE Intermediate_Dir "Fcntl___"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Target_Dir ""
-OUTDIR=.\Release
-INTDIR=.\Release
-
-ALL : "$(OUTDIR)\Fcntl.dll"
-
-CLEAN : 
-       -@erase "..\lib\auto\Fcntl\Fcntl.dll"
-       -@erase ".\Release\Fcntl.obj"
-       -@erase ".\Release\Fcntl.lib"
-       -@erase ".\Release\Fcntl.exp"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /MT /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
-# ADD CPP /nologo /MT /W3 /O2 /I ".\include" /I "." /I ".." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
-CPP_PROJ=/nologo /MT /W3 /O2 /I ".\include" /I "." /I ".." /D "WIN32" /D\
- "NDEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/Fcntl.pch" /YX /Fo"$(INTDIR)/" /c 
-CPP_OBJS=.\Release/
-CPP_SBRS=
-# ADD BASE MTL /nologo /D "NDEBUG" /win32
-# ADD MTL /nologo /D "NDEBUG" /win32
-MTL_PROJ=/nologo /D "NDEBUG" /win32 
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/Fcntl.bsc" 
-BSC32_SBRS=
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /pdb:none /machine:I386 /out:"../lib/auto/Fcntl/Fcntl.dll"
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo\
- /subsystem:windows /dll /pdb:none /machine:I386 /def:".\Fcntl.def"\
- /out:"../lib/auto/Fcntl/Fcntl.dll" /implib:"$(OUTDIR)/Fcntl.lib" 
-DEF_FILE= \
-       ".\Fcntl.def"
-LINK32_OBJS= \
-       ".\Release\Fcntl.obj" \
-       "..\perl.lib"
-
-"$(OUTDIR)\Fcntl.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF  "$(CFG)" == "Fcntl - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Fcntl__0"
-# PROP BASE Intermediate_Dir "Fcntl__0"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Target_Dir ""
-OUTDIR=.\Debug
-INTDIR=.\Debug
-
-ALL : "$(OUTDIR)\Fcntl.dll"
-
-CLEAN : 
-       -@erase "..\lib\auto\Fcntl\Fcntl.dll"
-       -@erase ".\Debug\Fcntl.obj"
-       -@erase ".\Debug\vc40.pdb"
-       -@erase ".\Debug\vc40.idb"
-       -@erase ".\Debug\Fcntl.lib"
-       -@erase ".\Debug\Fcntl.exp"
-       -@erase ".\Debug\Fcntl.pdb"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /MT /W3 /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
-# ADD CPP /nologo /MT /W3 /Zi /Od /I ".\include" /I "." /I ".." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
-CPP_PROJ=/nologo /MT /W3 /Zi /Od /I ".\include" /I "." /I ".." /D\
- "WIN32" /D "_DEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/Fcntl.pch" /YX /Fo"$(INTDIR)/"\
- /Fd"$(INTDIR)/" /c 
-CPP_OBJS=.\Debug/
-CPP_SBRS=
-# ADD BASE MTL /nologo /D "_DEBUG" /win32
-# ADD MTL /nologo /D "_DEBUG" /win32
-MTL_PROJ=/nologo /D "_DEBUG" /win32 
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/Fcntl.bsc" 
-BSC32_SBRS=
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /incremental:no /debug /machine:I386 /out:"../lib/auto/Fcntl/Fcntl.dll"
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo\
- /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)/Fcntl.pdb" /debug\
- /machine:I386 /def:".\Fcntl.def" /out:"../lib/auto/Fcntl/Fcntl.dll"\
- /implib:"$(OUTDIR)/Fcntl.lib" 
-DEF_FILE= \
-       ".\Fcntl.def"
-LINK32_OBJS= \
-       ".\Debug\Fcntl.obj" \
-       "..\perl.lib"
-
-"$(OUTDIR)\Fcntl.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ENDIF 
-
-.c{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.c{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-################################################################################
-# Begin Target
-
-# Name "Fcntl - Win32 Release"
-# Name "Fcntl - Win32 Debug"
-
-!IF  "$(CFG)" == "Fcntl - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "Fcntl - Win32 Debug"
-
-!ENDIF 
-
-################################################################################
-# Begin Source File
-
-SOURCE=..\ext\Fcntl\Fcntl.c
-NODEP_CPP_FCNTL=\
-       "..\ext\Fcntl\EXTERN.h"\
-       "..\ext\Fcntl\perl.h"\
-       "..\ext\Fcntl\XSUB.h"\
-       
-
-!IF  "$(CFG)" == "Fcntl - Win32 Release"
-
-
-"$(INTDIR)\Fcntl.obj" : $(SOURCE) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "Fcntl - Win32 Debug"
-
-
-"$(INTDIR)\Fcntl.obj" : $(SOURCE) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=.\Fcntl.def
-
-!IF  "$(CFG)" == "Fcntl - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "Fcntl - Win32 Debug"
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\perl.lib
-
-!IF  "$(CFG)" == "Fcntl - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "Fcntl - Win32 Debug"
-
-!ENDIF 
-
-# End Source File
-# End Target
-# End Project
-################################################################################
diff --git a/win32/VC-2.0/IO.mak b/win32/VC-2.0/IO.mak
deleted file mode 100644 (file)
index 2b71bc6..0000000
+++ /dev/null
@@ -1,245 +0,0 @@
-# Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-!IF "$(CFG)" == ""
-CFG=IO - Win32 Debug
-!MESSAGE No configuration specified.  Defaulting to IO - Win32 Debug.
-!ENDIF 
-
-!IF "$(CFG)" != "IO - Win32 Release" && "$(CFG)" != "IO - Win32 Debug"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE on this makefile
-!MESSAGE by defining the macro CFG on the command line.  For example:
-!MESSAGE 
-!MESSAGE NMAKE /f "IO.mak" CFG="IO - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "IO - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "IO - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE 
-!ERROR An invalid configuration is specified.
-!ENDIF 
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE 
-NULL=nul
-!ENDIF 
-################################################################################
-# Begin Project
-CPP=cl.exe
-RSC=rc.exe
-MTL=mktyplib.exe
-
-!IF  "$(CFG)" == "IO - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "IO___Win"
-# PROP BASE Intermediate_Dir "IO___Win"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Target_Dir ""
-OUTDIR=.\Release
-INTDIR=.\Release
-
-ALL : "$(OUTDIR)\IO.dll"
-
-CLEAN : 
-       -@erase "..\lib\auto\IO\IO.dll"
-       -@erase ".\Release\IO.obj"
-       -@erase ".\Release\IO.lib"
-       -@erase ".\Release\IO.exp"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /MT /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
-# ADD CPP /nologo /MT /W3 /O2 /I ".\include" /I "." /I ".." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
-CPP_PROJ=/nologo /MT /W3 /O2 /I ".\include" /I "." /I ".." /D "WIN32" /D\
- "NDEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/IO.pch" /YX /Fo"$(INTDIR)/" /c 
-CPP_OBJS=.\Release/
-CPP_SBRS=
-# ADD BASE MTL /nologo /D "NDEBUG" /win32
-# ADD MTL /nologo /D "NDEBUG" /win32
-MTL_PROJ=/nologo /D "NDEBUG" /win32 
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/IO.bsc" 
-BSC32_SBRS=
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /pdb:none /machine:I386 /out:"..\lib\auto\IO\IO.dll"
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo\
- /subsystem:windows /dll /pdb:none /machine:I386 /def:".\IO.def"\
- /out:"..\lib\auto\IO\IO.dll" /implib:"$(OUTDIR)/IO.lib" 
-DEF_FILE= \
-       ".\IO.def"
-LINK32_OBJS= \
-       ".\Release\IO.obj" \
-       "..\perl.lib"
-
-"$(OUTDIR)\IO.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF  "$(CFG)" == "IO - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Target_Dir ""
-OUTDIR=.\Debug
-INTDIR=.\Debug
-
-ALL : "$(OUTDIR)\IO.dll"
-
-CLEAN : 
-       -@erase ".\Debug\IO.lib"
-       -@erase ".\Debug\IO.obj"
-       -@erase ".\Debug\IO.exp"
-       -@erase ".\Debug\vc40.pdb"
-       -@erase ".\Debug\vc40.idb"
-       -@erase "..\lib\auto\IO\IO.dll"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /MT /W3 /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
-# ADD CPP /nologo /MT /W3 /Zi /Od /I ".\include" /I "." /I ".." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
-CPP_PROJ=/nologo /MT /W3 /Zi /Od /I ".\include" /I "." /I ".." /D\
- "WIN32" /D "_DEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/IO.pch" /YX /Fo"$(INTDIR)/"\
- /Fd"$(INTDIR)/" /c 
-CPP_OBJS=.\Debug/
-CPP_SBRS=
-# ADD BASE MTL /nologo /D "_DEBUG" /win32
-# ADD MTL /nologo /D "_DEBUG" /win32
-MTL_PROJ=/nologo /D "_DEBUG" /win32 
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/IO.bsc" 
-BSC32_SBRS=
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /pdb:none /debug /machine:I386 /out:"..\lib\auto\IO\IO.dll"
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo\
- /subsystem:windows /dll /pdb:none /debug /machine:I386 /def:".\IO.def"\
- /out:"..\lib\auto\IO\IO.dll" /implib:"$(OUTDIR)/IO.lib" 
-DEF_FILE= \
-       ".\IO.def"
-LINK32_OBJS= \
-       ".\Debug\IO.obj" \
-       "..\perl.lib"
-
-"$(OUTDIR)\IO.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ENDIF 
-
-.c{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.c{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-################################################################################
-# Begin Target
-
-# Name "IO - Win32 Release"
-# Name "IO - Win32 Debug"
-
-!IF  "$(CFG)" == "IO - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "IO - Win32 Debug"
-
-!ENDIF 
-
-################################################################################
-# Begin Source File
-
-SOURCE=..\ext\Io\IO.c
-NODEP_CPP_IO_C0=\
-       "..\ext\Io\EXTERN.h"\
-       "..\ext\Io\perl.h"\
-       "..\ext\Io\XSUB.h"\
-       
-
-!IF  "$(CFG)" == "IO - Win32 Release"
-
-
-"$(INTDIR)\IO.obj" : $(SOURCE) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "IO - Win32 Debug"
-
-
-"$(INTDIR)\IO.obj" : $(SOURCE) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=.\IO.def
-
-!IF  "$(CFG)" == "IO - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "IO - Win32 Debug"
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\perl.lib
-
-!IF  "$(CFG)" == "IO - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "IO - Win32 Debug"
-
-!ENDIF 
-
-# End Source File
-# End Target
-# End Project
-################################################################################
diff --git a/win32/VC-2.0/Opcode.mak b/win32/VC-2.0/Opcode.mak
deleted file mode 100644 (file)
index 8ec2812..0000000
+++ /dev/null
@@ -1,247 +0,0 @@
-# Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-!IF "$(CFG)" == ""
-CFG=Opcode - Win32 Debug
-!MESSAGE No configuration specified.  Defaulting to Opcode - Win32 Debug.
-!ENDIF 
-
-!IF "$(CFG)" != "Opcode - Win32 Release" && "$(CFG)" != "Opcode - Win32 Debug"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE on this makefile
-!MESSAGE by defining the macro CFG on the command line.  For example:
-!MESSAGE 
-!MESSAGE NMAKE /f "Opcode.mak" CFG="Opcode - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "Opcode - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "Opcode - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE 
-!ERROR An invalid configuration is specified.
-!ENDIF 
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE 
-NULL=nul
-!ENDIF 
-################################################################################
-# Begin Project
-CPP=cl.exe
-RSC=rc.exe
-MTL=mktyplib.exe
-
-!IF  "$(CFG)" == "Opcode - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Opcode__"
-# PROP BASE Intermediate_Dir "Opcode__"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Target_Dir ""
-OUTDIR=.\Release
-INTDIR=.\Release
-
-ALL : "$(OUTDIR)\Opcode.dll"
-
-CLEAN : 
-       -@erase "..\lib\auto\Opcode\Opcode.dll"
-       -@erase ".\Release\Opcode.obj"
-       -@erase ".\Release\Opcode.lib"
-       -@erase ".\Release\Opcode.exp"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /MT /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
-# ADD CPP /nologo /MT /W3 /O2 /I ".\include" /I "." /I ".." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
-CPP_PROJ=/nologo /MT /W3 /O2 /I ".\include" /I "." /I ".." /D "WIN32" /D\
- "NDEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/Opcode.pch" /YX /Fo"$(INTDIR)/" /c 
-CPP_OBJS=.\Release/
-CPP_SBRS=
-# ADD BASE MTL /nologo /D "NDEBUG" /win32
-# ADD MTL /nologo /D "NDEBUG" /win32
-MTL_PROJ=/nologo /D "NDEBUG" /win32 
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/Opcode.bsc" 
-BSC32_SBRS=
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /pdb:none /machine:I386 /out:"../lib/auto/Opcode/Opcode.dll"
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo\
- /subsystem:windows /dll /pdb:none /machine:I386 /def:".\Opcode.def"\
- /out:"../lib/auto/Opcode/Opcode.dll" /implib:"$(OUTDIR)/Opcode.lib" 
-DEF_FILE= \
-       ".\Opcode.def"
-LINK32_OBJS= \
-       ".\Release\Opcode.obj" \
-       "..\perl.lib"
-
-"$(OUTDIR)\Opcode.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF  "$(CFG)" == "Opcode - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Opcode_0"
-# PROP BASE Intermediate_Dir "Opcode_0"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Target_Dir ""
-OUTDIR=.\Debug
-INTDIR=.\Debug
-
-ALL : "$(OUTDIR)\Opcode.dll"
-
-CLEAN : 
-       -@erase "..\lib\auto\Opcode\Opcode.dll"
-       -@erase ".\Debug\Opcode.obj"
-       -@erase ".\Debug\vc40.pdb"
-       -@erase ".\Debug\vc40.idb"
-       -@erase ".\Debug\Opcode.lib"
-       -@erase ".\Debug\Opcode.exp"
-       -@erase ".\Debug\Opcode.pdb"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /MT /W3 /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
-# ADD CPP /nologo /MT /W3 /Zi /Od /I ".\include" /I "." /I ".." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
-CPP_PROJ=/nologo /MT /W3 /Zi /Od /I ".\include" /I "." /I ".." /D\
- "WIN32" /D "_DEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/Opcode.pch" /YX /Fo"$(INTDIR)/"\
- /Fd"$(INTDIR)/" /c 
-CPP_OBJS=.\Debug/
-CPP_SBRS=
-# ADD BASE MTL /nologo /D "_DEBUG" /win32
-# ADD MTL /nologo /D "_DEBUG" /win32
-MTL_PROJ=/nologo /D "_DEBUG" /win32 
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/Opcode.bsc" 
-BSC32_SBRS=
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /incremental:no /debug /machine:I386 /out:"../lib/auto/Opcode/Opcode.dll"
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo\
- /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)/Opcode.pdb" /debug\
- /machine:I386 /def:".\Opcode.def" /out:"../lib/auto/Opcode/Opcode.dll"\
- /implib:"$(OUTDIR)/Opcode.lib" 
-DEF_FILE= \
-       ".\Opcode.def"
-LINK32_OBJS= \
-       ".\Debug\Opcode.obj" \
-       "..\perl.lib"
-
-"$(OUTDIR)\Opcode.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ENDIF 
-
-.c{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.c{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-################################################################################
-# Begin Target
-
-# Name "Opcode - Win32 Release"
-# Name "Opcode - Win32 Debug"
-
-!IF  "$(CFG)" == "Opcode - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "Opcode - Win32 Debug"
-
-!ENDIF 
-
-################################################################################
-# Begin Source File
-
-SOURCE=.\Opcode.def
-
-!IF  "$(CFG)" == "Opcode - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "Opcode - Win32 Debug"
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\ext\Opcode\Opcode.c
-NODEP_CPP_OPCOD=\
-       "..\ext\Opcode\EXTERN.h"\
-       "..\ext\Opcode\perl.h"\
-       "..\ext\Opcode\XSUB.h"\
-       
-
-!IF  "$(CFG)" == "Opcode - Win32 Release"
-
-
-"$(INTDIR)\Opcode.obj" : $(SOURCE) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "Opcode - Win32 Debug"
-
-
-"$(INTDIR)\Opcode.obj" : $(SOURCE) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\perl.lib
-
-!IF  "$(CFG)" == "Opcode - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "Opcode - Win32 Debug"
-
-!ENDIF 
-
-# End Source File
-# End Target
-# End Project
-################################################################################
diff --git a/win32/VC-2.0/SDBM_File.mak b/win32/VC-2.0/SDBM_File.mak
deleted file mode 100644 (file)
index 0eb6897..0000000
+++ /dev/null
@@ -1,361 +0,0 @@
-# Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-!IF "$(CFG)" == ""
-CFG=SDBM_File - Win32 Debug
-!MESSAGE No configuration specified.  Defaulting to SDBM_File - Win32 Debug.
-!ENDIF 
-
-!IF "$(CFG)" != "SDBM_File - Win32 Release" && "$(CFG)" !=\
- "SDBM_File - Win32 Debug"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE on this makefile
-!MESSAGE by defining the macro CFG on the command line.  For example:
-!MESSAGE 
-!MESSAGE NMAKE /f "SDBM_File.mak" CFG="SDBM_File - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "SDBM_File - Win32 Release" (based on\
- "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "SDBM_File - Win32 Debug" (based on\
- "Win32 (x86) Dynamic-Link Library")
-!MESSAGE 
-!ERROR An invalid configuration is specified.
-!ENDIF 
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE 
-NULL=nul
-!ENDIF 
-################################################################################
-# Begin Project
-# PROP Target_Last_Scanned "SDBM_File - Win32 Debug"
-CPP=cl.exe
-RSC=rc.exe
-MTL=mktyplib.exe
-
-!IF  "$(CFG)" == "SDBM_File - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "SDBM_Fil"
-# PROP BASE Intermediate_Dir "SDBM_Fil"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Target_Dir ""
-OUTDIR=.\Release
-INTDIR=.\Release
-
-ALL : "$(OUTDIR)\SDBM_File.dll"
-
-CLEAN : 
-       -@erase "..\lib\auto\SDBM_File\SDBM_File.dll"
-       -@erase ".\Release\sdbm.obj"
-       -@erase ".\Release\pair.obj"
-       -@erase ".\Release\hash.obj"
-       -@erase ".\Release\SDBM_File.obj"
-       -@erase ".\Release\SDBM_File.lib"
-       -@erase ".\Release\SDBM_File.exp"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /MT /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /c
-# ADD CPP /nologo /MT /W3 /O2 /I ".\include" /I "." /I ".." /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "MSDOS" /c
-CPP_PROJ=/nologo /MT /W3 /O2 /I ".\include" /I "." /I ".." /D "NDEBUG" /D\
- "WIN32" /D "_WINDOWS" /D "MSDOS" \
- /Fo"$(INTDIR)/" /c 
-CPP_OBJS=.\Release/
-CPP_SBRS=
-# ADD BASE MTL /nologo /D "NDEBUG" /win32
-# ADD MTL /nologo /D "NDEBUG" /win32
-MTL_PROJ=/nologo /D "NDEBUG" /win32 
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/SDBM_File.bsc" 
-BSC32_SBRS=
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /pdb:none /machine:I386 /out:"../lib/auto/SDBM_File/SDBM_File.dll"
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo\
- /subsystem:windows /dll /pdb:none /machine:I386 /def:".\SDBM_File.def"\
- /out:"../lib/auto/SDBM_File/SDBM_File.dll" /implib:"$(OUTDIR)/SDBM_File.lib" 
-DEF_FILE= \
-       ".\SDBM_File.def"
-LINK32_OBJS= \
-       "$(INTDIR)/sdbm.obj" \
-       "$(INTDIR)/pair.obj" \
-       "$(INTDIR)/hash.obj" \
-       "$(INTDIR)/SDBM_File.obj" \
-       "..\perl.lib"
-
-"$(OUTDIR)\SDBM_File.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF  "$(CFG)" == "SDBM_File - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Target_Dir ""
-OUTDIR=.\Debug
-INTDIR=.\Debug
-
-ALL : "$(OUTDIR)\SDBM_File.dll"
-
-CLEAN : 
-       -@erase ".\Debug\vc40.pdb"
-       -@erase ".\Debug\vc40.idb"
-       -@erase "..\lib\auto\SDBM_File\SDBM_File.dll"
-       -@erase ".\Debug\hash.obj"
-       -@erase ".\Debug\pair.obj"
-       -@erase ".\Debug\SDBM_File.obj"
-       -@erase ".\Debug\sdbm.obj"
-       -@erase ".\Debug\SDBM_File.lib"
-       -@erase ".\Debug\SDBM_File.exp"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /MT /W3 /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /c
-# ADD CPP /nologo /MT /W3 /Zi /Od /I ".\include" /I "." /I ".." /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "MSDOS" /c
-CPP_PROJ=/nologo /MT /W3 /Zi /Od /I ".\include" /I "." /I ".." /D\
- "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "MSDOS" \
- /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
-CPP_OBJS=.\Debug/
-CPP_SBRS=
-# ADD BASE MTL /nologo /D "_DEBUG" /win32
-# ADD MTL /nologo /D "_DEBUG" /win32
-MTL_PROJ=/nologo /D "_DEBUG" /win32 
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/SDBM_File.bsc" 
-BSC32_SBRS=
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /pdb:none /debug /machine:I386 /out:"../lib/auto/SDBM_File/SDBM_File.dll"
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo\
- /subsystem:windows /dll /pdb:none /debug /machine:I386 /def:".\SDBM_File.def"\
- /out:"../lib/auto/SDBM_File/SDBM_File.dll" /implib:"$(OUTDIR)/SDBM_File.lib" 
-DEF_FILE= \
-       ".\SDBM_File.def"
-LINK32_OBJS= \
-       "$(INTDIR)/hash.obj" \
-       "$(INTDIR)/pair.obj" \
-       "$(INTDIR)/SDBM_File.obj" \
-       "$(INTDIR)/sdbm.obj" \
-       "..\perl.lib"
-
-"$(OUTDIR)\SDBM_File.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ENDIF 
-
-.c{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.c{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-################################################################################
-# Begin Target
-
-# Name "SDBM_File - Win32 Release"
-# Name "SDBM_File - Win32 Debug"
-
-!IF  "$(CFG)" == "SDBM_File - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "SDBM_File - Win32 Debug"
-
-!ENDIF 
-
-################################################################################
-# Begin Source File
-
-SOURCE=..\ext\SDBM_File\SDBM_File.c
-DEP_CPP_SDBM_=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\..\XSUB.h"\
-       ".\..\ext\SDBM_File\sdbm\sdbm.h"\
-       ".\..\embed.h"\
-       ".\config.h"\
-       "$(INCLUDE)\sys\Types.h"\
-       ".\..\perlio.h"\
-       "$(INCLUDE)\sys\Stat.h"\
-       ".\include\dirent.h"\
-       ".\..\handy.h"\
-       ".\..\dosish.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\unixish.h"\
-       ".\..\regexp.h"\
-       ".\..\sv.h"\
-       ".\..\util.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\cv.h"\
-       ".\..\opcode.h"\
-       ".\..\op.h"\
-       ".\..\cop.h"\
-       ".\..\av.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\scope.h"\
-       ".\..\perly.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\win32.h"\
-       ".\include\sys/socket.h"\
-       ".\include\netdb.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\nostdio.h"\
-       
-NODEP_CPP_SDBM_=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-!IF  "$(CFG)" == "SDBM_File - Win32 Release"
-
-
-"$(INTDIR)\SDBM_File.obj" : $(SOURCE) $(DEP_CPP_SDBM_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "SDBM_File - Win32 Debug"
-
-
-"$(INTDIR)\SDBM_File.obj" : $(SOURCE) $(DEP_CPP_SDBM_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\ext\SDBM_File\sdbm\sdbm.c
-DEP_CPP_SDBM_C=\
-       ".\config.h"\
-       ".\..\ext\SDBM_File\sdbm\sdbm.h"\
-       ".\..\ext\SDBM_File\sdbm\tune.h"\
-       ".\win32.h"\
-       ".\include\dirent.h"\
-       ".\include\sys/socket.h"\
-       ".\include\netdb.h"\
-       "$(INCLUDE)\sys\Types.h"\
-       "$(INCLUDE)\sys\Stat.h"\
-       
-
-"$(INTDIR)\sdbm.obj" : $(SOURCE) $(DEP_CPP_SDBM_C) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\ext\SDBM_File\sdbm\pair.c
-DEP_CPP_PAIR_=\
-       ".\config.h"\
-       ".\..\ext\SDBM_File\sdbm\sdbm.h"\
-       ".\..\ext\SDBM_File\sdbm\tune.h"\
-       ".\win32.h"\
-       ".\include\dirent.h"\
-       ".\include\sys/socket.h"\
-       ".\include\netdb.h"\
-       "$(INCLUDE)\sys\Types.h"\
-       "$(INCLUDE)\sys\Stat.h"\
-       
-
-"$(INTDIR)\pair.obj" : $(SOURCE) $(DEP_CPP_PAIR_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\ext\SDBM_File\sdbm\hash.c
-DEP_CPP_HASH_=\
-       ".\config.h"\
-       ".\..\ext\SDBM_File\sdbm\sdbm.h"\
-       ".\win32.h"\
-       ".\include\dirent.h"\
-       ".\include\sys/socket.h"\
-       ".\include\netdb.h"\
-       "$(INCLUDE)\sys\Types.h"\
-       "$(INCLUDE)\sys\Stat.h"\
-       
-
-"$(INTDIR)\hash.obj" : $(SOURCE) $(DEP_CPP_HASH_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=.\SDBM_File.def
-
-!IF  "$(CFG)" == "SDBM_File - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "SDBM_File - Win32 Debug"
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\perl.lib
-
-!IF  "$(CFG)" == "SDBM_File - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "SDBM_File - Win32 Debug"
-
-!ENDIF 
-
-# End Source File
-# End Target
-# End Project
-################################################################################
diff --git a/win32/VC-2.0/Socket.mak b/win32/VC-2.0/Socket.mak
deleted file mode 100644 (file)
index f7475e2..0000000
+++ /dev/null
@@ -1,276 +0,0 @@
-# Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-!IF "$(CFG)" == ""
-CFG=Socket - Win32 Debug
-!MESSAGE No configuration specified.  Defaulting to Socket - Win32 Debug.
-!ENDIF 
-
-!IF "$(CFG)" != "Socket - Win32 Release" && "$(CFG)" != "Socket - Win32 Debug"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE on this makefile
-!MESSAGE by defining the macro CFG on the command line.  For example:
-!MESSAGE 
-!MESSAGE NMAKE /f "Socket.mak" CFG="Socket - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "Socket - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "Socket - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE 
-!ERROR An invalid configuration is specified.
-!ENDIF 
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE 
-NULL=nul
-!ENDIF 
-################################################################################
-# Begin Project
-# PROP Target_Last_Scanned "Socket - Win32 Debug"
-CPP=cl.exe
-RSC=rc.exe
-MTL=mktyplib.exe
-
-!IF  "$(CFG)" == "Socket - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Socket__"
-# PROP BASE Intermediate_Dir "Socket__"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "release"
-# PROP Intermediate_Dir "release"
-# PROP Target_Dir ""
-OUTDIR=.\release
-INTDIR=.\release
-
-ALL : "$(OUTDIR)\Socket.dll"
-
-CLEAN : 
-       -@erase "..\lib\auto\Socket\Socket.dll"
-       -@erase ".\release\Socket.obj"
-       -@erase ".\release\Socket.lib"
-       -@erase ".\release\Socket.exp"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /MT /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
-# ADD CPP /nologo /MT /W3 /O2 /I ".\include" /I "." /I ".." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
-CPP_PROJ=/nologo /MT /W3 /O2 /I ".\include" /I "." /I ".." /D "WIN32" /D\
- "NDEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/Socket.pch" /YX /Fo"$(INTDIR)/" /c 
-CPP_OBJS=.\release/
-CPP_SBRS=
-# ADD BASE MTL /nologo /D "NDEBUG" /win32
-# ADD MTL /nologo /D "NDEBUG" /win32
-MTL_PROJ=/nologo /D "NDEBUG" /win32 
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/Socket.bsc" 
-BSC32_SBRS=
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:I386 /out:"..\lib\auto\Socket\Socket.dll"
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo\
- /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)/Socket.pdb"\
- /machine:I386 /def:".\Socket.def" /out:"..\lib\auto\Socket\Socket.dll"\
- /implib:"$(OUTDIR)/Socket.lib" 
-DEF_FILE= \
-       ".\Socket.def"
-LINK32_OBJS= \
-       "$(INTDIR)/Socket.obj" \
-       "..\perl.lib"
-
-"$(OUTDIR)\Socket.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF  "$(CFG)" == "Socket - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Socket_0"
-# PROP BASE Intermediate_Dir "Socket_0"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "debug"
-# PROP Intermediate_Dir "debug"
-# PROP Target_Dir ""
-OUTDIR=.\debug
-INTDIR=.\debug
-
-ALL : "$(OUTDIR)\Socket.dll"
-
-CLEAN : 
-       -@erase ".\debug\vc40.pdb"
-       -@erase ".\debug\vc40.idb"
-       -@erase "..\lib\auto\Socket\Socket.dll"
-       -@erase ".\debug\Socket.obj"
-       -@erase ".\debug\Socket.ilk"
-       -@erase ".\debug\Socket.lib"
-       -@erase ".\debug\Socket.exp"
-       -@erase ".\debug\Socket.pdb"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /MT /W3 /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
-# ADD CPP /nologo /MT /W3 /Zi /Od /I ".\include" /I "." /I ".." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
-CPP_PROJ=/nologo /MT /W3 /Zi /Od /I ".\include" /I "." /I ".." /D\
- "WIN32" /D "_DEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/Socket.pch" /YX /Fo"$(INTDIR)/"\
- /Fd"$(INTDIR)/" /c 
-CPP_OBJS=.\debug/
-CPP_SBRS=
-# ADD BASE MTL /nologo /D "_DEBUG" /win32
-# ADD MTL /nologo /D "_DEBUG" /win32
-MTL_PROJ=/nologo /D "_DEBUG" /win32 
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/Socket.bsc" 
-BSC32_SBRS=
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:I386
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo\
- /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)/Socket.pdb" /debug\
- /machine:I386 /def:".\Socket.def" /out:"..\lib\auto\Socket\Socket.dll"\
- /implib:"$(OUTDIR)/Socket.lib" 
-DEF_FILE= \
-       ".\Socket.def"
-LINK32_OBJS= \
-       "$(INTDIR)/Socket.obj" \
-       "..\perl.lib"
-
-"$(OUTDIR)\Socket.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ENDIF 
-
-.c{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.c{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-################################################################################
-# Begin Target
-
-# Name "Socket - Win32 Release"
-# Name "Socket - Win32 Debug"
-
-!IF  "$(CFG)" == "Socket - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "Socket - Win32 Debug"
-
-!ENDIF 
-
-################################################################################
-# Begin Source File
-
-SOURCE=..\ext\Socket\Socket.c
-DEP_CPP_SOCKE=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\..\XSUB.h"\
-       "$(INCLUDE)\sys\Types.h"\
-       ".\include\sys/socket.h"\
-       ".\include\netdb.h"\
-       ".\include\arpa/inet.h"\
-       ".\..\embed.h"\
-       ".\config.h"\
-       ".\..\perlio.h"\
-       "$(INCLUDE)\sys\Stat.h"\
-       ".\include\dirent.h"\
-       ".\..\handy.h"\
-       ".\..\dosish.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\unixish.h"\
-       ".\..\regexp.h"\
-       ".\..\sv.h"\
-       ".\..\util.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\cv.h"\
-       ".\..\opcode.h"\
-       ".\..\op.h"\
-       ".\..\cop.h"\
-       ".\..\av.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\scope.h"\
-       ".\..\perly.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\win32.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\nostdio.h"\
-       
-NODEP_CPP_SOCKE=\
-       ".\..\ext\Socket\sockadapt.h"\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\Socket.obj" : $(SOURCE) $(DEP_CPP_SOCKE) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\perl.lib
-
-!IF  "$(CFG)" == "Socket - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "Socket - Win32 Debug"
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=.\Socket.def
-
-!IF  "$(CFG)" == "Socket - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "Socket - Win32 Debug"
-
-!ENDIF 
-
-# End Source File
-# End Target
-# End Project
-################################################################################
diff --git a/win32/VC-2.0/libperl.mak b/win32/VC-2.0/libperl.mak
deleted file mode 100644 (file)
index 97d31c4..0000000
+++ /dev/null
@@ -1,2217 +0,0 @@
-# Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Static Library" 0x0104
-
-!IF "$(CFG)" == ""
-CFG=libperl - Win32 Debug
-!MESSAGE No configuration specified.  Defaulting to libperl - Win32 Debug.
-!ENDIF 
-
-!IF "$(CFG)" != "libperl - Win32 Release" && "$(CFG)" !=\
- "libperl - Win32 Debug"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE on this makefile
-!MESSAGE by defining the macro CFG on the command line.  For example:
-!MESSAGE 
-!MESSAGE NMAKE /f "libperl.mak" CFG="libperl - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "libperl - Win32 Release" (based on "Win32 (x86) Static Library")
-!MESSAGE "libperl - Win32 Debug" (based on "Win32 (x86) Static Library")
-!MESSAGE 
-!ERROR An invalid configuration is specified.
-!ENDIF 
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE 
-NULL=nul
-!ENDIF 
-################################################################################
-# Begin Project
-# PROP Target_Last_Scanned "libperl - Win32 Debug"
-CPP=cl.exe
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "../"
-# PROP Intermediate_Dir "Release"
-# PROP Target_Dir ""
-OUTDIR=.\..
-INTDIR=.\Release
-
-ALL : "$(OUTDIR)\libperl.lib"
-
-CLEAN : 
-       -@erase "$(INTDIR)\av.obj"
-       -@erase "$(INTDIR)\deb.obj"
-       -@erase "$(INTDIR)\doio.obj"
-       -@erase "$(INTDIR)\doop.obj"
-       -@erase "$(INTDIR)\dump.obj"
-       -@erase "$(INTDIR)\globals.obj"
-       -@erase "$(INTDIR)\gv.obj"
-       -@erase "$(INTDIR)\hv.obj"
-       -@erase "$(INTDIR)\mg.obj"
-       -@erase "$(INTDIR)\op.obj"
-       -@erase "$(INTDIR)\perl.obj"
-       -@erase "$(INTDIR)\perlio.obj"
-       -@erase "$(INTDIR)\perly.obj"
-       -@erase "$(INTDIR)\pp.obj"
-       -@erase "$(INTDIR)\pp_ctl.obj"
-       -@erase "$(INTDIR)\pp_hot.obj"
-       -@erase "$(INTDIR)\pp_sys.obj"
-       -@erase "$(INTDIR)\regcomp.obj"
-       -@erase "$(INTDIR)\regexec.obj"
-       -@erase "$(INTDIR)\run.obj"
-       -@erase "$(INTDIR)\scope.obj"
-       -@erase "$(INTDIR)\sv.obj"
-       -@erase "$(INTDIR)\taint.obj"
-       -@erase "$(INTDIR)\toke.obj"
-       -@erase "$(INTDIR)\universal.obj"
-       -@erase "$(INTDIR)\util.obj"
-       -@erase "$(OUTDIR)\libperl.lib"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-"$(INTDIR)" :
-    if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)"
-
-# ADD BASE CPP /nologo /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
-# ADD CPP /nologo /MT /W3 /Od /I ".\include" /I ".." /I "." /D "WIN32" /D "NDEBUG" /D "PERLDLL" /D "_WINDOWS" /YX /c
-CPP_PROJ=/nologo /MT /W3 /Od /I ".\include" /I ".." /I "." /D "WIN32" /D\
- "NDEBUG" /D "PERLDLL" /D "_WINDOWS" /Fp"$(INTDIR)/libperl.pch" /YX\
- /Fo"$(INTDIR)/" /c 
-CPP_OBJS=.\Release/
-CPP_SBRS=.\.
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/libperl.bsc" 
-BSC32_SBRS= \
-       
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-LIB32_FLAGS=/nologo /out:"$(OUTDIR)/libperl.lib" 
-LIB32_OBJS= \
-       "$(INTDIR)\av.obj" \
-       "$(INTDIR)\deb.obj" \
-       "$(INTDIR)\doio.obj" \
-       "$(INTDIR)\doop.obj" \
-       "$(INTDIR)\dump.obj" \
-       "$(INTDIR)\globals.obj" \
-       "$(INTDIR)\gv.obj" \
-       "$(INTDIR)\hv.obj" \
-       "$(INTDIR)\mg.obj" \
-       "$(INTDIR)\op.obj" \
-       "$(INTDIR)\perl.obj" \
-       "$(INTDIR)\perlio.obj" \
-       "$(INTDIR)\perly.obj" \
-       "$(INTDIR)\pp.obj" \
-       "$(INTDIR)\pp_ctl.obj" \
-       "$(INTDIR)\pp_hot.obj" \
-       "$(INTDIR)\pp_sys.obj" \
-       "$(INTDIR)\regcomp.obj" \
-       "$(INTDIR)\regexec.obj" \
-       "$(INTDIR)\run.obj" \
-       "$(INTDIR)\scope.obj" \
-       "$(INTDIR)\sv.obj" \
-       "$(INTDIR)\taint.obj" \
-       "$(INTDIR)\toke.obj" \
-       "$(INTDIR)\universal.obj" \
-       "$(INTDIR)\util.obj"
-
-"$(OUTDIR)\libperl.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
-    $(LIB32) @<<
-  $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
-<<
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir ".."
-# PROP Intermediate_Dir "Debug"
-# PROP Target_Dir ""
-OUTDIR=.\..
-INTDIR=.\Debug
-
-ALL : "$(OUTDIR)\libperl.lib"
-
-CLEAN : 
-       -@erase "$(INTDIR)\av.obj"
-       -@erase "$(INTDIR)\deb.obj"
-       -@erase "$(INTDIR)\doio.obj"
-       -@erase "$(INTDIR)\doop.obj"
-       -@erase "$(INTDIR)\dump.obj"
-       -@erase "$(INTDIR)\globals.obj"
-       -@erase "$(INTDIR)\gv.obj"
-       -@erase "$(INTDIR)\hv.obj"
-       -@erase "$(INTDIR)\mg.obj"
-       -@erase "$(INTDIR)\op.obj"
-       -@erase "$(INTDIR)\perl.obj"
-       -@erase "$(INTDIR)\perlio.obj"
-       -@erase "$(INTDIR)\perly.obj"
-       -@erase "$(INTDIR)\pp.obj"
-       -@erase "$(INTDIR)\pp_ctl.obj"
-       -@erase "$(INTDIR)\pp_hot.obj"
-       -@erase "$(INTDIR)\pp_sys.obj"
-       -@erase "$(INTDIR)\regcomp.obj"
-       -@erase "$(INTDIR)\regexec.obj"
-       -@erase "$(INTDIR)\run.obj"
-       -@erase "$(INTDIR)\scope.obj"
-       -@erase "$(INTDIR)\sv.obj"
-       -@erase "$(INTDIR)\taint.obj"
-       -@erase "$(INTDIR)\toke.obj"
-       -@erase "$(INTDIR)\universal.obj"
-       -@erase "$(INTDIR)\util.obj"
-       -@erase "$(OUTDIR)\libperl.lib"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-"$(INTDIR)" :
-    if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)"
-
-# ADD BASE CPP /nologo /W3 /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
-# ADD CPP /nologo /MT /W3 /Z7 /Od /I ".\include" /I ".." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
-CPP_PROJ=/nologo /MT /W3 /Z7 /Od /I ".\include" /I ".." /I "." /D "WIN32"\
-/D "PERLDLL" /D "_DEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/libperl.pch" /YX /Fo"$(INTDIR)/" /c 
-CPP_OBJS=.\Debug/
-CPP_SBRS=.\.
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/libperl.bsc" 
-BSC32_SBRS= \
-       
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-LIB32_FLAGS=/nologo /out:"$(OUTDIR)/libperl.lib" 
-LIB32_OBJS= \
-       "$(INTDIR)\av.obj" \
-       "$(INTDIR)\deb.obj" \
-       "$(INTDIR)\doio.obj" \
-       "$(INTDIR)\doop.obj" \
-       "$(INTDIR)\dump.obj" \
-       "$(INTDIR)\globals.obj" \
-       "$(INTDIR)\gv.obj" \
-       "$(INTDIR)\hv.obj" \
-       "$(INTDIR)\mg.obj" \
-       "$(INTDIR)\op.obj" \
-       "$(INTDIR)\perl.obj" \
-       "$(INTDIR)\perlio.obj" \
-       "$(INTDIR)\perly.obj" \
-       "$(INTDIR)\pp.obj" \
-       "$(INTDIR)\pp_ctl.obj" \
-       "$(INTDIR)\pp_hot.obj" \
-       "$(INTDIR)\pp_sys.obj" \
-       "$(INTDIR)\regcomp.obj" \
-       "$(INTDIR)\regexec.obj" \
-       "$(INTDIR)\run.obj" \
-       "$(INTDIR)\scope.obj" \
-       "$(INTDIR)\sv.obj" \
-       "$(INTDIR)\taint.obj" \
-       "$(INTDIR)\toke.obj" \
-       "$(INTDIR)\universal.obj" \
-       "$(INTDIR)\util.obj"
-
-"$(OUTDIR)\libperl.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
-    $(LIB32) @<<
-  $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
-<<
-
-!ENDIF 
-
-.c{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.c{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-################################################################################
-# Begin Target
-
-# Name "libperl - Win32 Release"
-# Name "libperl - Win32 Debug"
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-!ENDIF 
-
-################################################################################
-# Begin Source File
-
-SOURCE=..\av.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_AV_C0=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\av.obj" : $(SOURCE) $(DEP_CPP_AV_C0) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_AV_C0=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\Sys\Stat.h"\
-       "$(INCLUDE)\Sys\Types.h"\
-       
-NODEP_CPP_AV_C0=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\av.obj" : $(SOURCE) $(DEP_CPP_AV_C0) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\deb.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_DEB_C=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\deb.obj" : $(SOURCE) $(DEP_CPP_DEB_C) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_DEB_C=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\Sys\Stat.h"\
-       "$(INCLUDE)\Sys\Types.h"\
-       
-NODEP_CPP_DEB_C=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\deb.obj" : $(SOURCE) $(DEP_CPP_DEB_C) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\doio.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_DOIO_=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\doio.obj" : $(SOURCE) $(DEP_CPP_DOIO_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_DOIO_=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\Sys\Stat.h"\
-       "$(INCLUDE)\Sys\Types.h"\
-       
-NODEP_CPP_DOIO_=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\doio.obj" : $(SOURCE) $(DEP_CPP_DOIO_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\doop.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_DOOP_=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\doop.obj" : $(SOURCE) $(DEP_CPP_DOOP_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_DOOP_=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\Sys\Stat.h"\
-       "$(INCLUDE)\Sys\Types.h"\
-       
-NODEP_CPP_DOOP_=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\doop.obj" : $(SOURCE) $(DEP_CPP_DOOP_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\dump.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_DUMP_=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\dump.obj" : $(SOURCE) $(DEP_CPP_DUMP_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_DUMP_=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\Sys\Stat.h"\
-       "$(INCLUDE)\Sys\Types.h"\
-       
-NODEP_CPP_DUMP_=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\dump.obj" : $(SOURCE) $(DEP_CPP_DUMP_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\globals.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_GLOBA=\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\INTERN.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\Sys\Stat.h"\
-       "$(INCLUDE)\Sys\Types.h"\
-       
-NODEP_CPP_GLOBA=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\globals.obj" : $(SOURCE) $(DEP_CPP_GLOBA) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_GLOBA=\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\INTERN.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\Sys\Stat.h"\
-       "$(INCLUDE)\Sys\Types.h"\
-       
-NODEP_CPP_GLOBA=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\globals.obj" : $(SOURCE) $(DEP_CPP_GLOBA) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\gv.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_GV_Cc=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\gv.obj" : $(SOURCE) $(DEP_CPP_GV_Cc) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_GV_Cc=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\Sys\Stat.h"\
-       "$(INCLUDE)\Sys\Types.h"\
-       
-NODEP_CPP_GV_Cc=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\gv.obj" : $(SOURCE) $(DEP_CPP_GV_Cc) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\hv.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_HV_Ce=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\hv.obj" : $(SOURCE) $(DEP_CPP_HV_Ce) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_HV_Ce=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\Sys\Stat.h"\
-       "$(INCLUDE)\Sys\Types.h"\
-       
-NODEP_CPP_HV_Ce=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\hv.obj" : $(SOURCE) $(DEP_CPP_HV_Ce) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\mg.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_MG_C10=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\mg.obj" : $(SOURCE) $(DEP_CPP_MG_C10) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_MG_C10=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\Sys\Stat.h"\
-       "$(INCLUDE)\Sys\Types.h"\
-       
-NODEP_CPP_MG_C10=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\mg.obj" : $(SOURCE) $(DEP_CPP_MG_C10) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\op.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_OP_C12=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\op.obj" : $(SOURCE) $(DEP_CPP_OP_C12) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_OP_C12=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\Sys\Stat.h"\
-       "$(INCLUDE)\Sys\Types.h"\
-       
-NODEP_CPP_OP_C12=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\op.obj" : $(SOURCE) $(DEP_CPP_OP_C12) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\perl.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_PERL_=\
-       "..\EXTERN.h"\
-       ".\..\patchlevel.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\perl.obj" : $(SOURCE) $(DEP_CPP_PERL_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_PERL_=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\patchlevel.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\Sys\Stat.h"\
-       "$(INCLUDE)\Sys\Types.h"\
-       
-NODEP_CPP_PERL_=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\perl.obj" : $(SOURCE) $(DEP_CPP_PERL_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\perlio.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_PERLI=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\perlio.obj" : $(SOURCE) $(DEP_CPP_PERLI) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_PERLI=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\Sys\Stat.h"\
-       "$(INCLUDE)\Sys\Types.h"\
-       
-NODEP_CPP_PERLI=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\perlio.obj" : $(SOURCE) $(DEP_CPP_PERLI) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\perly.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_PERLY=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\perly.obj" : $(SOURCE) $(DEP_CPP_PERLY) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_PERLY=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\Sys\Stat.h"\
-       "$(INCLUDE)\Sys\Types.h"\
-       
-NODEP_CPP_PERLY=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\perly.obj" : $(SOURCE) $(DEP_CPP_PERLY) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\pp.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_PP_C1a=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\pp.obj" : $(SOURCE) $(DEP_CPP_PP_C1a) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_PP_C1a=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\Sys\Stat.h"\
-       "$(INCLUDE)\Sys\Types.h"\
-       
-NODEP_CPP_PP_C1a=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\pp.obj" : $(SOURCE) $(DEP_CPP_PP_C1a) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\pp_ctl.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_PP_CT=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\pp_ctl.obj" : $(SOURCE) $(DEP_CPP_PP_CT) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_PP_CT=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\Sys\Stat.h"\
-       "$(INCLUDE)\Sys\Types.h"\
-       
-NODEP_CPP_PP_CT=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\pp_ctl.obj" : $(SOURCE) $(DEP_CPP_PP_CT) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\pp_hot.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_PP_HO=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\pp_hot.obj" : $(SOURCE) $(DEP_CPP_PP_HO) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_PP_HO=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\Sys\Stat.h"\
-       "$(INCLUDE)\Sys\Types.h"\
-       
-NODEP_CPP_PP_HO=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\pp_hot.obj" : $(SOURCE) $(DEP_CPP_PP_HO) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\pp_sys.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_PP_SY=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\pp_sys.obj" : $(SOURCE) $(DEP_CPP_PP_SY) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_PP_SY=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\Sys\Stat.h"\
-       "$(INCLUDE)\Sys\Types.h"\
-       
-NODEP_CPP_PP_SY=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\pp_sys.obj" : $(SOURCE) $(DEP_CPP_PP_SY) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\regcomp.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_REGCO=\
-       "..\EXTERN.h"\
-       ".\..\INTERN.h"\
-       ".\..\perl.h"\
-       ".\..\regcomp.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\regcomp.obj" : $(SOURCE) $(DEP_CPP_REGCO) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_REGCO=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\INTERN.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regcomp.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\Sys\Stat.h"\
-       "$(INCLUDE)\Sys\Types.h"\
-       
-NODEP_CPP_REGCO=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\regcomp.obj" : $(SOURCE) $(DEP_CPP_REGCO) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\regexec.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_REGEX=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\..\regcomp.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\regexec.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_REGEX=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regcomp.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\Sys\Stat.h"\
-       "$(INCLUDE)\Sys\Types.h"\
-       
-NODEP_CPP_REGEX=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\regexec.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\run.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_RUN_C=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\run.obj" : $(SOURCE) $(DEP_CPP_RUN_C) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_RUN_C=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\Sys\Stat.h"\
-       "$(INCLUDE)\Sys\Types.h"\
-       
-NODEP_CPP_RUN_C=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\run.obj" : $(SOURCE) $(DEP_CPP_RUN_C) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\scope.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_SCOPE=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\scope.obj" : $(SOURCE) $(DEP_CPP_SCOPE) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_SCOPE=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\Sys\Stat.h"\
-       "$(INCLUDE)\Sys\Types.h"\
-       
-NODEP_CPP_SCOPE=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\scope.obj" : $(SOURCE) $(DEP_CPP_SCOPE) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\sv.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_SV_C2a=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\sv.obj" : $(SOURCE) $(DEP_CPP_SV_C2a) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_SV_C2a=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\Sys\Stat.h"\
-       "$(INCLUDE)\Sys\Types.h"\
-       
-NODEP_CPP_SV_C2a=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\sv.obj" : $(SOURCE) $(DEP_CPP_SV_C2a) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\taint.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_TAINT=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\taint.obj" : $(SOURCE) $(DEP_CPP_TAINT) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_TAINT=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\Sys\Stat.h"\
-       "$(INCLUDE)\Sys\Types.h"\
-       
-NODEP_CPP_TAINT=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\taint.obj" : $(SOURCE) $(DEP_CPP_TAINT) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\toke.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_TOKE_=\
-       "..\EXTERN.h"\
-       ".\..\keywords.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\toke.obj" : $(SOURCE) $(DEP_CPP_TOKE_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_TOKE_=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\keywords.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\Sys\Stat.h"\
-       "$(INCLUDE)\Sys\Types.h"\
-       
-NODEP_CPP_TOKE_=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\toke.obj" : $(SOURCE) $(DEP_CPP_TOKE_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\universal.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_UNIVE=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\..\XSUB.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\universal.obj" : $(SOURCE) $(DEP_CPP_UNIVE) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_UNIVE=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\..\XSUB.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\Sys\Stat.h"\
-       "$(INCLUDE)\Sys\Types.h"\
-       
-NODEP_CPP_UNIVE=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\universal.obj" : $(SOURCE) $(DEP_CPP_UNIVE) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\util.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_UTIL_=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\util.obj" : $(SOURCE) $(DEP_CPP_UTIL_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_UTIL_=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\Sys\Stat.h"\
-       "$(INCLUDE)\Sys\Types.h"\
-       
-NODEP_CPP_UTIL_=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\util.obj" : $(SOURCE) $(DEP_CPP_UTIL_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-# End Target
-# End Project
-################################################################################
diff --git a/win32/VC-2.0/miniperl.mak b/win32/VC-2.0/miniperl.mak
deleted file mode 100644 (file)
index 241a0ea..0000000
+++ /dev/null
@@ -1,393 +0,0 @@
-# Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-!IF "$(CFG)" == ""
-CFG=miniperl - Win32 Debug
-!MESSAGE No configuration specified.  Defaulting to miniperl - Win32 Debug.
-!ENDIF 
-
-!IF "$(CFG)" != "miniperl - Win32 Release" && "$(CFG)" !=\
- "miniperl - Win32 Debug"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE on this makefile
-!MESSAGE by defining the macro CFG on the command line.  For example:
-!MESSAGE 
-!MESSAGE NMAKE /f "miniperl.mak" CFG="miniperl - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "miniperl - Win32 Release" (based on\
- "Win32 (x86) Console Application")
-!MESSAGE "miniperl - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE 
-!ERROR An invalid configuration is specified.
-!ENDIF 
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE 
-NULL=nul
-!ENDIF 
-################################################################################
-# Begin Project
-# PROP Target_Last_Scanned "miniperl - Win32 Debug"
-CPP=cl.exe
-RSC=rc.exe
-
-!IF  "$(CFG)" == "miniperl - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "miniperl"
-# PROP BASE Intermediate_Dir "miniperl"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Target_Dir ""
-OUTDIR=.\Release
-INTDIR=.\Release
-
-ALL : "..\miniperl.exe"
-
-CLEAN : 
-       -@erase "$(INTDIR)\miniperlmain.obj"
-       -@erase "$(INTDIR)\win32.obj"
-       -@erase "$(INTDIR)\win32aux.obj"
-       -@erase "$(INTDIR)\win32io.obj"
-       -@erase "$(INTDIR)\win32sck.obj"
-       -@erase "..\miniperl.exe"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
-# ADD CPP /nologo /MT /W3 /Od /I "." /I ".\include" /I ".." /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "PERLDLL" /YX /c
-CPP_PROJ=/nologo /MT /W3 /Od /I "." /I ".\include" /I ".." /D "NDEBUG" /D\
- "WIN32" /D "_CONSOLE" /D "PERLDLL" /Fp"$(INTDIR)/miniperl.pch" /YX\
- /Fo"$(INTDIR)/" /c 
-CPP_OBJS=.\Release/
-CPP_SBRS=.\.
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/miniperl.bsc" 
-BSC32_SBRS= \
-       
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:I386 /out:"../miniperl.exe"
-# SUBTRACT LINK32 /incremental:yes /debug
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo\
- /subsystem:console /incremental:no /pdb:"$(OUTDIR)/miniperl.pdb" /machine:I386\
- /out:"../miniperl.exe" 
-LINK32_OBJS= \
-       "$(INTDIR)\miniperlmain.obj" \
-       "$(INTDIR)\win32.obj" \
-       "$(INTDIR)\win32aux.obj" \
-       "$(INTDIR)\win32io.obj" \
-       "$(INTDIR)\win32sck.obj" \
-       "..\libperl.lib"
-
-"..\miniperl.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF  "$(CFG)" == "miniperl - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "miniper0"
-# PROP BASE Intermediate_Dir "miniper0"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Target_Dir ""
-OUTDIR=.\Debug
-INTDIR=.\Debug
-
-ALL : "..\miniperl.exe"
-
-CLEAN : 
-       -@erase "$(INTDIR)\miniperlmain.obj"
-       -@erase "$(INTDIR)\vc40.idb"
-       -@erase "$(INTDIR)\vc40.pdb"
-       -@erase "$(INTDIR)\win32.obj"
-       -@erase "$(INTDIR)\win32aux.obj"
-       -@erase "$(INTDIR)\win32io.obj"
-       -@erase "$(INTDIR)\win32sck.obj"
-       -@erase "$(OUTDIR)\miniperl.pdb"
-       -@erase "..\miniperl.exe"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /W3 /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
-# ADD CPP /nologo /MT /W3 /Zi /Od /I "." /I ".\include" /I ".." /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PERLDLL" /YX /c
-CPP_PROJ=/nologo /MT /W3 /Zi /Od /I "." /I ".\include" /I ".." /D\
- "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PERLDLL" /Fp"$(INTDIR)/miniperl.pch" /YX\
- /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
-CPP_OBJS=.\Debug/
-CPP_SBRS=.\.
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/miniperl.bsc" 
-BSC32_SBRS= \
-       
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"../miniperl.exe"
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo\
- /subsystem:console /incremental:no /pdb:"$(OUTDIR)/miniperl.pdb" /debug\
- /machine:I386 /out:"../miniperl.exe" 
-LINK32_OBJS= \
-       "$(INTDIR)\miniperlmain.obj" \
-       "$(INTDIR)\win32.obj" \
-       "$(INTDIR)\win32aux.obj" \
-       "$(INTDIR)\win32io.obj" \
-       "$(INTDIR)\win32sck.obj" \
-       "..\libperl.lib"
-
-"..\miniperl.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ENDIF 
-
-.c{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.c{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-################################################################################
-# Begin Target
-
-# Name "miniperl - Win32 Release"
-# Name "miniperl - Win32 Debug"
-
-!IF  "$(CFG)" == "miniperl - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "miniperl - Win32 Debug"
-
-!ENDIF 
-
-################################################################################
-# Begin Source File
-
-SOURCE=..\miniperlmain.c
-DEP_CPP_MINIP=\
-       "..\av.h"\
-       "..\cop.h"\
-       "..\hv.h"\
-       "..\mg.h"\
-       "..\op.h"\
-       "..\opcode.h"\
-       "..\perl.h"\
-       "..\perly.h"\
-       "..\pp.h"\
-       "..\proto.h"\
-       "..\scope.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\EXTERN.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\nostdio.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\regexp.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       "$(INCLUDE)\Sys\Stat.h"\
-       "$(INCLUDE)\Sys\Types.h"\
-       
-NODEP_CPP_MINIP=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\miniperlmain.obj" : $(SOURCE) $(DEP_CPP_MINIP) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\libperl.lib
-
-!IF  "$(CFG)" == "miniperl - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "miniperl - Win32 Debug"
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=.\win32.c
-DEP_CPP_WIN32=\
-       "..\av.h"\
-       "..\cop.h"\
-       "..\hv.h"\
-       "..\mg.h"\
-       "..\op.h"\
-       "..\opcode.h"\
-       "..\perl.h"\
-       "..\perly.h"\
-       "..\pp.h"\
-       "..\proto.h"\
-       "..\scope.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\nostdio.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\regexp.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\..\EXTERN.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       "$(INCLUDE)\Sys\Stat.h"\
-       "$(INCLUDE)\Sys\Types.h"\
-       
-NODEP_CPP_WIN32=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\win32.obj" : $(SOURCE) $(DEP_CPP_WIN32) "$(INTDIR)"
-
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=.\win32sck.c
-DEP_CPP_WIN32S=\
-       "..\av.h"\
-       "..\cop.h"\
-       "..\hv.h"\
-       "..\mg.h"\
-       "..\op.h"\
-       "..\opcode.h"\
-       "..\perl.h"\
-       "..\perly.h"\
-       "..\pp.h"\
-       "..\proto.h"\
-       "..\scope.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\nostdio.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\regexp.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\..\EXTERN.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       "$(INCLUDE)\Sys\Stat.h"\
-       "$(INCLUDE)\Sys\Types.h"\
-       
-NODEP_CPP_WIN32S=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\win32sck.obj" : $(SOURCE) $(DEP_CPP_WIN32S) "$(INTDIR)"
-
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=.\win32aux.c
-DEP_CPP_WIN32A=\
-       ".\include\sys/socket.h"\
-       
-
-"$(INTDIR)\win32aux.obj" : $(SOURCE) $(DEP_CPP_WIN32A) "$(INTDIR)"
-
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=.\win32io.c
-DEP_CPP_WIN32I=\
-       ".\include\sys/socket.h"\
-       ".\win32io.h"\
-       "$(INCLUDE)\Sys\Stat.h"\
-       "$(INCLUDE)\Sys\Types.h"\
-       
-
-"$(INTDIR)\win32io.obj" : $(SOURCE) $(DEP_CPP_WIN32I) "$(INTDIR)"
-
-
-# End Source File
-# End Target
-# End Project
-################################################################################
diff --git a/win32/VC-2.0/modules.mak b/win32/VC-2.0/modules.mak
deleted file mode 100644 (file)
index 2039986..0000000
+++ /dev/null
@@ -1,828 +0,0 @@
-# Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Static Library" 0x0104
-
-!IF "$(CFG)" == ""
-CFG=modules - Win32 Debug
-!MESSAGE No configuration specified.  Defaulting to modules - Win32 Debug.
-!ENDIF 
-
-!IF "$(CFG)" != "modules - Win32 Release" && "$(CFG)" !=\
- "modules - Win32 Debug"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE on this makefile
-!MESSAGE by defining the macro CFG on the command line.  For example:
-!MESSAGE 
-!MESSAGE NMAKE /f "modules.mak" CFG="modules - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "modules - Win32 Release" (based on "Win32 (x86) Static Library")
-!MESSAGE "modules - Win32 Debug" (based on "Win32 (x86) Static Library")
-!MESSAGE 
-!ERROR An invalid configuration is specified.
-!ENDIF 
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE 
-NULL=nul
-!ENDIF 
-################################################################################
-# Begin Project
-# PROP Target_Last_Scanned "modules - Win32 Debug"
-CPP=cl.exe
-
-!IF  "$(CFG)" == "modules - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "modules_"
-# PROP BASE Intermediate_Dir "modules_"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Target_Dir ""
-OUTDIR=.\Release
-INTDIR=.\Release
-
-ALL : ".\modules.lib"
-
-CLEAN : 
-       -@erase "$(INTDIR)\Dynaloader.obj"
-       -@erase ".\modules.lib"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
-# ADD CPP /nologo /MT /W3 /O2 /I ".\include" /I "." /I ".." /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "PERLDLL" /YX /c
-CPP_PROJ=/nologo /MT /W3 /O2 /I ".\include" /I "." /I ".." /D "NDEBUG" /D\
- "WIN32" /D "_WINDOWS" /D "PERLDLL" /Fp"$(INTDIR)/modules.pch" /YX /Fo"$(INTDIR)/"\
- /c 
-CPP_OBJS=.\Release/
-CPP_SBRS=.\.
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/modules.bsc" 
-BSC32_SBRS= \
-       
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo /out:"modules.lib"
-LIB32_FLAGS=/nologo /out:"modules.lib" 
-LIB32_OBJS= \
-       "$(INTDIR)\Dynaloader.obj"
-
-".\modules.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
-    $(LIB32) @<<
-  $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
-<<
-
-!ELSEIF  "$(CFG)" == "modules - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "modules0"
-# PROP BASE Intermediate_Dir "modules0"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Target_Dir ""
-OUTDIR=.\Debug
-INTDIR=.\Debug
-
-ALL : ".\modules.lib"
-
-CLEAN : 
-       -@erase "$(INTDIR)\Dynaloader.obj"
-       -@erase ".\modules.lib"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /W3 /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
-# ADD CPP /nologo /MT /W3 /Z7 /Od /I ".\include" /I "." /I ".." /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "PERLDLL" /YX /c
-CPP_PROJ=/nologo /MT /W3 /Z7 /Od /I ".\include" /I "." /I ".." /D "_DEBUG"\
- /D "WIN32" /D "_WINDOWS" /D "PERLDLL" /Fp"$(INTDIR)/modules.pch" /YX\
- /Fo"$(INTDIR)/" /c 
-CPP_OBJS=.\Debug/
-CPP_SBRS=.\.
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/modules.bsc" 
-BSC32_SBRS= \
-       
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo /out:"modules.lib"
-LIB32_FLAGS=/nologo /out:"modules.lib" 
-LIB32_OBJS= \
-       "$(INTDIR)\Dynaloader.obj"
-
-".\modules.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
-    $(LIB32) @<<
-  $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
-<<
-
-!ENDIF 
-
-.c{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.c{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-################################################################################
-# Begin Target
-
-# Name "modules - Win32 Release"
-# Name "modules - Win32 Debug"
-
-!IF  "$(CFG)" == "modules - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "modules - Win32 Debug"
-
-!ENDIF 
-
-################################################################################
-# Begin Source File
-
-SOURCE=..\ext\DynaLoader\Dynaloader.c
-
-!IF  "$(CFG)" == "modules - Win32 Release"
-
-DEP_CPP_DYNAL=\
-       "..\av.h"\
-       "..\cop.h"\
-       "..\cv.h"\
-       "..\dosish.h"\
-       "..\embed.h"\
-       "..\form.h"\
-       "..\gv.h"\
-       "..\handy.h"\
-       "..\hv.h"\
-       "..\mg.h"\
-       "..\nostdio.h"\
-       "..\op.h"\
-       "..\opcode.h"\
-       "..\perl.h"\
-       "..\perlio.h"\
-       "..\perlsdio.h"\
-       "..\perlsfio.h"\
-       "..\perly.h"\
-       "..\plan9\plan9ish.h"\
-       "..\pp.h"\
-       "..\proto.h"\
-       "..\regexp.h"\
-       "..\scope.h"\
-       "..\sv.h"\
-       "..\unixish.h"\
-       "..\util.h"\
-       "..\XSUB.h"\
-       ".\..\ext\DynaLoader\dlutils.c"\
-       ".\config.h"\
-       "..\EXTERN.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       "$(INCLUDE)\sys\Stat.h"\
-       "$(INCLUDE)\sys\Types.h"\
-       
-NODEP_CPP_DYNAL=\
-       "..\os2ish.h"\
-       "..\vmsish.h"\
-       
-
-"$(INTDIR)\Dynaloader.obj" : $(SOURCE) $(DEP_CPP_DYNAL) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "modules - Win32 Debug"
-
-DEP_CPP_DYNAL=\
-       "..\av.h"\
-       "..\cop.h"\
-       "..\cv.h"\
-       "..\dosish.h"\
-       "..\embed.h"\
-       "..\form.h"\
-       "..\gv.h"\
-       "..\handy.h"\
-       "..\hv.h"\
-       "..\mg.h"\
-       "..\nostdio.h"\
-       "..\op.h"\
-       "..\opcode.h"\
-       "..\perl.h"\
-       "..\perlio.h"\
-       "..\perlsdio.h"\
-       "..\perlsfio.h"\
-       "..\perly.h"\
-       "..\plan9\plan9ish.h"\
-       "..\pp.h"\
-       "..\proto.h"\
-       "..\regexp.h"\
-       "..\scope.h"\
-       "..\sv.h"\
-       "..\unixish.h"\
-       "..\util.h"\
-       "..\XSUB.h"\
-       ".\..\ext\DynaLoader\dlutils.c"\
-       ".\config.h"\
-       "..\EXTERN.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\sys\Stat.h"\
-       "$(INCLUDE)\sys\Types.h"\
-       
-NODEP_CPP_DYNAL=\
-       "..\os2ish.h"\
-       "..\vmsish.h"\
-       
-
-"$(INTDIR)\Dynaloader.obj" : $(SOURCE) $(DEP_CPP_DYNAL) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\ext\Fcntl\Fcntl.c
-
-!IF  "$(CFG)" == "modules - Win32 Release"
-
-DEP_CPP_FCNTL=\
-       "..\av.h"\
-       "..\cop.h"\
-       "..\cv.h"\
-       "..\dosish.h"\
-       "..\embed.h"\
-       "..\form.h"\
-       "..\gv.h"\
-       "..\handy.h"\
-       "..\hv.h"\
-       "..\mg.h"\
-       "..\nostdio.h"\
-       "..\op.h"\
-       "..\opcode.h"\
-       "..\perl.h"\
-       "..\perlio.h"\
-       "..\perlsdio.h"\
-       "..\perlsfio.h"\
-       "..\perly.h"\
-       "..\plan9\plan9ish.h"\
-       "..\pp.h"\
-       "..\proto.h"\
-       "..\regexp.h"\
-       "..\scope.h"\
-       "..\sv.h"\
-       "..\unixish.h"\
-       "..\util.h"\
-       "..\XSUB.h"\
-       ".\config.h"\
-       "..\EXTERN.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       "$(INCLUDE)\sys\Stat.h"\
-       "$(INCLUDE)\sys\Types.h"\
-       
-NODEP_CPP_FCNTL=\
-       "..\os2ish.h"\
-       "..\vmsish.h"\
-       
-
-"$(INTDIR)\Fcntl.obj" : $(SOURCE) $(DEP_CPP_FCNTL) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "modules - Win32 Debug"
-
-DEP_CPP_FCNTL=\
-       "..\av.h"\
-       "..\cop.h"\
-       "..\cv.h"\
-       "..\dosish.h"\
-       "..\embed.h"\
-       "..\form.h"\
-       "..\gv.h"\
-       "..\handy.h"\
-       "..\hv.h"\
-       "..\mg.h"\
-       "..\nostdio.h"\
-       "..\op.h"\
-       "..\opcode.h"\
-       "..\perl.h"\
-       "..\perlio.h"\
-       "..\perlsdio.h"\
-       "..\perlsfio.h"\
-       "..\perly.h"\
-       "..\plan9\plan9ish.h"\
-       "..\pp.h"\
-       "..\proto.h"\
-       "..\regexp.h"\
-       "..\scope.h"\
-       "..\sv.h"\
-       "..\unixish.h"\
-       "..\util.h"\
-       "..\XSUB.h"\
-       ".\config.h"\
-       "..\EXTERN.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\sys\Stat.h"\
-       "$(INCLUDE)\sys\Types.h"\
-       
-NODEP_CPP_FCNTL=\
-       "..\os2ish.h"\
-       "..\vmsish.h"\
-       
-
-"$(INTDIR)\Fcntl.obj" : $(SOURCE) $(DEP_CPP_FCNTL) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\ext\Io\IO.c
-
-!IF  "$(CFG)" == "modules - Win32 Release"
-
-DEP_CPP_IO_C4=\
-       "..\av.h"\
-       "..\cop.h"\
-       "..\cv.h"\
-       "..\dosish.h"\
-       "..\embed.h"\
-       "..\form.h"\
-       "..\gv.h"\
-       "..\handy.h"\
-       "..\hv.h"\
-       "..\mg.h"\
-       "..\nostdio.h"\
-       "..\op.h"\
-       "..\opcode.h"\
-       "..\perl.h"\
-       "..\perlio.h"\
-       "..\perlsdio.h"\
-       "..\perlsfio.h"\
-       "..\perly.h"\
-       "..\plan9\plan9ish.h"\
-       "..\pp.h"\
-       "..\proto.h"\
-       "..\regexp.h"\
-       "..\scope.h"\
-       "..\sv.h"\
-       "..\unixish.h"\
-       "..\util.h"\
-       "..\XSUB.h"\
-       ".\config.h"\
-       "..\EXTERN.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       "$(INCLUDE)\sys\Stat.h"\
-       "$(INCLUDE)\sys\Types.h"\
-       
-NODEP_CPP_IO_C4=\
-       "..\os2ish.h"\
-       "..\vmsish.h"\
-       
-
-"$(INTDIR)\IO.obj" : $(SOURCE) $(DEP_CPP_IO_C4) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "modules - Win32 Debug"
-
-DEP_CPP_IO_C4=\
-       "..\av.h"\
-       "..\cop.h"\
-       "..\cv.h"\
-       "..\dosish.h"\
-       "..\embed.h"\
-       "..\form.h"\
-       "..\gv.h"\
-       "..\handy.h"\
-       "..\hv.h"\
-       "..\mg.h"\
-       "..\nostdio.h"\
-       "..\op.h"\
-       "..\opcode.h"\
-       "..\perl.h"\
-       "..\perlio.h"\
-       "..\perlsdio.h"\
-       "..\perlsfio.h"\
-       "..\perly.h"\
-       "..\plan9\plan9ish.h"\
-       "..\pp.h"\
-       "..\proto.h"\
-       "..\regexp.h"\
-       "..\scope.h"\
-       "..\sv.h"\
-       "..\unixish.h"\
-       "..\util.h"\
-       "..\XSUB.h"\
-       ".\config.h"\
-       "..\EXTERN.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\sys\Stat.h"\
-       "$(INCLUDE)\sys\Types.h"\
-       
-NODEP_CPP_IO_C4=\
-       "..\os2ish.h"\
-       "..\vmsish.h"\
-       
-
-"$(INTDIR)\IO.obj" : $(SOURCE) $(DEP_CPP_IO_C4) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\ext\Opcode\Opcode.c
-
-!IF  "$(CFG)" == "modules - Win32 Release"
-
-DEP_CPP_OPCOD=\
-       "..\av.h"\
-       "..\cop.h"\
-       "..\cv.h"\
-       "..\dosish.h"\
-       "..\embed.h"\
-       "..\form.h"\
-       "..\gv.h"\
-       "..\handy.h"\
-       "..\hv.h"\
-       "..\mg.h"\
-       "..\nostdio.h"\
-       "..\op.h"\
-       "..\opcode.h"\
-       "..\perl.h"\
-       "..\perlio.h"\
-       "..\perlsdio.h"\
-       "..\perlsfio.h"\
-       "..\perly.h"\
-       "..\plan9\plan9ish.h"\
-       "..\pp.h"\
-       "..\proto.h"\
-       "..\regexp.h"\
-       "..\scope.h"\
-       "..\sv.h"\
-       "..\unixish.h"\
-       "..\util.h"\
-       "..\XSUB.h"\
-       ".\config.h"\
-       "..\EXTERN.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       "$(INCLUDE)\sys\Stat.h"\
-       "$(INCLUDE)\sys\Types.h"\
-       
-NODEP_CPP_OPCOD=\
-       "..\os2ish.h"\
-       "..\vmsish.h"\
-       
-
-"$(INTDIR)\Opcode.obj" : $(SOURCE) $(DEP_CPP_OPCOD) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "modules - Win32 Debug"
-
-DEP_CPP_OPCOD=\
-       "..\av.h"\
-       "..\cop.h"\
-       "..\cv.h"\
-       "..\dosish.h"\
-       "..\embed.h"\
-       "..\form.h"\
-       "..\gv.h"\
-       "..\handy.h"\
-       "..\hv.h"\
-       "..\mg.h"\
-       "..\nostdio.h"\
-       "..\op.h"\
-       "..\opcode.h"\
-       "..\perl.h"\
-       "..\perlio.h"\
-       "..\perlsdio.h"\
-       "..\perlsfio.h"\
-       "..\perly.h"\
-       "..\plan9\plan9ish.h"\
-       "..\pp.h"\
-       "..\proto.h"\
-       "..\regexp.h"\
-       "..\scope.h"\
-       "..\sv.h"\
-       "..\unixish.h"\
-       "..\util.h"\
-       "..\XSUB.h"\
-       ".\config.h"\
-       "..\EXTERN.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\sys\Stat.h"\
-       "$(INCLUDE)\sys\Types.h"\
-       
-NODEP_CPP_OPCOD=\
-       "..\os2ish.h"\
-       "..\vmsish.h"\
-       
-
-"$(INTDIR)\Opcode.obj" : $(SOURCE) $(DEP_CPP_OPCOD) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\ext\SDBM_File\SDBM_File.c
-DEP_CPP_SDBM_=\
-       "..\av.h"\
-       "..\cop.h"\
-       "..\cv.h"\
-       "..\dosish.h"\
-       "..\embed.h"\
-       "..\form.h"\
-       "..\gv.h"\
-       "..\handy.h"\
-       "..\hv.h"\
-       "..\mg.h"\
-       "..\nostdio.h"\
-       "..\op.h"\
-       "..\opcode.h"\
-       "..\perl.h"\
-       "..\perlio.h"\
-       "..\perlsdio.h"\
-       "..\perlsfio.h"\
-       "..\perly.h"\
-       "..\plan9\plan9ish.h"\
-       "..\pp.h"\
-       "..\proto.h"\
-       "..\regexp.h"\
-       "..\scope.h"\
-       "..\sv.h"\
-       "..\unixish.h"\
-       "..\util.h"\
-       "..\XSUB.h"\
-       ".\..\ext\SDBM_File\sdbm\sdbm.h"\
-       ".\config.h"\
-       "..\EXTERN.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       "$(INCLUDE)\sys\Stat.h"\
-       "$(INCLUDE)\sys\Types.h"\
-       
-NODEP_CPP_SDBM_=\
-       "..\os2ish.h"\
-       "..\vmsish.h"\
-       
-
-"$(INTDIR)\SDBM_File.obj" : $(SOURCE) $(DEP_CPP_SDBM_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\ext\Socket\Socket.c
-DEP_CPP_SOCKE=\
-       "..\av.h"\
-       "..\cop.h"\
-       "..\cv.h"\
-       "..\dosish.h"\
-       "..\embed.h"\
-       "..\form.h"\
-       "..\gv.h"\
-       "..\handy.h"\
-       "..\hv.h"\
-       "..\mg.h"\
-       "..\nostdio.h"\
-       "..\op.h"\
-       "..\opcode.h"\
-       "..\perl.h"\
-       "..\perlio.h"\
-       "..\perlsdio.h"\
-       "..\perlsfio.h"\
-       "..\perly.h"\
-       "..\plan9\plan9ish.h"\
-       "..\pp.h"\
-       "..\proto.h"\
-       "..\regexp.h"\
-       "..\scope.h"\
-       "..\sv.h"\
-       "..\unixish.h"\
-       "..\util.h"\
-       "..\XSUB.h"\
-       ".\config.h"\
-       "..\EXTERN.h"\
-       ".\include\arpa/inet.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       "$(INCLUDE)\sys\Stat.h"\
-       "$(INCLUDE)\sys\Types.h"\
-       
-NODEP_CPP_SOCKE=\
-       "..\os2ish.h"\
-       "..\vmsish.h"\
-       ".\..\ext\Socket\sockadapt.h"\
-       
-
-"$(INTDIR)\Socket.obj" : $(SOURCE) $(DEP_CPP_SOCKE) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\ext\SDBM_File\sdbm\sdbm.c
-
-!IF  "$(CFG)" == "modules - Win32 Release"
-
-DEP_CPP_SDBM_C=\
-       "..\ext\SDBM_File\sdbm\pair.h"\
-       ".\..\ext\SDBM_File\sdbm\sdbm.h"\
-       ".\..\ext\SDBM_File\sdbm\tune.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       "$(INCLUDE)\sys\Stat.h"\
-       "$(INCLUDE)\sys\Types.h"\
-       
-
-"$(INTDIR)\sdbm.obj" : $(SOURCE) $(DEP_CPP_SDBM_C) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "modules - Win32 Debug"
-
-DEP_CPP_SDBM_C=\
-       "..\ext\SDBM_File\sdbm\pair.h"\
-       ".\..\ext\SDBM_File\sdbm\sdbm.h"\
-       ".\..\ext\SDBM_File\sdbm\tune.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\sdbm.obj" : $(SOURCE) $(DEP_CPP_SDBM_C) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\ext\SDBM_File\sdbm\pair.c
-
-!IF  "$(CFG)" == "modules - Win32 Release"
-
-DEP_CPP_PAIR_=\
-       "..\ext\SDBM_File\sdbm\pair.h"\
-       ".\..\ext\SDBM_File\sdbm\sdbm.h"\
-       ".\..\ext\SDBM_File\sdbm\tune.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       "$(INCLUDE)\sys\Stat.h"\
-       "$(INCLUDE)\sys\Types.h"\
-       
-
-"$(INTDIR)\pair.obj" : $(SOURCE) $(DEP_CPP_PAIR_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "modules - Win32 Debug"
-
-DEP_CPP_PAIR_=\
-       "..\ext\SDBM_File\sdbm\pair.h"\
-       ".\..\ext\SDBM_File\sdbm\sdbm.h"\
-       ".\..\ext\SDBM_File\sdbm\tune.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\pair.obj" : $(SOURCE) $(DEP_CPP_PAIR_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\ext\SDBM_File\sdbm\hash.c
-
-!IF  "$(CFG)" == "modules - Win32 Release"
-
-DEP_CPP_HASH_=\
-       ".\..\ext\SDBM_File\sdbm\sdbm.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       "$(INCLUDE)\sys\Stat.h"\
-       "$(INCLUDE)\sys\Types.h"\
-       
-
-"$(INTDIR)\hash.obj" : $(SOURCE) $(DEP_CPP_HASH_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "modules - Win32 Debug"
-
-DEP_CPP_HASH_=\
-       ".\..\ext\SDBM_File\sdbm\sdbm.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\hash.obj" : $(SOURCE) $(DEP_CPP_HASH_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-# End Target
-# End Project
-################################################################################
diff --git a/win32/VC-2.0/perl.mak b/win32/VC-2.0/perl.mak
deleted file mode 100644 (file)
index 48602f3..0000000
+++ /dev/null
@@ -1,238 +0,0 @@
-# Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-!IF "$(CFG)" == ""
-CFG=perl - Win32 Debug
-!MESSAGE No configuration specified.  Defaulting to perl - Win32 Debug.
-!ENDIF 
-
-!IF "$(CFG)" != "perl - Win32 Release" && "$(CFG)" != "perl - Win32 Debug"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE on this makefile
-!MESSAGE by defining the macro CFG on the command line.  For example:
-!MESSAGE 
-!MESSAGE NMAKE /f "perl.mak" CFG="perl - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "perl - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "perl - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE 
-!ERROR An invalid configuration is specified.
-!ENDIF 
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE 
-NULL=nul
-!ENDIF 
-################################################################################
-# Begin Project
-# PROP Target_Last_Scanned "perl - Win32 Debug"
-CPP=cl.exe
-RSC=rc.exe
-
-!IF  "$(CFG)" == "perl - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "perl"
-# PROP BASE Intermediate_Dir "perl"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Target_Dir ""
-OUTDIR=.\Release
-INTDIR=.\Release
-
-ALL : "$(OUTDIR)\_perl.exe"
-
-CLEAN : 
-       -@erase "..\_perl.exe"
-       -@erase ".\Release\perlmain.obj"
-       -@erase ".\Release\win32io.obj"
-       -@erase ".\Release\perl.res"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
-# ADD CPP /nologo /MT /W3 /O2 /I "." /I ".\include" /I ".." /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
-CPP_PROJ=/nologo /MT /W3 /O2 /I "." /I ".\include" /I ".." /D "WIN32" /D\
- "NDEBUG" /D "_CONSOLE" /Fp"$(INTDIR)/perl.pch" /YX /Fo"$(INTDIR)/" /c 
-CPP_OBJS=.\Release/
-CPP_SBRS=
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-RSC_PROJ=/l 0x409 /fo"$(INTDIR)/perl.res" /d "NDEBUG" 
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/perl.bsc" 
-BSC32_SBRS=
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib setargv.obj /nologo /subsystem:console /machine:I386 /out:"../_perl.exe"
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib setargv.obj /nologo\
- /subsystem:console /incremental:no /pdb:"$(OUTDIR)/_perl.pdb" /machine:I386\
- /out:"../_perl.exe" 
-LINK32_OBJS= \
-       "$(INTDIR)/perlmain.obj" \
-       "$(INTDIR)/win32io.obj" \
-       "..\perl.lib"
-
-"$(OUTDIR)\_perl.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF  "$(CFG)" == "perl - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "dynaper0"
-# PROP BASE Intermediate_Dir "dynaper0"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Target_Dir ""
-OUTDIR=.\Debug
-INTDIR=.\Debug
-
-ALL : "$(OUTDIR)\_perl.exe"
-
-CLEAN : 
-       -@erase "..\_perl.exe"
-       -@erase ".\Debug\perlmain.obj"
-       -@erase ".\Debug\win32io.obj"
-       -@erase ".\Debug\perl.res"
-       -@erase "..\_perl.ilk"
-       -@erase ".\Debug\_perl.pdb"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /W3 /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
-# ADD CPP /nologo /MT /W3 /Z7 /Od /I "." /I ".\include" /I ".." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
-CPP_PROJ=/nologo /MT /W3 /Z7 /Od /I "." /I ".\include" /I ".." /D "WIN32" /D\
- "_DEBUG" /D "_CONSOLE" /Fp"$(INTDIR)/perl.pch" /YX /Fo"$(INTDIR)/" /c 
-CPP_OBJS=.\Debug/
-CPP_SBRS=
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-RSC_PROJ=/l 0x409 /fo"$(INTDIR)/perl.res" /d "_DEBUG" 
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/perl.bsc" 
-BSC32_SBRS=
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib setargv.obj /nologo /subsystem:console /debug /machine:I386 /out:"../_perl.exe"
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib setargv.obj /nologo\
- /subsystem:console /incremental:yes /pdb:"$(OUTDIR)/_perl.pdb" /debug\
- /machine:I386 /out:"../_perl.exe" 
-LINK32_OBJS= \
-       "$(INTDIR)/perlmain.obj" \
-       "$(INTDIR)/win32io.obj" \
-       "..\perl.lib"
-
-"$(OUTDIR)\_perl.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ENDIF 
-
-.c{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.c{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-################################################################################
-# Begin Target
-
-# Name "perl - Win32 Release"
-# Name "perl - Win32 Debug"
-
-!IF  "$(CFG)" == "perl - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "perl - Win32 Debug"
-
-!ENDIF 
-
-################################################################################
-# Begin Source File
-
-SOURCE=.\perlmain.c
-DEP_CPP_PERLM=\
-       ".\win32io.h"\
-       
-
-!IF  "$(CFG)" == "perl - Win32 Release"
-
-
-"$(INTDIR)\perlmain.obj" : $(SOURCE) $(DEP_CPP_PERLM) "$(INTDIR)"
-
-
-!ELSEIF  "$(CFG)" == "perl - Win32 Debug"
-
-
-"$(INTDIR)\perlmain.obj" : $(SOURCE) $(DEP_CPP_PERLM) "$(INTDIR)"
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\perl.lib
-
-!IF  "$(CFG)" == "perl - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "perl - Win32 Debug"
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=.\win32io.c
-DEP_CPP_WIN32=\
-       ".\include\sys/socket.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\sys\STAT.H"\
-       "$(INCLUDE)\sys\TYPES.H"\
-       
-
-"$(INTDIR)\win32io.obj" : $(SOURCE) $(DEP_CPP_WIN32) "$(INTDIR)"
-
-
-# End Source File
-# End Target
-# End Project
-################################################################################
diff --git a/win32/VC-2.0/perldll.mak b/win32/VC-2.0/perldll.mak
deleted file mode 100644 (file)
index 2daf219..0000000
+++ /dev/null
@@ -1,436 +0,0 @@
-# Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-!IF "$(CFG)" == ""
-CFG=perldll - Win32 Debug
-!MESSAGE No configuration specified.  Defaulting to perldll - Win32 Debug.
-!ENDIF 
-
-!IF "$(CFG)" != "perldll - Win32 Release" && "$(CFG)" !=\
- "perldll - Win32 Debug"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE on this makefile
-!MESSAGE by defining the macro CFG on the command line.  For example:
-!MESSAGE 
-!MESSAGE NMAKE /f "perldll.mak" CFG="perldll - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "perldll - Win32 Release" (based on\
- "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "perldll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE 
-!ERROR An invalid configuration is specified.
-!ENDIF 
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE 
-NULL=nul
-!ENDIF 
-################################################################################
-# Begin Project
-# PROP Target_Last_Scanned "perldll - Win32 Debug"
-CPP=cl.exe
-RSC=rc.exe
-MTL=mktyplib.exe
-
-!IF  "$(CFG)" == "perldll - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "perldll_"
-# PROP BASE Intermediate_Dir "perldll_"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "../"
-# PROP Intermediate_Dir "release"
-# PROP Target_Dir ""
-OUTDIR=.\..
-INTDIR=.\release
-
-ALL : "$(OUTDIR)\perl.dll"
-
-CLEAN : 
-       -@erase "$(INTDIR)\perllib.obj"
-       -@erase "$(INTDIR)\win32.obj"
-       -@erase "$(INTDIR)\win32aux.obj"
-       -@erase "$(INTDIR)\win32io.obj"
-       -@erase "$(INTDIR)\win32sck.obj"
-       -@erase "$(OUTDIR)\perl.dll"
-       -@erase "$(OUTDIR)\perl.exp"
-       -@erase "$(OUTDIR)\perl.lib"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-"$(INTDIR)" :
-    if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)"
-
-# ADD BASE CPP /nologo /MT /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
-# ADD CPP /nologo /MT /W3 /O2 /I "." /I ".\include" /I ".." /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "PERLDLL" /YX /c
-CPP_PROJ=/nologo /MT /W3 /O2 /I "." /I ".\include" /I ".." /D "NDEBUG" /D\
- "WIN32" /D "_WINDOWS" /D "PERLDLL" /Fp"$(INTDIR)/perldll.pch" /YX\
- /Fo"$(INTDIR)/" /c 
-CPP_OBJS=.\release/
-CPP_SBRS=.\.
-# ADD BASE MTL /nologo /D "NDEBUG" /win32
-# ADD MTL /nologo /D "NDEBUG" /win32
-MTL_PROJ=/nologo /D "NDEBUG" /win32 
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/perldll.bsc" 
-BSC32_SBRS= \
-       
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /pdb:none /machine:I386 /out:"../perl.dll"
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo\
- /subsystem:windows /dll /pdb:none /machine:I386 /def:".\perldll.def"\
- /out:"$(OUTDIR)/perl.dll" /implib:"$(OUTDIR)/perl.lib" 
-DEF_FILE= \
-       ".\perldll.def"
-LINK32_OBJS= \
-       "$(INTDIR)\perllib.obj" \
-       "$(INTDIR)\win32.obj" \
-       "$(INTDIR)\win32aux.obj" \
-       "$(INTDIR)\win32io.obj" \
-       "$(INTDIR)\win32sck.obj" \
-       "..\libperl.lib" \
-       ".\modules.lib"
-
-"$(OUTDIR)\perl.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF  "$(CFG)" == "perldll - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "perldll0"
-# PROP BASE Intermediate_Dir "perldll0"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "debug"
-# PROP Intermediate_Dir "debug"
-# PROP Target_Dir ""
-OUTDIR=.\..
-INTDIR=.\debug
-
-ALL : "$(OUTDIR)\perl.dll"
-
-CLEAN : 
-       -@erase "$(INTDIR)\perllib.obj"
-       -@erase "$(INTDIR)\vc40.idb"
-       -@erase "$(INTDIR)\vc40.pdb"
-       -@erase "$(INTDIR)\win32.obj"
-       -@erase "$(INTDIR)\win32aux.obj"
-       -@erase "$(INTDIR)\win32io.obj"
-       -@erase "$(INTDIR)\win32sck.obj"
-       -@erase "$(OUTDIR)\perl.exp"
-       -@erase "$(OUTDIR)\perl.lib"
-       -@erase "$(OUTDIR)\perl.pdb"
-       -@erase "..\perl.dll"
-       -@erase "..\perl.ilk"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /MT /W3 /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
-# ADD CPP /nologo /MT /W3 /Zi /Od /I "." /I ".\include" /I ".." /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "PERLDLL" /YX /c
-CPP_PROJ=/nologo /MT /W3 /Zi /Od /I "." /I ".\include" /I ".." /D\
- "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "PERLDLL" /Fp"$(INTDIR)/perldll.pch" /YX\
- /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
-CPP_OBJS=.\debug/
-CPP_SBRS=.\.
-# ADD BASE MTL /nologo /D "_DEBUG" /win32
-# ADD MTL /nologo /D "_DEBUG" /win32
-MTL_PROJ=/nologo /D "_DEBUG" /win32 
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/perldll.bsc" 
-BSC32_SBRS= \
-       
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"../perl.dll"
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo\
- /subsystem:windows /dll /incremental:yes /pdb:"$(OUTDIR)/perl.pdb" /debug\
- /machine:I386 /def:".\perldll.def" /out:"../perl.dll"\
- /implib:"$(OUTDIR)/perl.lib" 
-DEF_FILE= \
-       ".\perldll.def"
-LINK32_OBJS= \
-       "$(INTDIR)\perllib.obj" \
-       "$(INTDIR)\win32.obj" \
-       "$(INTDIR)\win32aux.obj" \
-       "$(INTDIR)\win32io.obj" \
-       "$(INTDIR)\win32sck.obj" \
-       "..\libperl.lib" \
-       ".\modules.lib"
-
-"$(OUTDIR)\perl.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ENDIF 
-
-.c{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.c{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-################################################################################
-# Begin Target
-
-# Name "perldll - Win32 Release"
-# Name "perldll - Win32 Debug"
-
-!IF  "$(CFG)" == "perldll - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "perldll - Win32 Debug"
-
-!ENDIF 
-
-################################################################################
-# Begin Source File
-
-SOURCE=.\perllib.c
-DEP_CPP_PERLL=\
-       "..\av.h"\
-       "..\cop.h"\
-       "..\cv.h"\
-       "..\dosish.h"\
-       "..\embed.h"\
-       "..\form.h"\
-       "..\gv.h"\
-       "..\handy.h"\
-       "..\hv.h"\
-       "..\mg.h"\
-       "..\nostdio.h"\
-       "..\op.h"\
-       "..\opcode.h"\
-       "..\perl.h"\
-       "..\perlio.h"\
-       "..\perlsdio.h"\
-       "..\perlsfio.h"\
-       "..\perly.h"\
-       "..\plan9\plan9ish.h"\
-       "..\pp.h"\
-       "..\proto.h"\
-       "..\regexp.h"\
-       "..\scope.h"\
-       "..\sv.h"\
-       "..\unixish.h"\
-       "..\util.h"\
-       ".\config.h"\
-       "..\EXTERN.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\sys\stat.h"\
-       "$(INCLUDE)\sys\types.h"\
-       
-NODEP_CPP_PERLL=\
-       "..\os2ish.h"\
-       "..\vmsish.h"\
-       
-
-"$(INTDIR)\perllib.obj" : $(SOURCE) $(DEP_CPP_PERLL) "$(INTDIR)"
-
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=.\perldll.def
-
-!IF  "$(CFG)" == "perldll - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "perldll - Win32 Debug"
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\libperl.lib
-
-!IF  "$(CFG)" == "perldll - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "perldll - Win32 Debug"
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=.\win32sck.c
-DEP_CPP_WIN32=\
-       "..\av.h"\
-       "..\cop.h"\
-       "..\cv.h"\
-       "..\dosish.h"\
-       "..\embed.h"\
-       "..\form.h"\
-       "..\gv.h"\
-       "..\handy.h"\
-       "..\hv.h"\
-       "..\mg.h"\
-       "..\nostdio.h"\
-       "..\op.h"\
-       "..\opcode.h"\
-       "..\perl.h"\
-       "..\perlio.h"\
-       "..\perlsdio.h"\
-       "..\perlsfio.h"\
-       "..\perly.h"\
-       "..\plan9\plan9ish.h"\
-       "..\pp.h"\
-       "..\proto.h"\
-       "..\regexp.h"\
-       "..\scope.h"\
-       "..\sv.h"\
-       "..\unixish.h"\
-       "..\util.h"\
-       ".\config.h"\
-       "..\EXTERN.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\sys\stat.h"\
-       "$(INCLUDE)\sys\types.h"\
-       
-NODEP_CPP_WIN32=\
-       "..\os2ish.h"\
-       "..\vmsish.h"\
-       
-
-"$(INTDIR)\win32sck.obj" : $(SOURCE) $(DEP_CPP_WIN32) "$(INTDIR)"
-
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=.\win32.c
-
-!IF  "$(CFG)" == "perldll - Win32 Release"
-
-DEP_CPP_WIN32_=\
-       "..\embed.h"\
-       "..\nostdio.h"\
-       "..\perl.h"\
-       "..\perlio.h"\
-       "..\perlsdio.h"\
-       "..\perlsfio.h"\
-       ".\config.h"\
-       "..\EXTERN.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       "$(INCLUDE)\sys\stat.h"\
-       "$(INCLUDE)\sys\types.h"\
-       
-
-"$(INTDIR)\win32.obj" : $(SOURCE) $(DEP_CPP_WIN32_) "$(INTDIR)"
-
-
-!ELSEIF  "$(CFG)" == "perldll - Win32 Debug"
-
-DEP_CPP_WIN32_=\
-       "..\perl.h"\
-       "..\EXTERN.h"\
-       "$(INCLUDE)\sys\stat.h"\
-       "$(INCLUDE)\sys\types.h"\
-       
-
-"$(INTDIR)\win32.obj" : $(SOURCE) $(DEP_CPP_WIN32_) "$(INTDIR)"
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=.\win32aux.c
-DEP_CPP_WIN32A=\
-       ".\include\sys/socket.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\sys\stat.h"\
-       "$(INCLUDE)\sys\types.h"\
-       
-
-"$(INTDIR)\win32aux.obj" : $(SOURCE) $(DEP_CPP_WIN32A) "$(INTDIR)"
-
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=.\modules.lib
-
-!IF  "$(CFG)" == "perldll - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "perldll - Win32 Debug"
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=.\win32io.c
-DEP_CPP_WIN32I=\
-       ".\include\sys/socket.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       "$(INCLUDE)\sys\stat.h"\
-       "$(INCLUDE)\sys\types.h"\
-       
-
-"$(INTDIR)\win32io.obj" : $(SOURCE) $(DEP_CPP_WIN32I) "$(INTDIR)"
-
-
-# End Source File
-# End Target
-# End Project
-################################################################################
diff --git a/win32/VC-2.0/perlglob.mak b/win32/VC-2.0/perlglob.mak
deleted file mode 100644 (file)
index f11a8a5..0000000
+++ /dev/null
@@ -1,201 +0,0 @@
-# Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-!IF "$(CFG)" == ""
-CFG=perlglob - Win32 Debug
-!MESSAGE No configuration specified.  Defaulting to perlglob - Win32 Debug.
-!ENDIF 
-
-!IF "$(CFG)" != "perlglob - Win32 Release" && "$(CFG)" !=\
- "perlglob - Win32 Debug"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE on this makefile
-!MESSAGE by defining the macro CFG on the command line.  For example:
-!MESSAGE 
-!MESSAGE NMAKE /f "perlglob.mak" CFG="perlglob - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "perlglob - Win32 Release" (based on\
- "Win32 (x86) Console Application")
-!MESSAGE "perlglob - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE 
-!ERROR An invalid configuration is specified.
-!ENDIF 
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE 
-NULL=nul
-!ENDIF 
-################################################################################
-# Begin Project
-# PROP Target_Last_Scanned "perlglob - Win32 Debug"
-CPP=cl.exe
-RSC=rc.exe
-
-!IF  "$(CFG)" == "perlglob - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "perlglob"
-# PROP BASE Intermediate_Dir "perlglob"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "release"
-# PROP Intermediate_Dir "release"
-# PROP Target_Dir ""
-OUTDIR=.\release
-INTDIR=.\release
-
-ALL : "$(OUTDIR)\perlglob.exe"
-
-CLEAN : 
-       -@erase "..\perlglob.exe"
-       -@erase ".\release\perlglob.obj"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
-# ADD CPP /nologo /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
-CPP_PROJ=/nologo /ML /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE"\
- /Fp"$(INTDIR)/perlglob.pch" /YX /Fo"$(INTDIR)/" /c 
-CPP_OBJS=.\release/
-CPP_SBRS=
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/perlglob.bsc" 
-BSC32_SBRS=
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib setargv.obj /nologo /subsystem:console /machine:I386 /out:"../perlglob.exe"
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib setargv.obj /nologo\
- /subsystem:console /incremental:no /pdb:"$(OUTDIR)/perlglob.pdb" /machine:I386\
- /out:"../perlglob.exe" 
-LINK32_OBJS= \
-       "$(INTDIR)/perlglob.obj"
-
-"$(OUTDIR)\perlglob.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF  "$(CFG)" == "perlglob - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "perlglo0"
-# PROP BASE Intermediate_Dir "perlglo0"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "debug"
-# PROP Intermediate_Dir "debug"
-# PROP Target_Dir ""
-OUTDIR=.\debug
-INTDIR=.\debug
-
-ALL : "$(OUTDIR)\perlglob.exe"
-
-CLEAN : 
-       -@erase "..\perlglob.exe"
-       -@erase ".\debug\perlglob.obj"
-       -@erase "..\perlglob.ilk"
-       -@erase ".\debug\perlglob.pdb"
-       -@erase ".\debug\vc40.pdb"
-       -@erase ".\debug\vc40.idb"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /W3 /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
-# ADD CPP /nologo /W3 /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
-CPP_PROJ=/nologo /MLd /W3 /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE"\
- /Fp"$(INTDIR)/perlglob.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
-CPP_OBJS=.\debug/
-CPP_SBRS=
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/perlglob.bsc" 
-BSC32_SBRS=
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib setargv.obj /nologo /subsystem:console /debug /machine:I386 /out:"..\perlglob.exe"
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib setargv.obj /nologo\
- /subsystem:console /incremental:yes /pdb:"$(OUTDIR)/perlglob.pdb" /debug\
- /machine:I386 /out:"..\perlglob.exe" 
-LINK32_OBJS= \
-       "$(INTDIR)/perlglob.obj"
-
-"$(OUTDIR)\perlglob.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ENDIF 
-
-.c{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.c{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-################################################################################
-# Begin Target
-
-# Name "perlglob - Win32 Release"
-# Name "perlglob - Win32 Debug"
-
-!IF  "$(CFG)" == "perlglob - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "perlglob - Win32 Debug"
-
-!ENDIF 
-
-################################################################################
-# Begin Source File
-
-SOURCE=.\perlglob.c
-
-!IF  "$(CFG)" == "perlglob - Win32 Release"
-
-
-"$(INTDIR)\perlglob.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF  "$(CFG)" == "perlglob - Win32 Debug"
-
-
-"$(INTDIR)\perlglob.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF 
-
-# End Source File
-# End Target
-# End Project
-################################################################################
diff --git a/win32/VC-2.0/pod.mak b/win32/VC-2.0/pod.mak
deleted file mode 100644 (file)
index 538cfa3..0000000
+++ /dev/null
@@ -1,272 +0,0 @@
-CONVERTERS = pod2html pod2latex pod2man pod2text checkpods
-
-HTMLROOT = /   # Change this to fix cross-references in HTML
-POD2HTML = pod2html \
-           --htmlroot=$(HTMLROOT) \
-           --podroot=.. --podpath=pod:lib:ext:vms \
-           --libpods=perlfunc:perlguts:perlvar:perlrun:perlop
-
-all: $(CONVERTERS) html
-
-PERL = ..\miniperl.exe
-PL2BAT = ..\win32\bin\pl2bat.bat
-
-POD = \
-       perl.pod        \
-       perldelta.pod   \
-       perldata.pod    \
-       perlsyn.pod     \
-       perlop.pod      \
-       perlre.pod      \
-       perlrun.pod     \
-       perlfunc.pod    \
-       perlvar.pod     \
-       perlsub.pod     \
-       perlmod.pod     \
-       perlform.pod    \
-       perllocale.pod  \
-       perlref.pod     \
-       perldsc.pod     \
-       perllol.pod     \
-       perltoot.pod    \
-       perlobj.pod     \
-       perltie.pod     \
-       perlbot.pod     \
-       perlipc.pod     \
-       perldebug.pod   \
-       perldiag.pod    \
-       perlsec.pod     \
-       perltrap.pod    \
-       perlstyle.pod   \
-       perlpod.pod     \
-       perlbook.pod    \
-       perlembed.pod   \
-       perlapio.pod    \
-       perlxs.pod      \
-       perlxstut.pod   \
-       perlguts.pod    \
-       perlcall.pod    \
-       perlfaq.pod     \
-       perlfaq1.pod    \
-       perlfaq2.pod    \
-       perlfaq3.pod    \
-       perlfaq4.pod    \
-       perlfaq5.pod    \
-       perlfaq6.pod    \
-       perlfaq7.pod    \
-       perlfaq8.pod    \
-       perlfaq9.pod    \
-       perltoc.pod
-
-MAN = \
-       perl.man        \
-       perldelta.man   \
-       perldata.man    \
-       perlsyn.man     \
-       perlop.man      \
-       perlre.man      \
-       perlrun.man     \
-       perlfunc.man    \
-       perlvar.man     \
-       perlsub.man     \
-       perlmod.man     \
-       perlform.man    \
-       perllocale.man  \
-       perlref.man     \
-       perldsc.man     \
-       perllol.man     \
-       perltoot.man    \
-       perlobj.man     \
-       perltie.man     \
-       perlbot.man     \
-       perlipc.man     \
-       perldebug.man   \
-       perldiag.man    \
-       perlsec.man     \
-       perltrap.man    \
-       perlstyle.man   \
-       perlpod.man     \
-       perlbook.man    \
-       perlembed.man   \
-       perlapio.man    \
-       perlxs.man      \
-       perlxstut.man   \
-       perlguts.man    \
-       perlcall.man    \
-       perlfaq.man     \
-       perlfaq1.man    \
-       perlfaq2.man    \
-       perlfaq3.man    \
-       perlfaq4.man    \
-       perlfaq5.man    \
-       perlfaq6.man    \
-       perlfaq7.man    \
-       perlfaq8.man    \
-       perlfaq9.man    \
-       perltoc.man
-
-HTML = \
-       perl.html       \
-       perldelta.html  \
-       perldata.html   \
-       perlsyn.html    \
-       perlop.html     \
-       perlre.html     \
-       perlrun.html    \
-       perlfunc.html   \
-       perlvar.html    \
-       perlsub.html    \
-       perlmod.html    \
-       perlform.html   \
-       perllocale.html \
-       perlref.html    \
-       perldsc.html    \
-       perllol.html    \
-       perltoot.html   \
-       perlobj.html    \
-       perltie.html    \
-       perlbot.html    \
-       perlipc.html    \
-       perldebug.html  \
-       perldiag.html   \
-       perlsec.html    \
-       perltrap.html   \
-       perlstyle.html  \
-       perlpod.html    \
-       perlbook.html   \
-       perlembed.html  \
-       perlapio.html   \
-       perlxs.html     \
-       perlxstut.html  \
-       perlguts.html   \
-       perlcall.html   \
-       perlfaq.html    \
-       perlfaq1.html   \
-       perlfaq2.html   \
-       perlfaq3.html   \
-       perlfaq4.html   \
-       perlfaq5.html   \
-       perlfaq6.html   \
-       perlfaq7.html   \
-       perlfaq8.html   \
-       perlfaq9.html
-# not perltoc.html
-
-TEX = \
-       perl.tex        \
-       perldelta.tex   \
-       perldata.tex    \
-       perlsyn.tex     \
-       perlop.tex      \
-       perlre.tex      \
-       perlrun.tex     \
-       perlfunc.tex    \
-       perlvar.tex     \
-       perlsub.tex     \
-       perlmod.tex     \
-       perlform.tex    \
-       perllocale.tex  \
-       perlref.tex     \
-       perldsc.tex     \
-       perllol.tex     \
-       perltoot.tex    \
-       perlobj.tex     \
-       perltie.tex     \
-       perlbot.tex     \
-       perlipc.tex     \
-       perldebug.tex   \
-       perldiag.tex    \
-       perlsec.tex     \
-       perltrap.tex    \
-       perlstyle.tex   \
-       perlpod.tex     \
-       perlbook.tex    \
-       perlembed.tex   \
-       perlapio.tex    \
-       perlxs.tex      \
-       perlxstut.tex   \
-       perlguts.tex    \
-       perlcall.tex    \
-       perlfaq.tex     \
-       perlfaq1.tex    \
-       perlfaq2.tex    \
-       perlfaq3.tex    \
-       perlfaq4.tex    \
-       perlfaq5.tex    \
-       perlfaq6.tex    \
-       perlfaq7.tex    \
-       perlfaq8.tex    \
-       perlfaq9.tex    \
-       perltoc.tex
-
-man:   pod2man $(MAN)
-
-html:  pod2html $(HTML)
-
-tex:   pod2latex $(TEX)
-
-toc:
-       $(PERL) -I..\lib buildtoc >perltoc.pod
-
-.SUFFIXES: .pm .pod
-
-.SUFFIXES: .man
-
-.pm.man:
-       $(PERL) -I..\lib pod2man $*.pm >$*.man
-
-.pod.man:
-       $(PERL) -I..\lib pod2man $*.pod >$*.man
-
-.SUFFIXES: .html
-
-.pm.html:
-       $(PERL) -I..\lib $(POD2HTML) --infile=$*.pm --outfile=$*.html
-
-.pod.html:
-       $(PERL) -I..\lib $(POD2HTML) --infile=$*.pod --outfile=$*.html
-
-.SUFFIXES: .tex
-
-.pm.tex:
-       $(PERL) -I..\lib pod2latex $*.pm
-
-.pod.tex:
-       $(PERL) -I..\lib pod2latex $*.pod
-
-clean:
-       del /f $(MAN) $(HTML) $(TEX)
-       del /f pod2html-*cache
-       del /f *.aux *.log
-
-realclean:     clean
-       del /f $(CONVERTERS)
-
-distclean:     realclean
-
-check: checkpods
-       @echo "checking..."; \
-       $(PERL) -I..\lib checkpods $(POD)
-
-# Dependencies.
-pod2latex:     pod2latex.PL ..\lib\Config.pm
-       $(PERL) -I..\lib pod2latex.PL
-       $(PERL) $(PL2BAT) pod2latex
-
-pod2html:      pod2html.PL ..\lib\Config.pm
-       $(PERL) -I..\lib pod2html.PL
-       $(PERL) $(PL2BAT) pod2html
-
-pod2man:       pod2man.PL ..\lib\Config.pm
-       $(PERL) -I..\lib pod2man.PL
-       $(PERL) $(PL2BAT) pod2man
-
-pod2text:      pod2text.PL ..\lib\Config.pm
-       $(PERL) -I..\lib pod2text.PL
-       $(PERL) $(PL2BAT) pod2text
-
-checkpods:     checkpods.PL ..\lib\Config.pm
-       $(PERL) -I..\lib checkpods.PL
-       $(PERL) $(PL2BAT) checkpods
-
-
diff --git a/win32/dosish.diff b/win32/dosish.diff
deleted file mode 100644 (file)
index e0b6df9..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-3c3
-< #define BIT_BUCKET "NUL"
----
-> #define BIT_BUCKET "\dev\nul"
diff --git a/win32/libperl.mak b/win32/libperl.mak
deleted file mode 100644 (file)
index f25b2c4..0000000
+++ /dev/null
@@ -1,2217 +0,0 @@
-# Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Static Library" 0x0104
-
-!IF "$(CFG)" == ""
-CFG=libperl - Win32 Debug
-!MESSAGE No configuration specified.  Defaulting to libperl - Win32 Debug.
-!ENDIF 
-
-!IF "$(CFG)" != "libperl - Win32 Release" && "$(CFG)" !=\
- "libperl - Win32 Debug"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE on this makefile
-!MESSAGE by defining the macro CFG on the command line.  For example:
-!MESSAGE 
-!MESSAGE NMAKE /f "libperl.mak" CFG="libperl - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "libperl - Win32 Release" (based on "Win32 (x86) Static Library")
-!MESSAGE "libperl - Win32 Debug" (based on "Win32 (x86) Static Library")
-!MESSAGE 
-!ERROR An invalid configuration is specified.
-!ENDIF 
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE 
-NULL=nul
-!ENDIF 
-################################################################################
-# Begin Project
-# PROP Target_Last_Scanned "libperl - Win32 Debug"
-CPP=cl.exe
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "../"
-# PROP Intermediate_Dir "Release"
-# PROP Target_Dir ""
-OUTDIR=.\..
-INTDIR=.\Release
-
-ALL : "$(OUTDIR)\libperl.lib"
-
-CLEAN : 
-       -@erase "$(INTDIR)\av.obj"
-       -@erase "$(INTDIR)\deb.obj"
-       -@erase "$(INTDIR)\doio.obj"
-       -@erase "$(INTDIR)\doop.obj"
-       -@erase "$(INTDIR)\dump.obj"
-       -@erase "$(INTDIR)\globals.obj"
-       -@erase "$(INTDIR)\gv.obj"
-       -@erase "$(INTDIR)\hv.obj"
-       -@erase "$(INTDIR)\mg.obj"
-       -@erase "$(INTDIR)\op.obj"
-       -@erase "$(INTDIR)\perl.obj"
-       -@erase "$(INTDIR)\perlio.obj"
-       -@erase "$(INTDIR)\perly.obj"
-       -@erase "$(INTDIR)\pp.obj"
-       -@erase "$(INTDIR)\pp_ctl.obj"
-       -@erase "$(INTDIR)\pp_hot.obj"
-       -@erase "$(INTDIR)\pp_sys.obj"
-       -@erase "$(INTDIR)\regcomp.obj"
-       -@erase "$(INTDIR)\regexec.obj"
-       -@erase "$(INTDIR)\run.obj"
-       -@erase "$(INTDIR)\scope.obj"
-       -@erase "$(INTDIR)\sv.obj"
-       -@erase "$(INTDIR)\taint.obj"
-       -@erase "$(INTDIR)\toke.obj"
-       -@erase "$(INTDIR)\universal.obj"
-       -@erase "$(INTDIR)\util.obj"
-       -@erase "$(OUTDIR)\libperl.lib"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-"$(INTDIR)" :
-    if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)"
-
-# ADD BASE CPP /nologo /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
-# ADD CPP /nologo /MT /W3 /Od /I ".\include" /I ".." /I "." /D "WIN32" /D "NDEBUG" /D "PERLDLL" /D "_WINDOWS" /YX /c
-CPP_PROJ=/nologo /MT /W3 /Od /I ".\include" /I ".." /I "." /D "WIN32" /D\
- "NDEBUG" /D "PERLDLL" /D "_WINDOWS" /Fp"$(INTDIR)/libperl.pch" /YX\
- /Fo"$(INTDIR)/" /c 
-CPP_OBJS=.\Release/
-CPP_SBRS=.\.
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/libperl.bsc" 
-BSC32_SBRS= \
-       
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-LIB32_FLAGS=/nologo /out:"$(OUTDIR)/libperl.lib" 
-LIB32_OBJS= \
-       "$(INTDIR)\av.obj" \
-       "$(INTDIR)\deb.obj" \
-       "$(INTDIR)\doio.obj" \
-       "$(INTDIR)\doop.obj" \
-       "$(INTDIR)\dump.obj" \
-       "$(INTDIR)\globals.obj" \
-       "$(INTDIR)\gv.obj" \
-       "$(INTDIR)\hv.obj" \
-       "$(INTDIR)\mg.obj" \
-       "$(INTDIR)\op.obj" \
-       "$(INTDIR)\perl.obj" \
-       "$(INTDIR)\perlio.obj" \
-       "$(INTDIR)\perly.obj" \
-       "$(INTDIR)\pp.obj" \
-       "$(INTDIR)\pp_ctl.obj" \
-       "$(INTDIR)\pp_hot.obj" \
-       "$(INTDIR)\pp_sys.obj" \
-       "$(INTDIR)\regcomp.obj" \
-       "$(INTDIR)\regexec.obj" \
-       "$(INTDIR)\run.obj" \
-       "$(INTDIR)\scope.obj" \
-       "$(INTDIR)\sv.obj" \
-       "$(INTDIR)\taint.obj" \
-       "$(INTDIR)\toke.obj" \
-       "$(INTDIR)\universal.obj" \
-       "$(INTDIR)\util.obj"
-
-"$(OUTDIR)\libperl.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
-    $(LIB32) @<<
-  $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
-<<
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir ".."
-# PROP Intermediate_Dir "Debug"
-# PROP Target_Dir ""
-OUTDIR=.\..
-INTDIR=.\Debug
-
-ALL : "$(OUTDIR)\libperl.lib"
-
-CLEAN : 
-       -@erase "$(INTDIR)\av.obj"
-       -@erase "$(INTDIR)\deb.obj"
-       -@erase "$(INTDIR)\doio.obj"
-       -@erase "$(INTDIR)\doop.obj"
-       -@erase "$(INTDIR)\dump.obj"
-       -@erase "$(INTDIR)\globals.obj"
-       -@erase "$(INTDIR)\gv.obj"
-       -@erase "$(INTDIR)\hv.obj"
-       -@erase "$(INTDIR)\mg.obj"
-       -@erase "$(INTDIR)\op.obj"
-       -@erase "$(INTDIR)\perl.obj"
-       -@erase "$(INTDIR)\perlio.obj"
-       -@erase "$(INTDIR)\perly.obj"
-       -@erase "$(INTDIR)\pp.obj"
-       -@erase "$(INTDIR)\pp_ctl.obj"
-       -@erase "$(INTDIR)\pp_hot.obj"
-       -@erase "$(INTDIR)\pp_sys.obj"
-       -@erase "$(INTDIR)\regcomp.obj"
-       -@erase "$(INTDIR)\regexec.obj"
-       -@erase "$(INTDIR)\run.obj"
-       -@erase "$(INTDIR)\scope.obj"
-       -@erase "$(INTDIR)\sv.obj"
-       -@erase "$(INTDIR)\taint.obj"
-       -@erase "$(INTDIR)\toke.obj"
-       -@erase "$(INTDIR)\universal.obj"
-       -@erase "$(INTDIR)\util.obj"
-       -@erase "$(OUTDIR)\libperl.lib"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-"$(INTDIR)" :
-    if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)"
-
-# ADD BASE CPP /nologo /W3 /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
-# ADD CPP /nologo /MTd /W3 /Z7 /Od /I ".\include" /I ".." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
-CPP_PROJ=/nologo /MTd /W3 /Z7 /Od /I ".\include" /I ".." /I "." /D "WIN32"\
-/D "PERLDLL" /D "_DEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/libperl.pch" /YX /Fo"$(INTDIR)/" /c 
-CPP_OBJS=.\Debug/
-CPP_SBRS=.\.
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/libperl.bsc" 
-BSC32_SBRS= \
-       
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-LIB32_FLAGS=/nologo /out:"$(OUTDIR)/libperl.lib" 
-LIB32_OBJS= \
-       "$(INTDIR)\av.obj" \
-       "$(INTDIR)\deb.obj" \
-       "$(INTDIR)\doio.obj" \
-       "$(INTDIR)\doop.obj" \
-       "$(INTDIR)\dump.obj" \
-       "$(INTDIR)\globals.obj" \
-       "$(INTDIR)\gv.obj" \
-       "$(INTDIR)\hv.obj" \
-       "$(INTDIR)\mg.obj" \
-       "$(INTDIR)\op.obj" \
-       "$(INTDIR)\perl.obj" \
-       "$(INTDIR)\perlio.obj" \
-       "$(INTDIR)\perly.obj" \
-       "$(INTDIR)\pp.obj" \
-       "$(INTDIR)\pp_ctl.obj" \
-       "$(INTDIR)\pp_hot.obj" \
-       "$(INTDIR)\pp_sys.obj" \
-       "$(INTDIR)\regcomp.obj" \
-       "$(INTDIR)\regexec.obj" \
-       "$(INTDIR)\run.obj" \
-       "$(INTDIR)\scope.obj" \
-       "$(INTDIR)\sv.obj" \
-       "$(INTDIR)\taint.obj" \
-       "$(INTDIR)\toke.obj" \
-       "$(INTDIR)\universal.obj" \
-       "$(INTDIR)\util.obj"
-
-"$(OUTDIR)\libperl.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
-    $(LIB32) @<<
-  $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
-<<
-
-!ENDIF 
-
-.c{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.c{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-################################################################################
-# Begin Target
-
-# Name "libperl - Win32 Release"
-# Name "libperl - Win32 Debug"
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-!ENDIF 
-
-################################################################################
-# Begin Source File
-
-SOURCE=..\av.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_AV_C0=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\av.obj" : $(SOURCE) $(DEP_CPP_AV_C0) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_AV_C0=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\Sys\Stat.h"\
-       {$(INCLUDE)}"\Sys\Types.h"\
-       
-NODEP_CPP_AV_C0=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\av.obj" : $(SOURCE) $(DEP_CPP_AV_C0) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\deb.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_DEB_C=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\deb.obj" : $(SOURCE) $(DEP_CPP_DEB_C) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_DEB_C=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\Sys\Stat.h"\
-       {$(INCLUDE)}"\Sys\Types.h"\
-       
-NODEP_CPP_DEB_C=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\deb.obj" : $(SOURCE) $(DEP_CPP_DEB_C) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\doio.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_DOIO_=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\doio.obj" : $(SOURCE) $(DEP_CPP_DOIO_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_DOIO_=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\Sys\Stat.h"\
-       {$(INCLUDE)}"\Sys\Types.h"\
-       
-NODEP_CPP_DOIO_=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\doio.obj" : $(SOURCE) $(DEP_CPP_DOIO_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\doop.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_DOOP_=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\doop.obj" : $(SOURCE) $(DEP_CPP_DOOP_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_DOOP_=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\Sys\Stat.h"\
-       {$(INCLUDE)}"\Sys\Types.h"\
-       
-NODEP_CPP_DOOP_=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\doop.obj" : $(SOURCE) $(DEP_CPP_DOOP_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\dump.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_DUMP_=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\dump.obj" : $(SOURCE) $(DEP_CPP_DUMP_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_DUMP_=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\Sys\Stat.h"\
-       {$(INCLUDE)}"\Sys\Types.h"\
-       
-NODEP_CPP_DUMP_=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\dump.obj" : $(SOURCE) $(DEP_CPP_DUMP_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\globals.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_GLOBA=\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\INTERN.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\Sys\Stat.h"\
-       {$(INCLUDE)}"\Sys\Types.h"\
-       
-NODEP_CPP_GLOBA=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\globals.obj" : $(SOURCE) $(DEP_CPP_GLOBA) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_GLOBA=\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\INTERN.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\Sys\Stat.h"\
-       {$(INCLUDE)}"\Sys\Types.h"\
-       
-NODEP_CPP_GLOBA=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\globals.obj" : $(SOURCE) $(DEP_CPP_GLOBA) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\gv.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_GV_Cc=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\gv.obj" : $(SOURCE) $(DEP_CPP_GV_Cc) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_GV_Cc=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\Sys\Stat.h"\
-       {$(INCLUDE)}"\Sys\Types.h"\
-       
-NODEP_CPP_GV_Cc=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\gv.obj" : $(SOURCE) $(DEP_CPP_GV_Cc) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\hv.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_HV_Ce=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\hv.obj" : $(SOURCE) $(DEP_CPP_HV_Ce) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_HV_Ce=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\Sys\Stat.h"\
-       {$(INCLUDE)}"\Sys\Types.h"\
-       
-NODEP_CPP_HV_Ce=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\hv.obj" : $(SOURCE) $(DEP_CPP_HV_Ce) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\mg.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_MG_C10=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\mg.obj" : $(SOURCE) $(DEP_CPP_MG_C10) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_MG_C10=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\Sys\Stat.h"\
-       {$(INCLUDE)}"\Sys\Types.h"\
-       
-NODEP_CPP_MG_C10=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\mg.obj" : $(SOURCE) $(DEP_CPP_MG_C10) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\op.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_OP_C12=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\op.obj" : $(SOURCE) $(DEP_CPP_OP_C12) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_OP_C12=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\Sys\Stat.h"\
-       {$(INCLUDE)}"\Sys\Types.h"\
-       
-NODEP_CPP_OP_C12=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\op.obj" : $(SOURCE) $(DEP_CPP_OP_C12) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\perl.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_PERL_=\
-       "..\EXTERN.h"\
-       ".\..\patchlevel.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\perl.obj" : $(SOURCE) $(DEP_CPP_PERL_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_PERL_=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\patchlevel.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\Sys\Stat.h"\
-       {$(INCLUDE)}"\Sys\Types.h"\
-       
-NODEP_CPP_PERL_=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\perl.obj" : $(SOURCE) $(DEP_CPP_PERL_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\perlio.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_PERLI=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\perlio.obj" : $(SOURCE) $(DEP_CPP_PERLI) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_PERLI=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\Sys\Stat.h"\
-       {$(INCLUDE)}"\Sys\Types.h"\
-       
-NODEP_CPP_PERLI=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\perlio.obj" : $(SOURCE) $(DEP_CPP_PERLI) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\perly.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_PERLY=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\perly.obj" : $(SOURCE) $(DEP_CPP_PERLY) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_PERLY=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\Sys\Stat.h"\
-       {$(INCLUDE)}"\Sys\Types.h"\
-       
-NODEP_CPP_PERLY=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\perly.obj" : $(SOURCE) $(DEP_CPP_PERLY) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\pp.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_PP_C1a=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\pp.obj" : $(SOURCE) $(DEP_CPP_PP_C1a) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_PP_C1a=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\Sys\Stat.h"\
-       {$(INCLUDE)}"\Sys\Types.h"\
-       
-NODEP_CPP_PP_C1a=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\pp.obj" : $(SOURCE) $(DEP_CPP_PP_C1a) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\pp_ctl.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_PP_CT=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\pp_ctl.obj" : $(SOURCE) $(DEP_CPP_PP_CT) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_PP_CT=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\Sys\Stat.h"\
-       {$(INCLUDE)}"\Sys\Types.h"\
-       
-NODEP_CPP_PP_CT=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\pp_ctl.obj" : $(SOURCE) $(DEP_CPP_PP_CT) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\pp_hot.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_PP_HO=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\pp_hot.obj" : $(SOURCE) $(DEP_CPP_PP_HO) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_PP_HO=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\Sys\Stat.h"\
-       {$(INCLUDE)}"\Sys\Types.h"\
-       
-NODEP_CPP_PP_HO=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\pp_hot.obj" : $(SOURCE) $(DEP_CPP_PP_HO) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\pp_sys.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_PP_SY=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\pp_sys.obj" : $(SOURCE) $(DEP_CPP_PP_SY) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_PP_SY=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\Sys\Stat.h"\
-       {$(INCLUDE)}"\Sys\Types.h"\
-       
-NODEP_CPP_PP_SY=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\pp_sys.obj" : $(SOURCE) $(DEP_CPP_PP_SY) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\regcomp.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_REGCO=\
-       "..\EXTERN.h"\
-       ".\..\INTERN.h"\
-       ".\..\perl.h"\
-       ".\..\regcomp.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\regcomp.obj" : $(SOURCE) $(DEP_CPP_REGCO) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_REGCO=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\INTERN.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regcomp.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\Sys\Stat.h"\
-       {$(INCLUDE)}"\Sys\Types.h"\
-       
-NODEP_CPP_REGCO=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\regcomp.obj" : $(SOURCE) $(DEP_CPP_REGCO) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\regexec.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_REGEX=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\..\regcomp.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\regexec.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_REGEX=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regcomp.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\Sys\Stat.h"\
-       {$(INCLUDE)}"\Sys\Types.h"\
-       
-NODEP_CPP_REGEX=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\regexec.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\run.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_RUN_C=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\run.obj" : $(SOURCE) $(DEP_CPP_RUN_C) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_RUN_C=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\Sys\Stat.h"\
-       {$(INCLUDE)}"\Sys\Types.h"\
-       
-NODEP_CPP_RUN_C=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\run.obj" : $(SOURCE) $(DEP_CPP_RUN_C) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\scope.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_SCOPE=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\scope.obj" : $(SOURCE) $(DEP_CPP_SCOPE) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_SCOPE=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\Sys\Stat.h"\
-       {$(INCLUDE)}"\Sys\Types.h"\
-       
-NODEP_CPP_SCOPE=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\scope.obj" : $(SOURCE) $(DEP_CPP_SCOPE) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\sv.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_SV_C2a=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\sv.obj" : $(SOURCE) $(DEP_CPP_SV_C2a) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_SV_C2a=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\Sys\Stat.h"\
-       {$(INCLUDE)}"\Sys\Types.h"\
-       
-NODEP_CPP_SV_C2a=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\sv.obj" : $(SOURCE) $(DEP_CPP_SV_C2a) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\taint.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_TAINT=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\taint.obj" : $(SOURCE) $(DEP_CPP_TAINT) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_TAINT=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\Sys\Stat.h"\
-       {$(INCLUDE)}"\Sys\Types.h"\
-       
-NODEP_CPP_TAINT=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\taint.obj" : $(SOURCE) $(DEP_CPP_TAINT) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\toke.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_TOKE_=\
-       "..\EXTERN.h"\
-       ".\..\keywords.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\toke.obj" : $(SOURCE) $(DEP_CPP_TOKE_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_TOKE_=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\keywords.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\Sys\Stat.h"\
-       {$(INCLUDE)}"\Sys\Types.h"\
-       
-NODEP_CPP_TOKE_=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\toke.obj" : $(SOURCE) $(DEP_CPP_TOKE_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\universal.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_UNIVE=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\..\XSUB.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\universal.obj" : $(SOURCE) $(DEP_CPP_UNIVE) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_UNIVE=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\..\XSUB.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\Sys\Stat.h"\
-       {$(INCLUDE)}"\Sys\Types.h"\
-       
-NODEP_CPP_UNIVE=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\universal.obj" : $(SOURCE) $(DEP_CPP_UNIVE) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\util.c
-
-!IF  "$(CFG)" == "libperl - Win32 Release"
-
-DEP_CPP_UTIL_=\
-       "..\EXTERN.h"\
-       ".\..\perl.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\util.obj" : $(SOURCE) $(DEP_CPP_UTIL_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "libperl - Win32 Debug"
-
-DEP_CPP_UTIL_=\
-       "..\EXTERN.h"\
-       ".\..\av.h"\
-       ".\..\cop.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\hv.h"\
-       ".\..\mg.h"\
-       ".\..\nostdio.h"\
-       ".\..\op.h"\
-       ".\..\opcode.h"\
-       ".\..\perl.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\perly.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\pp.h"\
-       ".\..\proto.h"\
-       ".\..\regexp.h"\
-       ".\..\scope.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\Sys\Stat.h"\
-       {$(INCLUDE)}"\Sys\Types.h"\
-       
-NODEP_CPP_UTIL_=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\util.obj" : $(SOURCE) $(DEP_CPP_UTIL_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-# End Target
-# End Project
-################################################################################
diff --git a/win32/miniperl.mak b/win32/miniperl.mak
deleted file mode 100644 (file)
index 55fcb5a..0000000
+++ /dev/null
@@ -1,393 +0,0 @@
-# Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-!IF "$(CFG)" == ""
-CFG=miniperl - Win32 Debug
-!MESSAGE No configuration specified.  Defaulting to miniperl - Win32 Debug.
-!ENDIF 
-
-!IF "$(CFG)" != "miniperl - Win32 Release" && "$(CFG)" !=\
- "miniperl - Win32 Debug"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE on this makefile
-!MESSAGE by defining the macro CFG on the command line.  For example:
-!MESSAGE 
-!MESSAGE NMAKE /f "miniperl.mak" CFG="miniperl - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "miniperl - Win32 Release" (based on\
- "Win32 (x86) Console Application")
-!MESSAGE "miniperl - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE 
-!ERROR An invalid configuration is specified.
-!ENDIF 
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE 
-NULL=nul
-!ENDIF 
-################################################################################
-# Begin Project
-# PROP Target_Last_Scanned "miniperl - Win32 Debug"
-CPP=cl.exe
-RSC=rc.exe
-
-!IF  "$(CFG)" == "miniperl - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "miniperl"
-# PROP BASE Intermediate_Dir "miniperl"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Target_Dir ""
-OUTDIR=.\Release
-INTDIR=.\Release
-
-ALL : "..\miniperl.exe"
-
-CLEAN : 
-       -@erase "$(INTDIR)\miniperlmain.obj"
-       -@erase "$(INTDIR)\win32.obj"
-       -@erase "$(INTDIR)\win32aux.obj"
-       -@erase "$(INTDIR)\win32io.obj"
-       -@erase "$(INTDIR)\win32sck.obj"
-       -@erase "..\miniperl.exe"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
-# ADD CPP /nologo /MT /W3 /Od /I "." /I ".\include" /I ".." /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "PERLDLL" /YX /c
-CPP_PROJ=/nologo /MT /W3 /Od /I "." /I ".\include" /I ".." /D "NDEBUG" /D\
- "WIN32" /D "_CONSOLE" /D "PERLDLL" /Fp"$(INTDIR)/miniperl.pch" /YX\
- /Fo"$(INTDIR)/" /c 
-CPP_OBJS=.\Release/
-CPP_SBRS=.\.
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/miniperl.bsc" 
-BSC32_SBRS= \
-       
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:I386 /out:"../miniperl.exe"
-# SUBTRACT LINK32 /incremental:yes /debug
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo\
- /subsystem:console /incremental:no /pdb:"$(OUTDIR)/miniperl.pdb" /machine:I386\
- /out:"../miniperl.exe" 
-LINK32_OBJS= \
-       "$(INTDIR)\miniperlmain.obj" \
-       "$(INTDIR)\win32.obj" \
-       "$(INTDIR)\win32aux.obj" \
-       "$(INTDIR)\win32io.obj" \
-       "$(INTDIR)\win32sck.obj" \
-       "..\libperl.lib"
-
-"..\miniperl.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF  "$(CFG)" == "miniperl - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "miniper0"
-# PROP BASE Intermediate_Dir "miniper0"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Target_Dir ""
-OUTDIR=.\Debug
-INTDIR=.\Debug
-
-ALL : "..\miniperl.exe"
-
-CLEAN : 
-       -@erase "$(INTDIR)\miniperlmain.obj"
-       -@erase "$(INTDIR)\vc40.idb"
-       -@erase "$(INTDIR)\vc40.pdb"
-       -@erase "$(INTDIR)\win32.obj"
-       -@erase "$(INTDIR)\win32aux.obj"
-       -@erase "$(INTDIR)\win32io.obj"
-       -@erase "$(INTDIR)\win32sck.obj"
-       -@erase "$(OUTDIR)\miniperl.pdb"
-       -@erase "..\miniperl.exe"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /W3 /Gm /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
-# ADD CPP /nologo /MTd /W3 /Gm /Zi /Od /I "." /I ".\include" /I ".." /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PERLDLL" /YX /c
-CPP_PROJ=/nologo /MTd /W3 /Gm /Zi /Od /I "." /I ".\include" /I ".." /D\
- "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PERLDLL" /Fp"$(INTDIR)/miniperl.pch" /YX\
- /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
-CPP_OBJS=.\Debug/
-CPP_SBRS=.\.
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/miniperl.bsc" 
-BSC32_SBRS= \
-       
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"../miniperl.exe"
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo\
- /subsystem:console /incremental:no /pdb:"$(OUTDIR)/miniperl.pdb" /debug\
- /machine:I386 /out:"../miniperl.exe" 
-LINK32_OBJS= \
-       "$(INTDIR)\miniperlmain.obj" \
-       "$(INTDIR)\win32.obj" \
-       "$(INTDIR)\win32aux.obj" \
-       "$(INTDIR)\win32io.obj" \
-       "$(INTDIR)\win32sck.obj" \
-       "..\libperl.lib"
-
-"..\miniperl.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ENDIF 
-
-.c{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.c{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-################################################################################
-# Begin Target
-
-# Name "miniperl - Win32 Release"
-# Name "miniperl - Win32 Debug"
-
-!IF  "$(CFG)" == "miniperl - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "miniperl - Win32 Debug"
-
-!ENDIF 
-
-################################################################################
-# Begin Source File
-
-SOURCE=..\miniperlmain.c
-DEP_CPP_MINIP=\
-       "..\av.h"\
-       "..\cop.h"\
-       "..\hv.h"\
-       "..\mg.h"\
-       "..\op.h"\
-       "..\opcode.h"\
-       "..\perl.h"\
-       "..\perly.h"\
-       "..\pp.h"\
-       "..\proto.h"\
-       "..\scope.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\EXTERN.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\nostdio.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\regexp.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       {$(INCLUDE)}"\Sys\Stat.h"\
-       {$(INCLUDE)}"\Sys\Types.h"\
-       
-NODEP_CPP_MINIP=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\miniperlmain.obj" : $(SOURCE) $(DEP_CPP_MINIP) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\libperl.lib
-
-!IF  "$(CFG)" == "miniperl - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "miniperl - Win32 Debug"
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=.\win32.c
-DEP_CPP_WIN32=\
-       "..\av.h"\
-       "..\cop.h"\
-       "..\hv.h"\
-       "..\mg.h"\
-       "..\op.h"\
-       "..\opcode.h"\
-       "..\perl.h"\
-       "..\perly.h"\
-       "..\pp.h"\
-       "..\proto.h"\
-       "..\scope.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\nostdio.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\regexp.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\..\EXTERN.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       {$(INCLUDE)}"\Sys\Stat.h"\
-       {$(INCLUDE)}"\Sys\Types.h"\
-       
-NODEP_CPP_WIN32=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\win32.obj" : $(SOURCE) $(DEP_CPP_WIN32) "$(INTDIR)"
-
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=.\win32sck.c
-DEP_CPP_WIN32S=\
-       "..\av.h"\
-       "..\cop.h"\
-       "..\hv.h"\
-       "..\mg.h"\
-       "..\op.h"\
-       "..\opcode.h"\
-       "..\perl.h"\
-       "..\perly.h"\
-       "..\pp.h"\
-       "..\proto.h"\
-       "..\scope.h"\
-       ".\..\cv.h"\
-       ".\..\dosish.h"\
-       ".\..\embed.h"\
-       ".\..\form.h"\
-       ".\..\gv.h"\
-       ".\..\handy.h"\
-       ".\..\nostdio.h"\
-       ".\..\perlio.h"\
-       ".\..\perlsdio.h"\
-       ".\..\perlsfio.h"\
-       ".\..\plan9\plan9ish.h"\
-       ".\..\regexp.h"\
-       ".\..\sv.h"\
-       ".\..\unixish.h"\
-       ".\..\util.h"\
-       ".\config.h"\
-       ".\..\EXTERN.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       {$(INCLUDE)}"\Sys\Stat.h"\
-       {$(INCLUDE)}"\Sys\Types.h"\
-       
-NODEP_CPP_WIN32S=\
-       ".\..\os2ish.h"\
-       ".\..\vmsish.h"\
-       
-
-"$(INTDIR)\win32sck.obj" : $(SOURCE) $(DEP_CPP_WIN32S) "$(INTDIR)"
-
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=.\win32aux.c
-DEP_CPP_WIN32A=\
-       ".\include\sys/socket.h"\
-       
-
-"$(INTDIR)\win32aux.obj" : $(SOURCE) $(DEP_CPP_WIN32A) "$(INTDIR)"
-
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=.\win32io.c
-DEP_CPP_WIN32I=\
-       ".\include\sys/socket.h"\
-       ".\win32io.h"\
-       {$(INCLUDE)}"\Sys\Stat.h"\
-       {$(INCLUDE)}"\Sys\Types.h"\
-       
-
-"$(INTDIR)\win32io.obj" : $(SOURCE) $(DEP_CPP_WIN32I) "$(INTDIR)"
-
-
-# End Source File
-# End Target
-# End Project
-################################################################################
diff --git a/win32/modules.mak b/win32/modules.mak
deleted file mode 100644 (file)
index 81812eb..0000000
+++ /dev/null
@@ -1,828 +0,0 @@
-# Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Static Library" 0x0104
-
-!IF "$(CFG)" == ""
-CFG=modules - Win32 Debug
-!MESSAGE No configuration specified.  Defaulting to modules - Win32 Debug.
-!ENDIF 
-
-!IF "$(CFG)" != "modules - Win32 Release" && "$(CFG)" !=\
- "modules - Win32 Debug"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE on this makefile
-!MESSAGE by defining the macro CFG on the command line.  For example:
-!MESSAGE 
-!MESSAGE NMAKE /f "modules.mak" CFG="modules - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "modules - Win32 Release" (based on "Win32 (x86) Static Library")
-!MESSAGE "modules - Win32 Debug" (based on "Win32 (x86) Static Library")
-!MESSAGE 
-!ERROR An invalid configuration is specified.
-!ENDIF 
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE 
-NULL=nul
-!ENDIF 
-################################################################################
-# Begin Project
-# PROP Target_Last_Scanned "modules - Win32 Debug"
-CPP=cl.exe
-
-!IF  "$(CFG)" == "modules - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "modules_"
-# PROP BASE Intermediate_Dir "modules_"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Target_Dir ""
-OUTDIR=.\Release
-INTDIR=.\Release
-
-ALL : ".\modules.lib"
-
-CLEAN : 
-       -@erase "$(INTDIR)\Dynaloader.obj"
-       -@erase ".\modules.lib"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
-# ADD CPP /nologo /MT /W3 /O2 /I ".\include" /I "." /I ".." /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "PERLDLL" /YX /c
-CPP_PROJ=/nologo /MT /W3 /O2 /I ".\include" /I "." /I ".." /D "NDEBUG" /D\
- "WIN32" /D "_WINDOWS" /D "PERLDLL" /Fp"$(INTDIR)/modules.pch" /YX /Fo"$(INTDIR)/"\
- /c 
-CPP_OBJS=.\Release/
-CPP_SBRS=.\.
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/modules.bsc" 
-BSC32_SBRS= \
-       
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo /out:"modules.lib"
-LIB32_FLAGS=/nologo /out:"modules.lib" 
-LIB32_OBJS= \
-       "$(INTDIR)\Dynaloader.obj"
-
-".\modules.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
-    $(LIB32) @<<
-  $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
-<<
-
-!ELSEIF  "$(CFG)" == "modules - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "modules0"
-# PROP BASE Intermediate_Dir "modules0"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Target_Dir ""
-OUTDIR=.\Debug
-INTDIR=.\Debug
-
-ALL : ".\modules.lib"
-
-CLEAN : 
-       -@erase "$(INTDIR)\Dynaloader.obj"
-       -@erase ".\modules.lib"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /W3 /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
-# ADD CPP /nologo /MTd /W3 /Z7 /Od /I ".\include" /I "." /I ".." /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "PERLDLL" /YX /c
-CPP_PROJ=/nologo /MTd /W3 /Z7 /Od /I ".\include" /I "." /I ".." /D "_DEBUG"\
- /D "WIN32" /D "_WINDOWS" /D "PERLDLL" /Fp"$(INTDIR)/modules.pch" /YX\
- /Fo"$(INTDIR)/" /c 
-CPP_OBJS=.\Debug/
-CPP_SBRS=.\.
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/modules.bsc" 
-BSC32_SBRS= \
-       
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo /out:"modules.lib"
-LIB32_FLAGS=/nologo /out:"modules.lib" 
-LIB32_OBJS= \
-       "$(INTDIR)\Dynaloader.obj"
-
-".\modules.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
-    $(LIB32) @<<
-  $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
-<<
-
-!ENDIF 
-
-.c{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.c{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-################################################################################
-# Begin Target
-
-# Name "modules - Win32 Release"
-# Name "modules - Win32 Debug"
-
-!IF  "$(CFG)" == "modules - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "modules - Win32 Debug"
-
-!ENDIF 
-
-################################################################################
-# Begin Source File
-
-SOURCE=..\ext\DynaLoader\Dynaloader.c
-
-!IF  "$(CFG)" == "modules - Win32 Release"
-
-DEP_CPP_DYNAL=\
-       "..\av.h"\
-       "..\cop.h"\
-       "..\cv.h"\
-       "..\dosish.h"\
-       "..\embed.h"\
-       "..\form.h"\
-       "..\gv.h"\
-       "..\handy.h"\
-       "..\hv.h"\
-       "..\mg.h"\
-       "..\nostdio.h"\
-       "..\op.h"\
-       "..\opcode.h"\
-       "..\perl.h"\
-       "..\perlio.h"\
-       "..\perlsdio.h"\
-       "..\perlsfio.h"\
-       "..\perly.h"\
-       "..\plan9\plan9ish.h"\
-       "..\pp.h"\
-       "..\proto.h"\
-       "..\regexp.h"\
-       "..\scope.h"\
-       "..\sv.h"\
-       "..\unixish.h"\
-       "..\util.h"\
-       "..\XSUB.h"\
-       ".\..\ext\DynaLoader\dlutils.c"\
-       ".\config.h"\
-       "..\EXTERN.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       {$(INCLUDE)}"\sys\Stat.h"\
-       {$(INCLUDE)}"\sys\Types.h"\
-       
-NODEP_CPP_DYNAL=\
-       "..\os2ish.h"\
-       "..\vmsish.h"\
-       
-
-"$(INTDIR)\Dynaloader.obj" : $(SOURCE) $(DEP_CPP_DYNAL) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "modules - Win32 Debug"
-
-DEP_CPP_DYNAL=\
-       "..\av.h"\
-       "..\cop.h"\
-       "..\cv.h"\
-       "..\dosish.h"\
-       "..\embed.h"\
-       "..\form.h"\
-       "..\gv.h"\
-       "..\handy.h"\
-       "..\hv.h"\
-       "..\mg.h"\
-       "..\nostdio.h"\
-       "..\op.h"\
-       "..\opcode.h"\
-       "..\perl.h"\
-       "..\perlio.h"\
-       "..\perlsdio.h"\
-       "..\perlsfio.h"\
-       "..\perly.h"\
-       "..\plan9\plan9ish.h"\
-       "..\pp.h"\
-       "..\proto.h"\
-       "..\regexp.h"\
-       "..\scope.h"\
-       "..\sv.h"\
-       "..\unixish.h"\
-       "..\util.h"\
-       "..\XSUB.h"\
-       ".\..\ext\DynaLoader\dlutils.c"\
-       ".\config.h"\
-       "..\EXTERN.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\sys\Stat.h"\
-       {$(INCLUDE)}"\sys\Types.h"\
-       
-NODEP_CPP_DYNAL=\
-       "..\os2ish.h"\
-       "..\vmsish.h"\
-       
-
-"$(INTDIR)\Dynaloader.obj" : $(SOURCE) $(DEP_CPP_DYNAL) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\ext\Fcntl\Fcntl.c
-
-!IF  "$(CFG)" == "modules - Win32 Release"
-
-DEP_CPP_FCNTL=\
-       "..\av.h"\
-       "..\cop.h"\
-       "..\cv.h"\
-       "..\dosish.h"\
-       "..\embed.h"\
-       "..\form.h"\
-       "..\gv.h"\
-       "..\handy.h"\
-       "..\hv.h"\
-       "..\mg.h"\
-       "..\nostdio.h"\
-       "..\op.h"\
-       "..\opcode.h"\
-       "..\perl.h"\
-       "..\perlio.h"\
-       "..\perlsdio.h"\
-       "..\perlsfio.h"\
-       "..\perly.h"\
-       "..\plan9\plan9ish.h"\
-       "..\pp.h"\
-       "..\proto.h"\
-       "..\regexp.h"\
-       "..\scope.h"\
-       "..\sv.h"\
-       "..\unixish.h"\
-       "..\util.h"\
-       "..\XSUB.h"\
-       ".\config.h"\
-       "..\EXTERN.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       {$(INCLUDE)}"\sys\Stat.h"\
-       {$(INCLUDE)}"\sys\Types.h"\
-       
-NODEP_CPP_FCNTL=\
-       "..\os2ish.h"\
-       "..\vmsish.h"\
-       
-
-"$(INTDIR)\Fcntl.obj" : $(SOURCE) $(DEP_CPP_FCNTL) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "modules - Win32 Debug"
-
-DEP_CPP_FCNTL=\
-       "..\av.h"\
-       "..\cop.h"\
-       "..\cv.h"\
-       "..\dosish.h"\
-       "..\embed.h"\
-       "..\form.h"\
-       "..\gv.h"\
-       "..\handy.h"\
-       "..\hv.h"\
-       "..\mg.h"\
-       "..\nostdio.h"\
-       "..\op.h"\
-       "..\opcode.h"\
-       "..\perl.h"\
-       "..\perlio.h"\
-       "..\perlsdio.h"\
-       "..\perlsfio.h"\
-       "..\perly.h"\
-       "..\plan9\plan9ish.h"\
-       "..\pp.h"\
-       "..\proto.h"\
-       "..\regexp.h"\
-       "..\scope.h"\
-       "..\sv.h"\
-       "..\unixish.h"\
-       "..\util.h"\
-       "..\XSUB.h"\
-       ".\config.h"\
-       "..\EXTERN.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\sys\Stat.h"\
-       {$(INCLUDE)}"\sys\Types.h"\
-       
-NODEP_CPP_FCNTL=\
-       "..\os2ish.h"\
-       "..\vmsish.h"\
-       
-
-"$(INTDIR)\Fcntl.obj" : $(SOURCE) $(DEP_CPP_FCNTL) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\ext\Io\IO.c
-
-!IF  "$(CFG)" == "modules - Win32 Release"
-
-DEP_CPP_IO_C4=\
-       "..\av.h"\
-       "..\cop.h"\
-       "..\cv.h"\
-       "..\dosish.h"\
-       "..\embed.h"\
-       "..\form.h"\
-       "..\gv.h"\
-       "..\handy.h"\
-       "..\hv.h"\
-       "..\mg.h"\
-       "..\nostdio.h"\
-       "..\op.h"\
-       "..\opcode.h"\
-       "..\perl.h"\
-       "..\perlio.h"\
-       "..\perlsdio.h"\
-       "..\perlsfio.h"\
-       "..\perly.h"\
-       "..\plan9\plan9ish.h"\
-       "..\pp.h"\
-       "..\proto.h"\
-       "..\regexp.h"\
-       "..\scope.h"\
-       "..\sv.h"\
-       "..\unixish.h"\
-       "..\util.h"\
-       "..\XSUB.h"\
-       ".\config.h"\
-       "..\EXTERN.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       {$(INCLUDE)}"\sys\Stat.h"\
-       {$(INCLUDE)}"\sys\Types.h"\
-       
-NODEP_CPP_IO_C4=\
-       "..\os2ish.h"\
-       "..\vmsish.h"\
-       
-
-"$(INTDIR)\IO.obj" : $(SOURCE) $(DEP_CPP_IO_C4) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "modules - Win32 Debug"
-
-DEP_CPP_IO_C4=\
-       "..\av.h"\
-       "..\cop.h"\
-       "..\cv.h"\
-       "..\dosish.h"\
-       "..\embed.h"\
-       "..\form.h"\
-       "..\gv.h"\
-       "..\handy.h"\
-       "..\hv.h"\
-       "..\mg.h"\
-       "..\nostdio.h"\
-       "..\op.h"\
-       "..\opcode.h"\
-       "..\perl.h"\
-       "..\perlio.h"\
-       "..\perlsdio.h"\
-       "..\perlsfio.h"\
-       "..\perly.h"\
-       "..\plan9\plan9ish.h"\
-       "..\pp.h"\
-       "..\proto.h"\
-       "..\regexp.h"\
-       "..\scope.h"\
-       "..\sv.h"\
-       "..\unixish.h"\
-       "..\util.h"\
-       "..\XSUB.h"\
-       ".\config.h"\
-       "..\EXTERN.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\sys\Stat.h"\
-       {$(INCLUDE)}"\sys\Types.h"\
-       
-NODEP_CPP_IO_C4=\
-       "..\os2ish.h"\
-       "..\vmsish.h"\
-       
-
-"$(INTDIR)\IO.obj" : $(SOURCE) $(DEP_CPP_IO_C4) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\ext\Opcode\Opcode.c
-
-!IF  "$(CFG)" == "modules - Win32 Release"
-
-DEP_CPP_OPCOD=\
-       "..\av.h"\
-       "..\cop.h"\
-       "..\cv.h"\
-       "..\dosish.h"\
-       "..\embed.h"\
-       "..\form.h"\
-       "..\gv.h"\
-       "..\handy.h"\
-       "..\hv.h"\
-       "..\mg.h"\
-       "..\nostdio.h"\
-       "..\op.h"\
-       "..\opcode.h"\
-       "..\perl.h"\
-       "..\perlio.h"\
-       "..\perlsdio.h"\
-       "..\perlsfio.h"\
-       "..\perly.h"\
-       "..\plan9\plan9ish.h"\
-       "..\pp.h"\
-       "..\proto.h"\
-       "..\regexp.h"\
-       "..\scope.h"\
-       "..\sv.h"\
-       "..\unixish.h"\
-       "..\util.h"\
-       "..\XSUB.h"\
-       ".\config.h"\
-       "..\EXTERN.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       {$(INCLUDE)}"\sys\Stat.h"\
-       {$(INCLUDE)}"\sys\Types.h"\
-       
-NODEP_CPP_OPCOD=\
-       "..\os2ish.h"\
-       "..\vmsish.h"\
-       
-
-"$(INTDIR)\Opcode.obj" : $(SOURCE) $(DEP_CPP_OPCOD) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "modules - Win32 Debug"
-
-DEP_CPP_OPCOD=\
-       "..\av.h"\
-       "..\cop.h"\
-       "..\cv.h"\
-       "..\dosish.h"\
-       "..\embed.h"\
-       "..\form.h"\
-       "..\gv.h"\
-       "..\handy.h"\
-       "..\hv.h"\
-       "..\mg.h"\
-       "..\nostdio.h"\
-       "..\op.h"\
-       "..\opcode.h"\
-       "..\perl.h"\
-       "..\perlio.h"\
-       "..\perlsdio.h"\
-       "..\perlsfio.h"\
-       "..\perly.h"\
-       "..\plan9\plan9ish.h"\
-       "..\pp.h"\
-       "..\proto.h"\
-       "..\regexp.h"\
-       "..\scope.h"\
-       "..\sv.h"\
-       "..\unixish.h"\
-       "..\util.h"\
-       "..\XSUB.h"\
-       ".\config.h"\
-       "..\EXTERN.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\sys\Stat.h"\
-       {$(INCLUDE)}"\sys\Types.h"\
-       
-NODEP_CPP_OPCOD=\
-       "..\os2ish.h"\
-       "..\vmsish.h"\
-       
-
-"$(INTDIR)\Opcode.obj" : $(SOURCE) $(DEP_CPP_OPCOD) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\ext\SDBM_File\SDBM_File.c
-DEP_CPP_SDBM_=\
-       "..\av.h"\
-       "..\cop.h"\
-       "..\cv.h"\
-       "..\dosish.h"\
-       "..\embed.h"\
-       "..\form.h"\
-       "..\gv.h"\
-       "..\handy.h"\
-       "..\hv.h"\
-       "..\mg.h"\
-       "..\nostdio.h"\
-       "..\op.h"\
-       "..\opcode.h"\
-       "..\perl.h"\
-       "..\perlio.h"\
-       "..\perlsdio.h"\
-       "..\perlsfio.h"\
-       "..\perly.h"\
-       "..\plan9\plan9ish.h"\
-       "..\pp.h"\
-       "..\proto.h"\
-       "..\regexp.h"\
-       "..\scope.h"\
-       "..\sv.h"\
-       "..\unixish.h"\
-       "..\util.h"\
-       "..\XSUB.h"\
-       ".\..\ext\SDBM_File\sdbm\sdbm.h"\
-       ".\config.h"\
-       "..\EXTERN.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       {$(INCLUDE)}"\sys\Stat.h"\
-       {$(INCLUDE)}"\sys\Types.h"\
-       
-NODEP_CPP_SDBM_=\
-       "..\os2ish.h"\
-       "..\vmsish.h"\
-       
-
-"$(INTDIR)\SDBM_File.obj" : $(SOURCE) $(DEP_CPP_SDBM_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\ext\Socket\Socket.c
-DEP_CPP_SOCKE=\
-       "..\av.h"\
-       "..\cop.h"\
-       "..\cv.h"\
-       "..\dosish.h"\
-       "..\embed.h"\
-       "..\form.h"\
-       "..\gv.h"\
-       "..\handy.h"\
-       "..\hv.h"\
-       "..\mg.h"\
-       "..\nostdio.h"\
-       "..\op.h"\
-       "..\opcode.h"\
-       "..\perl.h"\
-       "..\perlio.h"\
-       "..\perlsdio.h"\
-       "..\perlsfio.h"\
-       "..\perly.h"\
-       "..\plan9\plan9ish.h"\
-       "..\pp.h"\
-       "..\proto.h"\
-       "..\regexp.h"\
-       "..\scope.h"\
-       "..\sv.h"\
-       "..\unixish.h"\
-       "..\util.h"\
-       "..\XSUB.h"\
-       ".\config.h"\
-       "..\EXTERN.h"\
-       ".\include\arpa/inet.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       {$(INCLUDE)}"\sys\Stat.h"\
-       {$(INCLUDE)}"\sys\Types.h"\
-       
-NODEP_CPP_SOCKE=\
-       "..\os2ish.h"\
-       "..\vmsish.h"\
-       ".\..\ext\Socket\sockadapt.h"\
-       
-
-"$(INTDIR)\Socket.obj" : $(SOURCE) $(DEP_CPP_SOCKE) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\ext\SDBM_File\sdbm\sdbm.c
-
-!IF  "$(CFG)" == "modules - Win32 Release"
-
-DEP_CPP_SDBM_C=\
-       "..\ext\SDBM_File\sdbm\pair.h"\
-       ".\..\ext\SDBM_File\sdbm\sdbm.h"\
-       ".\..\ext\SDBM_File\sdbm\tune.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       {$(INCLUDE)}"\sys\Stat.h"\
-       {$(INCLUDE)}"\sys\Types.h"\
-       
-
-"$(INTDIR)\sdbm.obj" : $(SOURCE) $(DEP_CPP_SDBM_C) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "modules - Win32 Debug"
-
-DEP_CPP_SDBM_C=\
-       "..\ext\SDBM_File\sdbm\pair.h"\
-       ".\..\ext\SDBM_File\sdbm\sdbm.h"\
-       ".\..\ext\SDBM_File\sdbm\tune.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\sdbm.obj" : $(SOURCE) $(DEP_CPP_SDBM_C) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\ext\SDBM_File\sdbm\pair.c
-
-!IF  "$(CFG)" == "modules - Win32 Release"
-
-DEP_CPP_PAIR_=\
-       "..\ext\SDBM_File\sdbm\pair.h"\
-       ".\..\ext\SDBM_File\sdbm\sdbm.h"\
-       ".\..\ext\SDBM_File\sdbm\tune.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       {$(INCLUDE)}"\sys\Stat.h"\
-       {$(INCLUDE)}"\sys\Types.h"\
-       
-
-"$(INTDIR)\pair.obj" : $(SOURCE) $(DEP_CPP_PAIR_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "modules - Win32 Debug"
-
-DEP_CPP_PAIR_=\
-       "..\ext\SDBM_File\sdbm\pair.h"\
-       ".\..\ext\SDBM_File\sdbm\sdbm.h"\
-       ".\..\ext\SDBM_File\sdbm\tune.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\pair.obj" : $(SOURCE) $(DEP_CPP_PAIR_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\ext\SDBM_File\sdbm\hash.c
-
-!IF  "$(CFG)" == "modules - Win32 Release"
-
-DEP_CPP_HASH_=\
-       ".\..\ext\SDBM_File\sdbm\sdbm.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       {$(INCLUDE)}"\sys\Stat.h"\
-       {$(INCLUDE)}"\sys\Types.h"\
-       
-
-"$(INTDIR)\hash.obj" : $(SOURCE) $(DEP_CPP_HASH_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF  "$(CFG)" == "modules - Win32 Debug"
-
-DEP_CPP_HASH_=\
-       ".\..\ext\SDBM_File\sdbm\sdbm.h"\
-       ".\config.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       
-
-"$(INTDIR)\hash.obj" : $(SOURCE) $(DEP_CPP_HASH_) "$(INTDIR)"
-   $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF 
-
-# End Source File
-# End Target
-# End Project
-################################################################################
diff --git a/win32/perl.mak b/win32/perl.mak
deleted file mode 100644 (file)
index 55c2689..0000000
+++ /dev/null
@@ -1,238 +0,0 @@
-# Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-!IF "$(CFG)" == ""
-CFG=perl - Win32 Debug
-!MESSAGE No configuration specified.  Defaulting to perl - Win32 Debug.
-!ENDIF 
-
-!IF "$(CFG)" != "perl - Win32 Release" && "$(CFG)" != "perl - Win32 Debug"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE on this makefile
-!MESSAGE by defining the macro CFG on the command line.  For example:
-!MESSAGE 
-!MESSAGE NMAKE /f "perl.mak" CFG="perl - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "perl - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "perl - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE 
-!ERROR An invalid configuration is specified.
-!ENDIF 
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE 
-NULL=nul
-!ENDIF 
-################################################################################
-# Begin Project
-# PROP Target_Last_Scanned "perl - Win32 Debug"
-CPP=cl.exe
-RSC=rc.exe
-
-!IF  "$(CFG)" == "perl - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "perl"
-# PROP BASE Intermediate_Dir "perl"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Target_Dir ""
-OUTDIR=.\Release
-INTDIR=.\Release
-
-ALL : "$(OUTDIR)\_perl.exe"
-
-CLEAN : 
-       -@erase "..\_perl.exe"
-       -@erase ".\Release\perlmain.obj"
-       -@erase ".\Release\win32io.obj"
-       -@erase ".\Release\perl.res"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
-# ADD CPP /nologo /MT /W3 /O2 /I "." /I ".\include" /I ".." /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
-CPP_PROJ=/nologo /MT /W3 /O2 /I "." /I ".\include" /I ".." /D "WIN32" /D\
- "NDEBUG" /D "_CONSOLE" /Fp"$(INTDIR)/perl.pch" /YX /Fo"$(INTDIR)/" /c 
-CPP_OBJS=.\Release/
-CPP_SBRS=
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-RSC_PROJ=/l 0x409 /fo"$(INTDIR)/perl.res" /d "NDEBUG" 
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/perl.bsc" 
-BSC32_SBRS=
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib setargv.obj /nologo /subsystem:console /machine:I386 /out:"../_perl.exe"
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib setargv.obj /nologo\
- /subsystem:console /incremental:no /pdb:"$(OUTDIR)/_perl.pdb" /machine:I386\
- /out:"../_perl.exe" 
-LINK32_OBJS= \
-       "$(INTDIR)/perlmain.obj" \
-       "$(INTDIR)/win32io.obj" \
-       "..\perl.lib"
-
-"$(OUTDIR)\_perl.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF  "$(CFG)" == "perl - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "dynaper0"
-# PROP BASE Intermediate_Dir "dynaper0"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Target_Dir ""
-OUTDIR=.\Debug
-INTDIR=.\Debug
-
-ALL : "$(OUTDIR)\_perl.exe"
-
-CLEAN : 
-       -@erase "..\_perl.exe"
-       -@erase ".\Debug\perlmain.obj"
-       -@erase ".\Debug\win32io.obj"
-       -@erase ".\Debug\perl.res"
-       -@erase "..\_perl.ilk"
-       -@erase ".\Debug\_perl.pdb"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /W3 /Gm /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
-# ADD CPP /nologo /MTd /W3 /Z7 /Od /I "." /I ".\include" /I ".." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
-CPP_PROJ=/nologo /MTd /W3 /Z7 /Od /I "." /I ".\include" /I ".." /D "WIN32" /D\
- "_DEBUG" /D "_CONSOLE" /Fp"$(INTDIR)/perl.pch" /YX /Fo"$(INTDIR)/" /c 
-CPP_OBJS=.\Debug/
-CPP_SBRS=
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-RSC_PROJ=/l 0x409 /fo"$(INTDIR)/perl.res" /d "_DEBUG" 
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/perl.bsc" 
-BSC32_SBRS=
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib setargv.obj /nologo /subsystem:console /debug /machine:I386 /out:"../_perl.exe"
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib setargv.obj /nologo\
- /subsystem:console /incremental:yes /pdb:"$(OUTDIR)/_perl.pdb" /debug\
- /machine:I386 /out:"../_perl.exe" 
-LINK32_OBJS= \
-       "$(INTDIR)/perlmain.obj" \
-       "$(INTDIR)/win32io.obj" \
-       "..\perl.lib"
-
-"$(OUTDIR)\_perl.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ENDIF 
-
-.c{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.c{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-################################################################################
-# Begin Target
-
-# Name "perl - Win32 Release"
-# Name "perl - Win32 Debug"
-
-!IF  "$(CFG)" == "perl - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "perl - Win32 Debug"
-
-!ENDIF 
-
-################################################################################
-# Begin Source File
-
-SOURCE=.\perlmain.c
-DEP_CPP_PERLM=\
-       ".\win32io.h"\
-       
-
-!IF  "$(CFG)" == "perl - Win32 Release"
-
-
-"$(INTDIR)\perlmain.obj" : $(SOURCE) $(DEP_CPP_PERLM) "$(INTDIR)"
-
-
-!ELSEIF  "$(CFG)" == "perl - Win32 Debug"
-
-
-"$(INTDIR)\perlmain.obj" : $(SOURCE) $(DEP_CPP_PERLM) "$(INTDIR)"
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\perl.lib
-
-!IF  "$(CFG)" == "perl - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "perl - Win32 Debug"
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=.\win32io.c
-DEP_CPP_WIN32=\
-       ".\include\sys/socket.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\sys\STAT.H"\
-       {$(INCLUDE)}"\sys\TYPES.H"\
-       
-
-"$(INTDIR)\win32io.obj" : $(SOURCE) $(DEP_CPP_WIN32) "$(INTDIR)"
-
-
-# End Source File
-# End Target
-# End Project
-################################################################################
diff --git a/win32/perl.rc b/win32/perl.rc
deleted file mode 100644 (file)
index 15eae78..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-//Microsoft Developer Studio generated resource script.
-//
-#include "resource.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
-/////////////////////////////////////////////////////////////////////////////
-//
-// Generated from the TEXTINCLUDE 2 resource.
-//
-#include "afxres.h"
-
-/////////////////////////////////////////////////////////////////////////////
-#undef APSTUDIO_READONLY_SYMBOLS
-
-/////////////////////////////////////////////////////////////////////////////
-// English (U.S.) resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
-#ifdef _WIN32
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-#pragma code_page(1252)
-#endif //_WIN32
-
-/////////////////////////////////////////////////////////////////////////////
-//
-// Icon
-//
-
-// Icon with lowest ID value placed first to ensure application icon
-// remains consistent on all systems.
-
-// you must obtain the icon for yourself, it's not in the dist
-#if 0
-camel              ICON    DISCARDABLE     "camel.ico"
-#endif
-
-#ifdef APSTUDIO_INVOKED
-/////////////////////////////////////////////////////////////////////////////
-//
-// TEXTINCLUDE
-//
-
-1 TEXTINCLUDE DISCARDABLE 
-BEGIN
-    "resource.h\0"
-END
-
-2 TEXTINCLUDE DISCARDABLE 
-BEGIN
-    "#include ""afxres.h""\r\n"
-    "\0"
-END
-
-3 TEXTINCLUDE DISCARDABLE 
-BEGIN
-    "\r\n"
-    "\0"
-END
-
-#endif    // APSTUDIO_INVOKED
-
-#endif    // English (U.S.) resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-
-#ifndef APSTUDIO_INVOKED
-/////////////////////////////////////////////////////////////////////////////
-//
-// Generated from the TEXTINCLUDE 3 resource.
-//
-
-
-/////////////////////////////////////////////////////////////////////////////
-#endif    // not APSTUDIO_INVOKED
-
diff --git a/win32/perldll.mak b/win32/perldll.mak
deleted file mode 100644 (file)
index 6d63c46..0000000
+++ /dev/null
@@ -1,436 +0,0 @@
-# Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-!IF "$(CFG)" == ""
-CFG=perldll - Win32 Debug
-!MESSAGE No configuration specified.  Defaulting to perldll - Win32 Debug.
-!ENDIF 
-
-!IF "$(CFG)" != "perldll - Win32 Release" && "$(CFG)" !=\
- "perldll - Win32 Debug"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE on this makefile
-!MESSAGE by defining the macro CFG on the command line.  For example:
-!MESSAGE 
-!MESSAGE NMAKE /f "perldll.mak" CFG="perldll - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "perldll - Win32 Release" (based on\
- "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "perldll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE 
-!ERROR An invalid configuration is specified.
-!ENDIF 
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE 
-NULL=nul
-!ENDIF 
-################################################################################
-# Begin Project
-# PROP Target_Last_Scanned "perldll - Win32 Debug"
-CPP=cl.exe
-RSC=rc.exe
-MTL=mktyplib.exe
-
-!IF  "$(CFG)" == "perldll - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "perldll_"
-# PROP BASE Intermediate_Dir "perldll_"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "../"
-# PROP Intermediate_Dir "release"
-# PROP Target_Dir ""
-OUTDIR=.\..
-INTDIR=.\release
-
-ALL : "$(OUTDIR)\perl.dll"
-
-CLEAN : 
-       -@erase "$(INTDIR)\perllib.obj"
-       -@erase "$(INTDIR)\win32.obj"
-       -@erase "$(INTDIR)\win32aux.obj"
-       -@erase "$(INTDIR)\win32io.obj"
-       -@erase "$(INTDIR)\win32sck.obj"
-       -@erase "$(OUTDIR)\perl.dll"
-       -@erase "$(OUTDIR)\perl.exp"
-       -@erase "$(OUTDIR)\perl.lib"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-"$(INTDIR)" :
-    if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)"
-
-# ADD BASE CPP /nologo /MT /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
-# ADD CPP /nologo /MT /W3 /O2 /I "." /I ".\include" /I ".." /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "PERLDLL" /YX /c
-CPP_PROJ=/nologo /MT /W3 /O2 /I "." /I ".\include" /I ".." /D "NDEBUG" /D\
- "WIN32" /D "_WINDOWS" /D "PERLDLL" /Fp"$(INTDIR)/perldll.pch" /YX\
- /Fo"$(INTDIR)/" /c 
-CPP_OBJS=.\release/
-CPP_SBRS=.\.
-# ADD BASE MTL /nologo /D "NDEBUG" /win32
-# ADD MTL /nologo /D "NDEBUG" /win32
-MTL_PROJ=/nologo /D "NDEBUG" /win32 
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/perldll.bsc" 
-BSC32_SBRS= \
-       
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /pdb:none /machine:I386 /out:"../perl.dll"
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo\
- /subsystem:windows /dll /pdb:none /machine:I386 /def:".\perldll.def"\
- /out:"$(OUTDIR)/perl.dll" /implib:"$(OUTDIR)/perl.lib" 
-DEF_FILE= \
-       ".\perldll.def"
-LINK32_OBJS= \
-       "$(INTDIR)\perllib.obj" \
-       "$(INTDIR)\win32.obj" \
-       "$(INTDIR)\win32aux.obj" \
-       "$(INTDIR)\win32io.obj" \
-       "$(INTDIR)\win32sck.obj" \
-       "..\libperl.lib" \
-       ".\modules.lib"
-
-"$(OUTDIR)\perl.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF  "$(CFG)" == "perldll - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "perldll0"
-# PROP BASE Intermediate_Dir "perldll0"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "debug"
-# PROP Intermediate_Dir "debug"
-# PROP Target_Dir ""
-OUTDIR=.\..
-INTDIR=.\debug
-
-ALL : "$(OUTDIR)\perl.dll"
-
-CLEAN : 
-       -@erase "$(INTDIR)\perllib.obj"
-       -@erase "$(INTDIR)\vc40.idb"
-       -@erase "$(INTDIR)\vc40.pdb"
-       -@erase "$(INTDIR)\win32.obj"
-       -@erase "$(INTDIR)\win32aux.obj"
-       -@erase "$(INTDIR)\win32io.obj"
-       -@erase "$(INTDIR)\win32sck.obj"
-       -@erase "$(OUTDIR)\perl.exp"
-       -@erase "$(OUTDIR)\perl.lib"
-       -@erase "$(OUTDIR)\perl.pdb"
-       -@erase "..\perl.dll"
-       -@erase "..\perl.ilk"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /MTd /W3 /Gm /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
-# ADD CPP /nologo /MTd /W3 /Gm /Zi /Od /I "." /I ".\include" /I ".." /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "PERLDLL" /YX /c
-CPP_PROJ=/nologo /MTd /W3 /Gm /Zi /Od /I "." /I ".\include" /I ".." /D\
- "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "PERLDLL" /Fp"$(INTDIR)/perldll.pch" /YX\
- /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
-CPP_OBJS=.\debug/
-CPP_SBRS=.\.
-# ADD BASE MTL /nologo /D "_DEBUG" /win32
-# ADD MTL /nologo /D "_DEBUG" /win32
-MTL_PROJ=/nologo /D "_DEBUG" /win32 
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/perldll.bsc" 
-BSC32_SBRS= \
-       
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"../perl.dll"
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo\
- /subsystem:windows /dll /incremental:yes /pdb:"$(OUTDIR)/perl.pdb" /debug\
- /machine:I386 /def:".\perldll.def" /out:"../perl.dll"\
- /implib:"$(OUTDIR)/perl.lib" 
-DEF_FILE= \
-       ".\perldll.def"
-LINK32_OBJS= \
-       "$(INTDIR)\perllib.obj" \
-       "$(INTDIR)\win32.obj" \
-       "$(INTDIR)\win32aux.obj" \
-       "$(INTDIR)\win32io.obj" \
-       "$(INTDIR)\win32sck.obj" \
-       "..\libperl.lib" \
-       ".\modules.lib"
-
-"$(OUTDIR)\perl.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ENDIF 
-
-.c{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.c{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-################################################################################
-# Begin Target
-
-# Name "perldll - Win32 Release"
-# Name "perldll - Win32 Debug"
-
-!IF  "$(CFG)" == "perldll - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "perldll - Win32 Debug"
-
-!ENDIF 
-
-################################################################################
-# Begin Source File
-
-SOURCE=.\perllib.c
-DEP_CPP_PERLL=\
-       "..\av.h"\
-       "..\cop.h"\
-       "..\cv.h"\
-       "..\dosish.h"\
-       "..\embed.h"\
-       "..\form.h"\
-       "..\gv.h"\
-       "..\handy.h"\
-       "..\hv.h"\
-       "..\mg.h"\
-       "..\nostdio.h"\
-       "..\op.h"\
-       "..\opcode.h"\
-       "..\perl.h"\
-       "..\perlio.h"\
-       "..\perlsdio.h"\
-       "..\perlsfio.h"\
-       "..\perly.h"\
-       "..\plan9\plan9ish.h"\
-       "..\pp.h"\
-       "..\proto.h"\
-       "..\regexp.h"\
-       "..\scope.h"\
-       "..\sv.h"\
-       "..\unixish.h"\
-       "..\util.h"\
-       ".\config.h"\
-       "..\EXTERN.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\sys\stat.h"\
-       {$(INCLUDE)}"\sys\types.h"\
-       
-NODEP_CPP_PERLL=\
-       "..\os2ish.h"\
-       "..\vmsish.h"\
-       
-
-"$(INTDIR)\perllib.obj" : $(SOURCE) $(DEP_CPP_PERLL) "$(INTDIR)"
-
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=.\perldll.def
-
-!IF  "$(CFG)" == "perldll - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "perldll - Win32 Debug"
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=..\libperl.lib
-
-!IF  "$(CFG)" == "perldll - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "perldll - Win32 Debug"
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=.\win32sck.c
-DEP_CPP_WIN32=\
-       "..\av.h"\
-       "..\cop.h"\
-       "..\cv.h"\
-       "..\dosish.h"\
-       "..\embed.h"\
-       "..\form.h"\
-       "..\gv.h"\
-       "..\handy.h"\
-       "..\hv.h"\
-       "..\mg.h"\
-       "..\nostdio.h"\
-       "..\op.h"\
-       "..\opcode.h"\
-       "..\perl.h"\
-       "..\perlio.h"\
-       "..\perlsdio.h"\
-       "..\perlsfio.h"\
-       "..\perly.h"\
-       "..\plan9\plan9ish.h"\
-       "..\pp.h"\
-       "..\proto.h"\
-       "..\regexp.h"\
-       "..\scope.h"\
-       "..\sv.h"\
-       "..\unixish.h"\
-       "..\util.h"\
-       ".\config.h"\
-       "..\EXTERN.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\sys\stat.h"\
-       {$(INCLUDE)}"\sys\types.h"\
-       
-NODEP_CPP_WIN32=\
-       "..\os2ish.h"\
-       "..\vmsish.h"\
-       
-
-"$(INTDIR)\win32sck.obj" : $(SOURCE) $(DEP_CPP_WIN32) "$(INTDIR)"
-
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=.\win32.c
-
-!IF  "$(CFG)" == "perldll - Win32 Release"
-
-DEP_CPP_WIN32_=\
-       "..\embed.h"\
-       "..\nostdio.h"\
-       "..\perl.h"\
-       "..\perlio.h"\
-       "..\perlsdio.h"\
-       "..\perlsfio.h"\
-       ".\config.h"\
-       "..\EXTERN.h"\
-       ".\include\dirent.h"\
-       ".\include\netdb.h"\
-       ".\include\sys/socket.h"\
-       ".\win32.h"\
-       {$(INCLUDE)}"\sys\stat.h"\
-       {$(INCLUDE)}"\sys\types.h"\
-       
-
-"$(INTDIR)\win32.obj" : $(SOURCE) $(DEP_CPP_WIN32_) "$(INTDIR)"
-
-
-!ELSEIF  "$(CFG)" == "perldll - Win32 Debug"
-
-DEP_CPP_WIN32_=\
-       "..\perl.h"\
-       "..\EXTERN.h"\
-       {$(INCLUDE)}"\sys\stat.h"\
-       {$(INCLUDE)}"\sys\types.h"\
-       
-
-"$(INTDIR)\win32.obj" : $(SOURCE) $(DEP_CPP_WIN32_) "$(INTDIR)"
-
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=.\win32aux.c
-DEP_CPP_WIN32A=\
-       ".\include\sys/socket.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\sys\stat.h"\
-       {$(INCLUDE)}"\sys\types.h"\
-       
-
-"$(INTDIR)\win32aux.obj" : $(SOURCE) $(DEP_CPP_WIN32A) "$(INTDIR)"
-
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=.\modules.lib
-
-!IF  "$(CFG)" == "perldll - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "perldll - Win32 Debug"
-
-!ENDIF 
-
-# End Source File
-################################################################################
-# Begin Source File
-
-SOURCE=.\win32io.c
-DEP_CPP_WIN32I=\
-       ".\include\sys/socket.h"\
-       ".\win32io.h"\
-       ".\win32iop.h"\
-       {$(INCLUDE)}"\sys\stat.h"\
-       {$(INCLUDE)}"\sys\types.h"\
-       
-
-"$(INTDIR)\win32io.obj" : $(SOURCE) $(DEP_CPP_WIN32I) "$(INTDIR)"
-
-
-# End Source File
-# End Target
-# End Project
-################################################################################
diff --git a/win32/perlglob.mak b/win32/perlglob.mak
deleted file mode 100644 (file)
index 6a1dabf..0000000
+++ /dev/null
@@ -1,201 +0,0 @@
-# Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-!IF "$(CFG)" == ""
-CFG=perlglob - Win32 Debug
-!MESSAGE No configuration specified.  Defaulting to perlglob - Win32 Debug.
-!ENDIF 
-
-!IF "$(CFG)" != "perlglob - Win32 Release" && "$(CFG)" !=\
- "perlglob - Win32 Debug"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE on this makefile
-!MESSAGE by defining the macro CFG on the command line.  For example:
-!MESSAGE 
-!MESSAGE NMAKE /f "perlglob.mak" CFG="perlglob - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "perlglob - Win32 Release" (based on\
- "Win32 (x86) Console Application")
-!MESSAGE "perlglob - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE 
-!ERROR An invalid configuration is specified.
-!ENDIF 
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE 
-NULL=nul
-!ENDIF 
-################################################################################
-# Begin Project
-# PROP Target_Last_Scanned "perlglob - Win32 Debug"
-CPP=cl.exe
-RSC=rc.exe
-
-!IF  "$(CFG)" == "perlglob - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "perlglob"
-# PROP BASE Intermediate_Dir "perlglob"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "release"
-# PROP Intermediate_Dir "release"
-# PROP Target_Dir ""
-OUTDIR=.\release
-INTDIR=.\release
-
-ALL : "$(OUTDIR)\perlglob.exe"
-
-CLEAN : 
-       -@erase "..\perlglob.exe"
-       -@erase ".\release\perlglob.obj"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
-# ADD CPP /nologo /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
-CPP_PROJ=/nologo /ML /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE"\
- /Fp"$(INTDIR)/perlglob.pch" /YX /Fo"$(INTDIR)/" /c 
-CPP_OBJS=.\release/
-CPP_SBRS=
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/perlglob.bsc" 
-BSC32_SBRS=
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib setargv.obj /nologo /subsystem:console /machine:I386 /out:"../perlglob.exe"
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib setargv.obj /nologo\
- /subsystem:console /incremental:no /pdb:"$(OUTDIR)/perlglob.pdb" /machine:I386\
- /out:"../perlglob.exe" 
-LINK32_OBJS= \
-       "$(INTDIR)/perlglob.obj"
-
-"$(OUTDIR)\perlglob.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF  "$(CFG)" == "perlglob - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "perlglo0"
-# PROP BASE Intermediate_Dir "perlglo0"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "debug"
-# PROP Intermediate_Dir "debug"
-# PROP Target_Dir ""
-OUTDIR=.\debug
-INTDIR=.\debug
-
-ALL : "$(OUTDIR)\perlglob.exe"
-
-CLEAN : 
-       -@erase "..\perlglob.exe"
-       -@erase ".\debug\perlglob.obj"
-       -@erase "..\perlglob.ilk"
-       -@erase ".\debug\perlglob.pdb"
-       -@erase ".\debug\vc40.pdb"
-       -@erase ".\debug\vc40.idb"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-# ADD BASE CPP /nologo /W3 /Gm /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
-# ADD CPP /nologo /W3 /Gm /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
-CPP_PROJ=/nologo /MLd /W3 /Gm /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE"\
- /Fp"$(INTDIR)/perlglob.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
-CPP_OBJS=.\debug/
-CPP_SBRS=
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/perlglob.bsc" 
-BSC32_SBRS=
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib setargv.obj /nologo /subsystem:console /debug /machine:I386 /out:"..\perlglob.exe"
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib setargv.obj /nologo\
- /subsystem:console /incremental:yes /pdb:"$(OUTDIR)/perlglob.pdb" /debug\
- /machine:I386 /out:"..\perlglob.exe" 
-LINK32_OBJS= \
-       "$(INTDIR)/perlglob.obj"
-
-"$(OUTDIR)\perlglob.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
-    $(LINK32) @<<
-  $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ENDIF 
-
-.c{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_OBJS)}.obj:
-   $(CPP) $(CPP_PROJ) $<  
-
-.c{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cpp{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-.cxx{$(CPP_SBRS)}.sbr:
-   $(CPP) $(CPP_PROJ) $<  
-
-################################################################################
-# Begin Target
-
-# Name "perlglob - Win32 Release"
-# Name "perlglob - Win32 Debug"
-
-!IF  "$(CFG)" == "perlglob - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "perlglob - Win32 Debug"
-
-!ENDIF 
-
-################################################################################
-# Begin Source File
-
-SOURCE=.\perlglob.c
-
-!IF  "$(CFG)" == "perlglob - Win32 Release"
-
-
-"$(INTDIR)\perlglob.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF  "$(CFG)" == "perlglob - Win32 Debug"
-
-
-"$(INTDIR)\perlglob.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF 
-
-# End Source File
-# End Target
-# End Project
-################################################################################
diff --git a/win32/win32aux.c b/win32/win32aux.c
deleted file mode 100644 (file)
index 1af2c7a..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#define WIN32_LEAN_AND_MEAN
-#define WIN32IO_IS_STDIO
-#define EXT
-#include <windows.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <io.h>
-#include <sys/stat.h>
-#include <sys/socket.h>
-#include <fcntl.h>
-#include <assert.h>
-#include <errno.h>
-
-#include "win32.h"
-#include "win32iop.h"
-
-struct servent*
-win32_savecopyservent(struct servent*d, struct servent*s, const char *proto)
-{
-    d->s_name = s->s_name;
-    d->s_aliases = s->s_aliases;
-    d->s_port = s->s_port;
-    if (!IsWin95() && s->s_proto && strlen(s->s_proto))
-       d->s_proto = s->s_proto;
-    else if (proto && strlen(proto))
-       d->s_proto = (char *)proto;
-    else
-       d->s_proto = "tcp";
-   
-    return d;
-}
-
-#ifdef __cplusplus
-}
-#endif
-