Diff for /parser3/src/pcre/Attic/pcre.dsp between versions 1.7 and 1.13

version 1.7, 2001/09/26 10:32:26 version 1.13, 2002/05/07 07:39:19
Line 4 Line 4
   
 # TARGTYPE "Win32 (x86) Static Library" 0x0104  # TARGTYPE "Win32 (x86) Static Library" 0x0104
   
 CFG=pcre - Win32 Debug  CFG=pcre - Win32 Profile
 !MESSAGE This is not a valid makefile. To build this project using NMAKE,  !MESSAGE This is not a valid makefile. To build this project using NMAKE,
 !MESSAGE use the Export Makefile command and run  !MESSAGE use the Export Makefile command and run
 !MESSAGE   !MESSAGE 
Line 13  CFG=pcre - Win32 Debug Line 13  CFG=pcre - Win32 Debug
 !MESSAGE You can specify a configuration when running NMAKE  !MESSAGE You can specify a configuration when running NMAKE
 !MESSAGE by defining the macro CFG on the command line. For example:  !MESSAGE by defining the macro CFG on the command line. For example:
 !MESSAGE   !MESSAGE 
 !MESSAGE NMAKE /f "pcre.mak" CFG="pcre - Win32 Debug"  !MESSAGE NMAKE /f "pcre.mak" CFG="pcre - Win32 Profile"
 !MESSAGE   !MESSAGE 
 !MESSAGE Possible choices for configuration are:  !MESSAGE Possible choices for configuration are:
 !MESSAGE   !MESSAGE 
 !MESSAGE "pcre - Win32 Release" (based on "Win32 (x86) Static Library")  !MESSAGE "pcre - Win32 Release" (based on "Win32 (x86) Static Library")
 !MESSAGE "pcre - Win32 Debug" (based on "Win32 (x86) Static Library")  !MESSAGE "pcre - Win32 Debug" (based on "Win32 (x86) Static Library")
   !MESSAGE "pcre - Win32 Profile" (based on "Win32 (x86) Static Library")
 !MESSAGE   !MESSAGE 
   
 # Begin Project  # Begin Project
Line 41  RSC=rc.exe Line 42  RSC=rc.exe
 # PROP Intermediate_Dir "Release"  # PROP Intermediate_Dir "Release"
 # PROP Target_Dir ""  # PROP Target_Dir ""
 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c  # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
 # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c  # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
 # SUBTRACT CPP /YX  # SUBTRACT CPP /YX
 # ADD BASE RSC /l 0x419 /d "NDEBUG"  # ADD BASE RSC /l 0x419 /d "NDEBUG"
 # ADD RSC /l 0x419 /d "NDEBUG"  # ADD RSC /l 0x419 /d "NDEBUG"
Line 59  LIB32=link.exe -lib Line 60  LIB32=link.exe -lib
 # PROP BASE Output_Dir "Debug"  # PROP BASE Output_Dir "Debug"
 # PROP BASE Intermediate_Dir "Debug"  # PROP BASE Intermediate_Dir "Debug"
 # PROP BASE Target_Dir ""  # PROP BASE Target_Dir ""
 # PROP Use_MFC 0  # PROP Use_MFC 2
 # PROP Use_Debug_Libraries 1  # PROP Use_Debug_Libraries 1
 # PROP Output_Dir "Debug"  # PROP Output_Dir "Debug"
 # PROP Intermediate_Dir "Debug"  # PROP Intermediate_Dir "Debug"
 # PROP Target_Dir ""  # PROP Target_Dir ""
 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c  # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
 # ADD CPP /nologo /MDd /W3 /GX /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c  # ADD CPP /nologo /MDd /W3 /Gi /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "_AFXDLL" /FD /GZ /c
   # SUBTRACT CPP /YX
   # ADD BASE RSC /l 0x419 /d "_DEBUG"
   # ADD RSC /l 0x419 /d "_DEBUG" /d "_AFXDLL"
   BSC32=bscmake.exe
   # ADD BASE BSC32 /nologo
   # ADD BSC32 /nologo
   LIB32=link.exe -lib
   # ADD BASE LIB32 /nologo
   # ADD LIB32 /nologo
   
   !ELSEIF  "$(CFG)" == "pcre - Win32 Profile"
   
   # PROP BASE Use_MFC 0
   # PROP BASE Use_Debug_Libraries 1
   # PROP BASE Output_Dir "pcre___Win32_Profile"
   # PROP BASE Intermediate_Dir "pcre___Win32_Profile"
   # PROP BASE Target_Dir ""
   # PROP Use_MFC 0
   # PROP Use_Debug_Libraries 1
   # PROP Output_Dir "Profile"
   # PROP Intermediate_Dir "Profile"
   # PROP Target_Dir ""
   # ADD BASE CPP /nologo /MDd /W3 /Gi /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c
   # SUBTRACT BASE CPP /YX
   # ADD CPP /nologo /MDd /W3 /Gi /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c
 # SUBTRACT CPP /YX  # SUBTRACT CPP /YX
 # ADD BASE RSC /l 0x419 /d "_DEBUG"  # ADD BASE RSC /l 0x419 /d "_DEBUG"
 # ADD RSC /l 0x419 /d "_DEBUG"  # ADD RSC /l 0x419 /d "_DEBUG"
Line 82  LIB32=link.exe -lib Line 108  LIB32=link.exe -lib
   
 # Name "pcre - Win32 Release"  # Name "pcre - Win32 Release"
 # Name "pcre - Win32 Debug"  # Name "pcre - Win32 Debug"
   # Name "pcre - Win32 Profile"
 # Begin Group "Source Files"  # Begin Group "Source Files"
   
 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"  # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
Line 149  InputPath=.\dftables.c Line 176  InputPath=.\dftables.c
   
 # End Custom Build  # End Custom Build
   
   !ELSEIF  "$(CFG)" == "pcre - Win32 Profile"
   
   # PROP BASE Ignore_Default_Tool 1
   # PROP Ignore_Default_Tool 1
   
 !ENDIF   !ENDIF 
   
 # End Source File  # End Source File

Removed from v.1.7  
changed lines
  Added in v.1.13


E-mail: