Annotation of parser3/src/types/types.dsp, revision 1.41

1.1       parser      1: # Microsoft Developer Studio Project File - Name="types" - 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.40      paf         7: CFG=types - Win32 Profile Release
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 "types.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.40      paf        16: !MESSAGE NMAKE /f "types.mak" CFG="types - Win32 Profile Release"
1.1       parser     17: !MESSAGE 
                     18: !MESSAGE Possible choices for configuration are:
                     19: !MESSAGE 
                     20: !MESSAGE "types - Win32 Release" (based on "Win32 (x86) Static Library")
                     21: !MESSAGE "types - Win32 Debug" (based on "Win32 (x86) Static Library")
1.38      paf        22: !MESSAGE "types - Win32 Profile Release" (based on "Win32 (x86) Static Library")
                     23: !MESSAGE "types - Win32 Profile Debug" (based on "Win32 (x86) Static Library")
1.1       parser     24: !MESSAGE 
                     25: 
                     26: # Begin Project
                     27: # PROP AllowPerConfigDependencies 0
1.33      paf        28: # PROP Scc_ProjName "types"
                     29: # PROP Scc_LocalPath "."
1.1       parser     30: CPP=cl.exe
                     31: RSC=rc.exe
                     32: 
                     33: !IF  "$(CFG)" == "types - 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.41    ! paf        46: # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\classes\gd" /I "..\include" /I "..\classes" /I "..\sql" /I "..\lib\gc\include" /I "..\lib\cord\include" /I "..\lib\pcre" /I "\parser3project\win32\psapi" /I "\parser3project\win32\gnome\glib\include" /I "\parser3project\win32\gnome\glib\include\glib" /I "\parser3project\win32\gnome\gdome2-x.x.x\libgdome" /I "\parser3project\win32\gnome\gnome-xml\include" /I "\parser3project\win32\gnome\libxslt-x.x.x" /I "\parser3project\win32mailreceive\win32\gnome\gmime-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)" == "types - Win32 Debug"
                     58: 
                     59: # PROP BASE Use_MFC 0
                     60: # PROP BASE Use_Debug_Libraries 1
1.30      paf        61: # PROP BASE Output_Dir "Debug"
                     62: # PROP BASE Intermediate_Dir "Debug"
1.1       parser     63: # PROP BASE Target_Dir ""
1.24      paf        64: # PROP Use_MFC 2
1.1       parser     65: # PROP Use_Debug_Libraries 1
1.30      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.41    ! paf        70: # ADD CPP /nologo /MDd /W3 /Gm /Gi /GX /Zi /Od /I "..\classes\gd" /I "..\include" /I "..\classes" /I "..\sql" /I "..\lib\gc\include" /I "..\lib\cord\include" /I "..\lib\pcre" /I "\parser3project\win32\psapi" /I "\parser3project\win32\gnome\glib\include" /I "\parser3project\win32\gnome\glib\include\glib" /I "\parser3project\win32\gnome\gdome2-x.x.x\libgdome" /I "\parser3project\win32\gnome\gnome-xml\include" /I "\parser3project\win32\gnome\libxslt-x.x.x" /I "\parser3project\win32mailreceive\win32\gnome\gmime-x.x.x" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "_AFXDLL" /FD /GZ /TP /c
1.23      paf        71: # SUBTRACT CPP /YX
                     72: # ADD BASE RSC /l 0x419 /d "_DEBUG"
1.24      paf        73: # ADD RSC /l 0x419 /d "_DEBUG" /d "_AFXDLL"
1.23      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.31      paf        79: # ADD LIB32 /nologo
1.23      paf        80: 
1.38      paf        81: !ELSEIF  "$(CFG)" == "types - Win32 Profile Release"
1.23      paf        82: 
                     83: # PROP BASE Use_MFC 0
1.37      paf        84: # PROP BASE Use_Debug_Libraries 0
1.38      paf        85: # PROP BASE Output_Dir "types___Win32_Profile Release"
                     86: # PROP BASE Intermediate_Dir "types___Win32_Profile Release"
1.23      paf        87: # PROP BASE Target_Dir ""
                     88: # PROP Use_MFC 0
1.37      paf        89: # PROP Use_Debug_Libraries 0
1.38      paf        90: # PROP Output_Dir "ProfileRelease"
                     91: # PROP Intermediate_Dir "ProfileRelease"
1.23      paf        92: # PROP Target_Dir ""
1.41    ! paf        93: # ADD BASE CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\classes\gd" /I "..\include" /I "..\classes" /I "..\sql" /I "..\lib\gc\include" /I "..\lib\cord\include" /I "..\lib\pcre" /I "\parser3project\win32\psapi" /I "\parser3project\win32\gnome\glib\include" /I "\parser3project\win32\gnome\glib\include\glib" /I "\parser3project\win32\gnome\gdome2-x.x.x\libgdome" /I "\parser3project\win32\gnome\gnome-xml\include" /I "\parser3project\win32\gnome\libxslt-x.x.x" /I "\parser3project\win32mailreceive\win32\gnome\gmime-x.x.x" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /TP /c
1.23      paf        94: # SUBTRACT BASE CPP /YX
1.41    ! paf        95: # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\classes\gd" /I "..\include" /I "..\classes" /I "..\sql" /I "..\lib\gc\include" /I "..\lib\cord\include" /I "..\lib\pcre" /I "\parser3project\win32\psapi" /I "\parser3project\win32\gnome\glib\include" /I "\parser3project\win32\gnome\glib\include\glib" /I "\parser3project\win32\gnome\gdome2-x.x.x\libgdome" /I "\parser3project\win32\gnome\gnome-xml\include" /I "\parser3project\win32\gnome\libxslt-x.x.x" /I "\parser3project\win32mailreceive\win32\gnome\gmime-x.x.x" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /TP /c
1.1       parser     96: # SUBTRACT CPP /YX
1.37      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.38      paf       106: !ELSEIF  "$(CFG)" == "types - Win32 Profile Debug"
                    107: 
1.40      paf       108: # PROP BASE Use_MFC 0
                    109: # PROP BASE Use_Debug_Libraries 0
1.38      paf       110: # PROP BASE Output_Dir "types___Win32_Profile_Debug"
                    111: # PROP BASE Intermediate_Dir "types___Win32_Profile_Debug"
                    112: # PROP BASE Target_Dir ""
1.40      paf       113: # PROP Use_MFC 0
                    114: # PROP Use_Debug_Libraries 0
1.38      paf       115: # PROP Output_Dir "ProfileDebug"
                    116: # PROP Intermediate_Dir "ProfileDebug"
                    117: # PROP Target_Dir ""
1.41    ! paf       118: # ADD BASE CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\classes\gd" /I "..\include" /I "..\classes" /I "..\sql" /I "..\lib\gc\include" /I "..\lib\cord\include" /I "..\lib\pcre" /I "\parser3project\win32\psapi" /I "\parser3project\win32\gnome\glib\include" /I "\parser3project\win32\gnome\glib\include\glib" /I "\parser3project\win32\gnome\gdome2-x.x.x\libgdome" /I "\parser3project\win32\gnome\gnome-xml\include" /I "\parser3project\win32\gnome\libxslt-x.x.x" /I "\parser3project\win32mailreceive\win32\gnome\gmime-x.x.x" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /TP /c
1.38      paf       119: # SUBTRACT BASE CPP /YX
1.41    ! paf       120: # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\classes\gd" /I "..\include" /I "..\classes" /I "..\sql" /I "..\lib\gc\include" /I "..\lib\cord\include" /I "..\lib\pcre" /I "\parser3project\win32\psapi" /I "\parser3project\win32\gnome\glib\include" /I "\parser3project\win32\gnome\glib\include\glib" /I "\parser3project\win32\gnome\gdome2-x.x.x\libgdome" /I "\parser3project\win32\gnome\gnome-xml\include" /I "\parser3project\win32\gnome\libxslt-x.x.x" /I "\parser3project\win32mailreceive\win32\gnome\gmime-x.x.x" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /TP /c
1.38      paf       121: # SUBTRACT CPP /YX
1.40      paf       122: # ADD BASE RSC /l 0x419 /d "NDEBUG"
                    123: # ADD RSC /l 0x419 /d "NDEBUG"
1.38      paf       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 "types - Win32 Release"
                    136: # Name "types - Win32 Debug"
1.38      paf       137: # Name "types - Win32 Profile Release"
                    138: # Name "types - Win32 Profile Debug"
1.36      paf       139: # Begin Group "psapi"
                    140: 
                    141: # PROP Default_Filter ""
                    142: # Begin Source File
                    143: 
                    144: SOURCE=..\..\..\win32\psapi\Psapi.h
                    145: # End Source File
                    146: # Begin Source File
                    147: 
                    148: SOURCE=..\..\..\win32\psapi\Psapi.Lib
                    149: # End Source File
                    150: # End Group
1.1       parser    151: # Begin Source File
                    152: 
1.40      paf       153: SOURCE=.\pa_junction.h
                    154: # End Source File
                    155: # Begin Source File
                    156: 
                    157: SOURCE=.\pa_method.h
                    158: # End Source File
                    159: # Begin Source File
                    160: 
1.22      paf       161: SOURCE=.\pa_value.C
                    162: # End Source File
                    163: # Begin Source File
                    164: 
1.1       parser    165: SOURCE=.\pa_value.h
                    166: # End Source File
                    167: # Begin Source File
                    168: 
                    169: SOURCE=.\pa_vbool.h
                    170: # End Source File
                    171: # Begin Source File
                    172: 
1.32      paf       173: SOURCE=.\pa_vclass.C
                    174: # End Source File
                    175: # Begin Source File
                    176: 
1.1       parser    177: SOURCE=.\pa_vclass.h
                    178: # End Source File
                    179: # Begin Source File
                    180: 
                    181: SOURCE=.\pa_vcode_frame.h
                    182: # End Source File
                    183: # Begin Source File
                    184: 
1.12      parser    185: SOURCE=.\pa_vcookie.C
                    186: # End Source File
                    187: # Begin Source File
                    188: 
1.1       parser    189: SOURCE=.\pa_vcookie.h
                    190: # End Source File
                    191: # Begin Source File
                    192: 
                    193: SOURCE=.\pa_vdate.h
                    194: # End Source File
                    195: # Begin Source File
                    196: 
                    197: SOURCE=.\pa_vdouble.h
                    198: # End Source File
                    199: # Begin Source File
                    200: 
                    201: SOURCE=.\pa_venv.h
                    202: # End Source File
                    203: # Begin Source File
                    204: 
1.12      parser    205: SOURCE=.\pa_vfile.C
                    206: # End Source File
                    207: # Begin Source File
                    208: 
1.1       parser    209: SOURCE=.\pa_vfile.h
                    210: # End Source File
                    211: # Begin Source File
                    212: 
1.12      parser    213: SOURCE=.\pa_vform.C
                    214: # End Source File
                    215: # Begin Source File
                    216: 
1.1       parser    217: SOURCE=.\pa_vform.h
                    218: # End Source File
                    219: # Begin Source File
                    220: 
1.40      paf       221: SOURCE=.\pa_vhash.C
                    222: # End Source File
                    223: # Begin Source File
                    224: 
1.1       parser    225: SOURCE=.\pa_vhash.h
1.9       parser    226: # End Source File
                    227: # Begin Source File
                    228: 
1.12      parser    229: SOURCE=.\pa_vimage.C
                    230: # End Source File
                    231: # Begin Source File
                    232: 
1.1       parser    233: SOURCE=.\pa_vimage.h
                    234: # End Source File
                    235: # Begin Source File
                    236: 
                    237: SOURCE=.\pa_vint.h
                    238: # End Source File
                    239: # Begin Source File
                    240: 
                    241: SOURCE=.\pa_vjunction.h
1.27      paf       242: # End Source File
                    243: # Begin Source File
                    244: 
                    245: SOURCE=.\pa_vmail.C
                    246: # End Source File
                    247: # Begin Source File
                    248: 
                    249: SOURCE=.\pa_vmail.h
1.1       parser    250: # End Source File
                    251: # Begin Source File
                    252: 
1.40      paf       253: SOURCE=.\pa_vmath.C
                    254: # End Source File
                    255: # Begin Source File
                    256: 
1.1       parser    257: SOURCE=.\pa_vmath.h
1.40      paf       258: # End Source File
                    259: # Begin Source File
                    260: 
                    261: SOURCE=.\pa_vmemory.h
                    262: # End Source File
                    263: # Begin Source File
                    264: 
                    265: SOURCE=.\pa_vmethod_frame.C
1.1       parser    266: # End Source File
                    267: # Begin Source File
                    268: 
                    269: SOURCE=.\pa_vmethod_frame.h
1.32      paf       270: # End Source File
                    271: # Begin Source File
                    272: 
                    273: SOURCE=.\pa_vobject.C
1.1       parser    274: # End Source File
                    275: # Begin Source File
                    276: 
                    277: SOURCE=.\pa_vobject.h
                    278: # End Source File
                    279: # Begin Source File
                    280: 
1.12      parser    281: SOURCE=.\pa_vrequest.C
                    282: # End Source File
                    283: # Begin Source File
                    284: 
1.1       parser    285: SOURCE=.\pa_vrequest.h
                    286: # End Source File
                    287: # Begin Source File
                    288: 
1.16      paf       289: SOURCE=.\pa_vresponse.C
                    290: # End Source File
                    291: # Begin Source File
                    292: 
1.1       parser    293: SOURCE=.\pa_vresponse.h
                    294: # End Source File
                    295: # Begin Source File
                    296: 
1.12      parser    297: SOURCE=.\pa_vstateless_class.C
                    298: # End Source File
                    299: # Begin Source File
                    300: 
1.1       parser    301: SOURCE=.\pa_vstateless_class.h
                    302: # End Source File
                    303: # Begin Source File
                    304: 
                    305: SOURCE=.\pa_vstateless_object.h
                    306: # End Source File
                    307: # Begin Source File
                    308: 
1.18      paf       309: SOURCE=.\pa_vstatus.C
                    310: # End Source File
                    311: # Begin Source File
                    312: 
1.14      paf       313: SOURCE=.\pa_vstatus.h
                    314: # End Source File
                    315: # Begin Source File
                    316: 
1.12      parser    317: SOURCE=.\pa_vstring.C
                    318: # End Source File
                    319: # Begin Source File
                    320: 
1.1       parser    321: SOURCE=.\pa_vstring.h
                    322: # End Source File
                    323: # Begin Source File
                    324: 
1.12      parser    325: SOURCE=.\pa_vtable.C
                    326: # End Source File
                    327: # Begin Source File
                    328: 
1.1       parser    329: SOURCE=.\pa_vtable.h
                    330: # End Source File
                    331: # Begin Source File
                    332: 
                    333: SOURCE=.\pa_vvoid.h
1.2       parser    334: # End Source File
                    335: # Begin Source File
                    336: 
1.12      parser    337: SOURCE=.\pa_vxdoc.C
1.2       parser    338: # End Source File
                    339: # Begin Source File
                    340: 
1.12      parser    341: SOURCE=.\pa_vxdoc.h
1.1       parser    342: # End Source File
                    343: # Begin Source File
                    344: 
1.12      parser    345: SOURCE=.\pa_vxnode.C
1.1       parser    346: # End Source File
                    347: # Begin Source File
                    348: 
1.12      parser    349: SOURCE=.\pa_vxnode.h
1.1       parser    350: # End Source File
                    351: # Begin Source File
                    352: 
1.12      parser    353: SOURCE=.\pa_wcontext.C
1.1       parser    354: # End Source File
                    355: # Begin Source File
                    356: 
1.12      parser    357: SOURCE=.\pa_wcontext.h
1.4       parser    358: # End Source File
                    359: # Begin Source File
                    360: 
1.12      parser    361: SOURCE=.\pa_wwrapper.h
1.1       parser    362: # End Source File
                    363: # End Target
                    364: # End Project

E-mail: