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

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

E-mail: