Annotation of parser3/src/classes/classes.dsp, revision 1.1

1.1     ! parser      1: # Microsoft Developer Studio Project File - Name="classes" - 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: 
        !             7: CFG=classes - Win32 Debug
        !             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 "classes.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 
        !            16: !MESSAGE NMAKE /f "classes.mak" CFG="classes - Win32 Debug"
        !            17: !MESSAGE 
        !            18: !MESSAGE Possible choices for configuration are:
        !            19: !MESSAGE 
        !            20: !MESSAGE "classes - Win32 Release" (based on "Win32 (x86) Static Library")
        !            21: !MESSAGE "classes - Win32 Debug" (based on "Win32 (x86) Static Library")
        !            22: !MESSAGE 
        !            23: 
        !            24: # Begin Project
        !            25: # PROP AllowPerConfigDependencies 0
        !            26: # PROP Scc_ProjName ""
        !            27: # PROP Scc_LocalPath ""
        !            28: CPP=cl.exe
        !            29: RSC=rc.exe
        !            30: 
        !            31: !IF  "$(CFG)" == "classes - Win32 Release"
        !            32: 
        !            33: # PROP BASE Use_MFC 0
        !            34: # PROP BASE Use_Debug_Libraries 0
        !            35: # PROP BASE Output_Dir "Release"
        !            36: # PROP BASE Intermediate_Dir "Release"
        !            37: # PROP BASE Target_Dir ""
        !            38: # PROP Use_MFC 0
        !            39: # PROP Use_Debug_Libraries 0
        !            40: # PROP Output_Dir "Release"
        !            41: # PROP Intermediate_Dir "Release"
        !            42: # PROP Target_Dir ""
        !            43: # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
        !            44: # ADD CPP /nologo /MDd /W3 /GX /O2 /I "\parser3project\win32xml\xml-xerces\c\src" /I "\parser3project\win32xml\xml-xalan\c\src" /I "gd" /I "..\include" /I "..\types" /I "..\pcre" /I "..\sql" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /TP /c
        !            45: # SUBTRACT CPP /YX
        !            46: # ADD BASE RSC /l 0x419 /d "NDEBUG"
        !            47: # ADD RSC /l 0x419 /d "NDEBUG"
        !            48: BSC32=bscmake.exe
        !            49: # ADD BASE BSC32 /nologo
        !            50: # ADD BSC32 /nologo
        !            51: LIB32=link.exe -lib
        !            52: # ADD BASE LIB32 /nologo
        !            53: # ADD LIB32 /nologo
        !            54: 
        !            55: !ELSEIF  "$(CFG)" == "classes - Win32 Debug"
        !            56: 
        !            57: # PROP BASE Use_MFC 0
        !            58: # PROP BASE Use_Debug_Libraries 1
        !            59: # PROP BASE Output_Dir "classes___Win32_Debug"
        !            60: # PROP BASE Intermediate_Dir "classes___Win32_Debug"
        !            61: # PROP BASE Target_Dir ""
        !            62: # PROP Use_MFC 0
        !            63: # PROP Use_Debug_Libraries 1
        !            64: # PROP Output_Dir "classes___Win32_Debug"
        !            65: # PROP Intermediate_Dir "classes___Win32_Debug"
        !            66: # PROP Target_Dir ""
        !            67: # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ  /c
        !            68: # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "\parser3project\win32xml\xml-xerces\c\src" /I "\parser3project\win32xml\xml-xalan\c\src" /I "gd" /I "..\include" /I "..\types" /I "..\pcre" /I "..\sql" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /TP /c
        !            69: # SUBTRACT CPP /YX
        !            70: # ADD BASE RSC /l 0x419 /d "_DEBUG"
        !            71: # ADD RSC /l 0x419 /d "_DEBUG"
        !            72: BSC32=bscmake.exe
        !            73: # ADD BASE BSC32 /nologo
        !            74: # ADD BSC32 /nologo
        !            75: LIB32=link.exe -lib
        !            76: # ADD BASE LIB32 /nologo
        !            77: # ADD LIB32 /nologo
        !            78: 
        !            79: !ENDIF 
        !            80: 
        !            81: # Begin Target
        !            82: 
        !            83: # Name "classes - Win32 Release"
        !            84: # Name "classes - Win32 Debug"
        !            85: # Begin Group "Source Files"
        !            86: 
        !            87: # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
        !            88: # Begin Source File
        !            89: 
        !            90: SOURCE=.\classes.awk
        !            91: 
        !            92: !IF  "$(CFG)" == "classes - Win32 Release"
        !            93: 
        !            94: # Begin Custom Build - Scanning classes/, creating classes.inc...
        !            95: InputPath=.\classes.awk
        !            96: 
        !            97: "..\classes\classes.inc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
        !            98:        SET CLASSES_INC=..\classes\classes.inc 
        !            99:        ECHO // do not edit. autogenerated by .dsp, see classes.awk settings > %CLASSES_INC% 
        !           100:        \parser3project\win32tools\ls | \parser3project\win32tools\gawk -f $(InputPath) >> %CLASSES_INC% 
        !           101:        
        !           102: # End Custom Build
        !           103: 
        !           104: !ELSEIF  "$(CFG)" == "classes - Win32 Debug"
        !           105: 
        !           106: # Begin Custom Build - Scanning classes/, creating classes.inc...
        !           107: InputPath=.\classes.awk
        !           108: 
        !           109: "..\classes\classes.inc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
        !           110:        SET CLASSES_INC=..\classes\classes.inc 
        !           111:        ECHO // do not edit. autogenerated by .dsp, see classes.awk settings > %CLASSES_INC% 
        !           112:        \parser3project\win32tools\ls | \parser3project\win32tools\gawk -f $(InputPath) >> %CLASSES_INC% 
        !           113:        
        !           114: # End Custom Build
        !           115: 
        !           116: !ENDIF 
        !           117: 
        !           118: # End Source File
        !           119: # Begin Source File
        !           120: 
        !           121: SOURCE=.\classes.C
        !           122: # End Source File
        !           123: # Begin Source File
        !           124: 
        !           125: SOURCE=.\date.C
        !           126: # End Source File
        !           127: # Begin Source File
        !           128: 
        !           129: SOURCE=.\dnode.C
        !           130: 
        !           131: !IF  "$(CFG)" == "classes - Win32 Release"
        !           132: 
        !           133: !ELSEIF  "$(CFG)" == "classes - Win32 Debug"
        !           134: 
        !           135: # ADD CPP /GX
        !           136: 
        !           137: !ENDIF 
        !           138: 
        !           139: # End Source File
        !           140: # Begin Source File
        !           141: 
        !           142: SOURCE=.\dom.C
        !           143: 
        !           144: !IF  "$(CFG)" == "classes - Win32 Release"
        !           145: 
        !           146: !ELSEIF  "$(CFG)" == "classes - Win32 Debug"
        !           147: 
        !           148: # ADD CPP /GX
        !           149: 
        !           150: !ENDIF 
        !           151: 
        !           152: # End Source File
        !           153: # Begin Source File
        !           154: 
        !           155: SOURCE=.\double.C
        !           156: # End Source File
        !           157: # Begin Source File
        !           158: 
        !           159: SOURCE=.\file.C
        !           160: # End Source File
        !           161: # Begin Source File
        !           162: 
        !           163: SOURCE=.\form.C
        !           164: # End Source File
        !           165: # Begin Source File
        !           166: 
        !           167: SOURCE=.\hash.C
        !           168: # End Source File
        !           169: # Begin Source File
        !           170: 
        !           171: SOURCE=.\image.C
        !           172: # End Source File
        !           173: # Begin Source File
        !           174: 
        !           175: SOURCE=.\int.C
        !           176: # End Source File
        !           177: # Begin Source File
        !           178: 
        !           179: SOURCE=.\mail.C
        !           180: # End Source File
        !           181: # Begin Source File
        !           182: 
        !           183: SOURCE=.\math.C
        !           184: # End Source File
        !           185: # Begin Source File
        !           186: 
        !           187: SOURCE=.\op.C
        !           188: # End Source File
        !           189: # Begin Source File
        !           190: 
        !           191: SOURCE=.\response.C
        !           192: # End Source File
        !           193: # Begin Source File
        !           194: 
        !           195: SOURCE=.\string.C
        !           196: # End Source File
        !           197: # Begin Source File
        !           198: 
        !           199: SOURCE=.\table.C
        !           200: # End Source File
        !           201: # Begin Source File
        !           202: 
        !           203: SOURCE=.\void.C
        !           204: # End Source File
        !           205: # End Group
        !           206: # Begin Group "Header Files"
        !           207: 
        !           208: # PROP Default_Filter "h;hpp;hxx;hm;inl"
        !           209: # Begin Source File
        !           210: 
        !           211: SOURCE=.\classes.h
        !           212: # End Source File
        !           213: # Begin Source File
        !           214: 
        !           215: SOURCE=.\dnode.h
        !           216: # End Source File
        !           217: # End Group
        !           218: # Begin Group "ident"
        !           219: 
        !           220: # PROP Default_Filter ""
        !           221: # Begin Source File
        !           222: 
        !           223: SOURCE=..\ident.awk
        !           224: 
        !           225: !IF  "$(CFG)" == "classes - Win32 Release"
        !           226: 
        !           227: USERDEP__IDENT="*.C"   
        !           228: # Begin Custom Build - Collecting $Id: ... $, creating ident.C...
        !           229: InputPath=..\ident.awk
        !           230: 
        !           231: "ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
        !           232:        SET tools=\parser3project\win32tools 
        !           233:        DEL ident.C 
        !           234:        ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new 
        !           235:        %tools%\cat *.awk *.h *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=classes >> ident.C.new 
        !           236:        %tools%\touch 0101000001 ident.C.new 
        !           237:        REN ident.C.new ident.C 
        !           238:        
        !           239: # End Custom Build
        !           240: 
        !           241: !ELSEIF  "$(CFG)" == "classes - Win32 Debug"
        !           242: 
        !           243: # Begin Custom Build - Collecting $Id: ... $, creating ident.C...
        !           244: InputPath=..\ident.awk
        !           245: 
        !           246: "ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
        !           247:        SET tools=\parser3project\win32tools 
        !           248:        DEL ident.C 
        !           249:        ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new 
        !           250:        %tools%\cat *.awk *.h *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=classes >> ident.C.new 
        !           251:        %tools%\touch 0101000001 ident.C.new 
        !           252:        REN ident.C.new ident.C 
        !           253:        
        !           254: # End Custom Build
        !           255: 
        !           256: !ENDIF 
        !           257: 
        !           258: # End Source File
        !           259: # Begin Source File
        !           260: 
        !           261: SOURCE=.\ident.C
        !           262: # End Source File
        !           263: # End Group
        !           264: # End Target
        !           265: # End Project

E-mail: