Annotation of parser3/src/pcre/pcre.dsp, revision 1.13

1.1       paf         1: # Microsoft Developer Studio Project File - Name="pcre" - Package Owner=<4>
                      2: # Microsoft Developer Studio Generated Build File, Format Version 6.00
                      3: # ** DO NOT EDIT **
                      4: 
                      5: # TARGTYPE "Win32 (x86) Static Library" 0x0104
                      6: 
1.12      paf         7: CFG=pcre - Win32 Profile
1.1       paf         8: !MESSAGE This is not a valid makefile. To build this project using NMAKE,
                      9: !MESSAGE use the Export Makefile command and run
                     10: !MESSAGE 
                     11: !MESSAGE NMAKE /f "pcre.mak".
                     12: !MESSAGE 
                     13: !MESSAGE You can specify a configuration when running NMAKE
                     14: !MESSAGE by defining the macro CFG on the command line. For example:
                     15: !MESSAGE 
1.12      paf        16: !MESSAGE NMAKE /f "pcre.mak" CFG="pcre - Win32 Profile"
1.1       paf        17: !MESSAGE 
                     18: !MESSAGE Possible choices for configuration are:
                     19: !MESSAGE 
                     20: !MESSAGE "pcre - Win32 Release" (based on "Win32 (x86) Static Library")
                     21: !MESSAGE "pcre - Win32 Debug" (based on "Win32 (x86) Static Library")
1.12      paf        22: !MESSAGE "pcre - Win32 Profile" (based on "Win32 (x86) Static Library")
1.1       paf        23: !MESSAGE 
                     24: 
                     25: # Begin Project
                     26: # PROP AllowPerConfigDependencies 0
1.6       parser     27: # PROP Scc_ProjName "pcre"
                     28: # PROP Scc_LocalPath "."
1.1       paf        29: CPP=cl.exe
                     30: RSC=rc.exe
                     31: 
                     32: !IF  "$(CFG)" == "pcre - Win32 Release"
                     33: 
                     34: # PROP BASE Use_MFC 0
                     35: # PROP BASE Use_Debug_Libraries 0
                     36: # PROP BASE Output_Dir "Release"
                     37: # PROP BASE Intermediate_Dir "Release"
                     38: # PROP BASE Target_Dir ""
                     39: # PROP Use_MFC 0
                     40: # PROP Use_Debug_Libraries 0
                     41: # PROP Output_Dir "Release"
                     42: # PROP Intermediate_Dir "Release"
                     43: # PROP Target_Dir ""
                     44: # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
1.10      parser     45: # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
1.7       parser     46: # SUBTRACT CPP /YX
1.1       paf        47: # ADD BASE RSC /l 0x419 /d "NDEBUG"
                     48: # ADD RSC /l 0x419 /d "NDEBUG"
                     49: BSC32=bscmake.exe
                     50: # ADD BASE BSC32 /nologo
                     51: # ADD BSC32 /nologo
                     52: LIB32=link.exe -lib
                     53: # ADD BASE LIB32 /nologo
                     54: # ADD LIB32 /nologo
                     55: 
                     56: !ELSEIF  "$(CFG)" == "pcre - Win32 Debug"
                     57: 
                     58: # PROP BASE Use_MFC 0
                     59: # PROP BASE Use_Debug_Libraries 1
                     60: # PROP BASE Output_Dir "Debug"
                     61: # PROP BASE Intermediate_Dir "Debug"
                     62: # PROP BASE Target_Dir ""
1.13    ! paf        63: # PROP Use_MFC 2
1.1       paf        64: # PROP Use_Debug_Libraries 1
                     65: # PROP Output_Dir "Debug"
                     66: # PROP Intermediate_Dir "Debug"
                     67: # PROP Target_Dir ""
1.3       paf        68: # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
1.13    ! paf        69: # ADD CPP /nologo /MDd /W3 /Gi /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "_AFXDLL" /FD /GZ /c
1.12      paf        70: # SUBTRACT CPP /YX
                     71: # ADD BASE RSC /l 0x419 /d "_DEBUG"
1.13    ! paf        72: # ADD RSC /l 0x419 /d "_DEBUG" /d "_AFXDLL"
1.12      paf        73: BSC32=bscmake.exe
                     74: # ADD BASE BSC32 /nologo
                     75: # ADD BSC32 /nologo
                     76: LIB32=link.exe -lib
                     77: # ADD BASE LIB32 /nologo
                     78: # ADD LIB32 /nologo
                     79: 
                     80: !ELSEIF  "$(CFG)" == "pcre - Win32 Profile"
                     81: 
                     82: # PROP BASE Use_MFC 0
                     83: # PROP BASE Use_Debug_Libraries 1
                     84: # PROP BASE Output_Dir "pcre___Win32_Profile"
                     85: # PROP BASE Intermediate_Dir "pcre___Win32_Profile"
                     86: # PROP BASE Target_Dir ""
                     87: # PROP Use_MFC 0
                     88: # PROP Use_Debug_Libraries 1
                     89: # PROP Output_Dir "Profile"
                     90: # PROP Intermediate_Dir "Profile"
                     91: # PROP Target_Dir ""
                     92: # ADD BASE CPP /nologo /MDd /W3 /Gi /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c
                     93: # SUBTRACT BASE CPP /YX
1.11      paf        94: # ADD CPP /nologo /MDd /W3 /Gi /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c
1.2       paf        95: # SUBTRACT CPP /YX
1.1       paf        96: # ADD BASE RSC /l 0x419 /d "_DEBUG"
                     97: # ADD RSC /l 0x419 /d "_DEBUG"
                     98: BSC32=bscmake.exe
                     99: # ADD BASE BSC32 /nologo
                    100: # ADD BSC32 /nologo
                    101: LIB32=link.exe -lib
                    102: # ADD BASE LIB32 /nologo
                    103: # ADD LIB32 /nologo
                    104: 
                    105: !ENDIF 
                    106: 
                    107: # Begin Target
                    108: 
                    109: # Name "pcre - Win32 Release"
                    110: # Name "pcre - Win32 Debug"
1.12      paf       111: # Name "pcre - Win32 Profile"
1.1       paf       112: # Begin Group "Source Files"
                    113: 
                    114: # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
1.2       paf       115: # Begin Source File
                    116: 
                    117: SOURCE=.\get.c
                    118: # End Source File
                    119: # Begin Source File
                    120: 
                    121: SOURCE=.\pcre.c
                    122: # End Source File
                    123: # Begin Source File
                    124: 
                    125: SOURCE=.\study.c
                    126: # End Source File
1.1       paf       127: # End Group
                    128: # Begin Group "Header Files"
                    129: 
                    130: # PROP Default_Filter "h;hpp;hxx;hm;inl"
1.2       paf       131: # Begin Source File
                    132: 
                    133: SOURCE=.\internal.h
                    134: # End Source File
                    135: # Begin Source File
                    136: 
                    137: SOURCE=.\pcre.h
                    138: # End Source File
                    139: # End Group
                    140: # Begin Group "Text files"
                    141: 
                    142: # PROP Default_Filter ""
                    143: # Begin Source File
                    144: 
                    145: SOURCE=.\pcre.3.txt
                    146: # End Source File
1.1       paf       147: # End Group
1.9       parser    148: # Begin Group "Helper programs"
                    149: 
                    150: # PROP Default_Filter ""
                    151: # Begin Source File
                    152: 
                    153: SOURCE=.\dftables.c
                    154: 
                    155: !IF  "$(CFG)" == "pcre - Win32 Release"
                    156: 
                    157: # PROP Ignore_Default_Tool 1
                    158: # Begin Custom Build - Creating chartables.c...
                    159: OutDir=.\Release
                    160: InputPath=.\dftables.c
                    161: 
                    162: "chartables.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
                    163:        $(OutDir)\pcre_dftables>chartables.c
                    164: 
                    165: # End Custom Build
                    166: 
                    167: !ELSEIF  "$(CFG)" == "pcre - Win32 Debug"
                    168: 
                    169: # PROP Ignore_Default_Tool 1
                    170: # Begin Custom Build - Creating chartables.c...
                    171: OutDir=.\Debug
                    172: InputPath=.\dftables.c
                    173: 
                    174: "chartables.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
                    175:        $(OutDir)\pcre_dftables>chartables.c
                    176: 
                    177: # End Custom Build
1.12      paf       178: 
                    179: !ELSEIF  "$(CFG)" == "pcre - Win32 Profile"
                    180: 
                    181: # PROP BASE Ignore_Default_Tool 1
                    182: # PROP Ignore_Default_Tool 1
1.9       parser    183: 
                    184: !ENDIF 
                    185: 
                    186: # End Source File
                    187: # End Group
1.1       paf       188: # End Target
                    189: # End Project

E-mail: