Annotation of parser3/src/main/main.dsp, revision 1.164

1.1       paf         1: # Microsoft Developer Studio Project File - Name="main" - 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.163     paf         7: CFG=main - Win32 Profile Debug
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 "main.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.163     paf        16: !MESSAGE NMAKE /f "main.mak" CFG="main - Win32 Profile Debug"
1.1       paf        17: !MESSAGE 
                     18: !MESSAGE Possible choices for configuration are:
                     19: !MESSAGE 
                     20: !MESSAGE "main - Win32 Release" (based on "Win32 (x86) Static Library")
                     21: !MESSAGE "main - Win32 Debug" (based on "Win32 (x86) Static Library")
1.163     paf        22: !MESSAGE "main - Win32 Profile Release" (based on "Win32 (x86) Static Library")
                     23: !MESSAGE "main - Win32 Profile Debug" (based on "Win32 (x86) Static Library")
1.1       paf        24: !MESSAGE 
                     25: 
                     26: # Begin Project
                     27: # PROP AllowPerConfigDependencies 0
1.108     parser     28: # PROP Scc_ProjName "main"
                     29: # PROP Scc_LocalPath ".."
1.1       paf        30: CPP=cl.exe
                     31: RSC=rc.exe
                     32: 
                     33: !IF  "$(CFG)" == "main - 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.164   ! paf        46: # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\lib\ltdl" /I "..\classes\gd" /I "..\include" /I "..\types" /I "..\classes" /I "..\lib\pcre" /I "..\sql" /I "..\..\..\win32xml\win32\gnome\glib\include" /I "..\..\..\win32xml\win32\gnome\glib\include\glib" /I "..\..\..\win32xml\win32\gnome\gdome2-x.x.x\libgdome" /I "..\..\..\\win32xml\win32\gnome\libxslt-x.x.x" /I "..\..\..\win32xml\win32\gnome\libxml2-x.x.x\include" /D "NDEBUG" /D "_LIB" /D "WIN32" /FD /TP /c
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)" == "main - 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.151     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 ""
                     68: # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
1.164   ! paf        69: # ADD CPP /nologo /MDd /W3 /Gm /Gi /GX /Zi /Od /I "..\lib\ltdl" /I "..\classes\gd" /I "..\include" /I "..\types" /I "..\classes" /I "..\lib\pcre" /I "..\sql" /I "..\..\..\win32xml\win32\gnome\glib\include" /I "..\..\..\win32xml\win32\gnome\glib\include\glib" /I "..\..\..\win32xml\win32\gnome\gdome2-x.x.x\libgdome" /I "..\..\..\\win32xml\win32\gnome\libxslt-x.x.x" /I "..\..\..\win32xml\win32\gnome\libxml2-x.x.x\include" /D "_DEBUG" /D "_LIB" /D "WIN32" /D "_AFXDLL" /FR /FD /TP /GZ /c
1.150     paf        70: # ADD BASE RSC /l 0x419 /d "_DEBUG"
1.151     paf        71: # ADD RSC /l 0x419 /d "_DEBUG" /d "_AFXDLL"
1.150     paf        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: 
1.163     paf        79: !ELSEIF  "$(CFG)" == "main - Win32 Profile Release"
1.150     paf        80: 
                     81: # PROP BASE Use_MFC 0
1.162     paf        82: # PROP BASE Use_Debug_Libraries 0
1.163     paf        83: # PROP BASE Output_Dir "main___Win32_Profile Release"
                     84: # PROP BASE Intermediate_Dir "main___Win32_Profile Release"
1.150     paf        85: # PROP BASE Target_Dir ""
                     86: # PROP Use_MFC 0
1.162     paf        87: # PROP Use_Debug_Libraries 0
1.163     paf        88: # PROP Output_Dir "ProfileRelease"
                     89: # PROP Intermediate_Dir "ProfileRelease"
1.150     paf        90: # PROP Target_Dir ""
1.162     paf        91: # ADD BASE CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\lib\ltdl" /I "..\classes\gd" /I "..\include" /I "..\types" /I "..\classes" /I "..\lib\pcre" /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\libxml2-x.x.x\include" /I "\parser3project\win32xml\win32\gnome\libxslt-x.x.x" /D "NDEBUG" /D "_LIB" /D "WIN32" /FD /TP /c
1.164   ! paf        92: # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\lib\ltdl" /I "..\classes\gd" /I "..\include" /I "..\types" /I "..\classes" /I "..\lib\pcre" /I "..\sql" /I "..\..\..\win32xml\win32\gnome\glib\include" /I "..\..\..\win32xml\win32\gnome\glib\include\glib" /I "..\..\..\win32xml\win32\gnome\gdome2-x.x.x\libgdome" /I "..\..\..\\win32xml\win32\gnome\libxslt-x.x.x" /I "..\..\..\win32xml\win32\gnome\libxml2-x.x.x\include" /D "NDEBUG" /D "_LIB" /D "WIN32" /FD /TP /c
1.162     paf        93: # ADD BASE RSC /l 0x419 /d "NDEBUG"
                     94: # ADD RSC /l 0x419 /d "NDEBUG"
1.1       paf        95: BSC32=bscmake.exe
                     96: # ADD BASE BSC32 /nologo
                     97: # ADD BSC32 /nologo
                     98: LIB32=link.exe -lib
                     99: # ADD BASE LIB32 /nologo
                    100: # ADD LIB32 /nologo
                    101: 
1.163     paf       102: !ELSEIF  "$(CFG)" == "main - Win32 Profile Debug"
                    103: 
                    104: # PROP BASE Use_MFC 2
                    105: # PROP BASE Use_Debug_Libraries 1
                    106: # PROP BASE Output_Dir "main___Win32_Profile_Debug"
                    107: # PROP BASE Intermediate_Dir "main___Win32_Profile_Debug"
                    108: # PROP BASE Target_Dir ""
                    109: # PROP Use_MFC 2
                    110: # PROP Use_Debug_Libraries 1
                    111: # PROP Output_Dir "ProfileDebug"
                    112: # PROP Intermediate_Dir "ProfileDebug"
                    113: # PROP Target_Dir ""
                    114: # ADD BASE CPP /nologo /MDd /W3 /Gm /Gi /GX /Zi /Od /I "..\lib\ltdl" /I "..\classes\gd" /I "..\include" /I "..\types" /I "..\classes" /I "..\lib\pcre" /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\libxml2-x.x.x\include" /I "\parser3project\win32xml\win32\gnome\libxslt-x.x.x" /D "_DEBUG" /D "_LIB" /D "WIN32" /D "_AFXDLL" /FR /FD /TP /GZ /c
1.164   ! paf       115: # ADD CPP /nologo /MDd /W3 /Gm /Gi /GX /Zi /Od /I "..\lib\ltdl" /I "..\classes\gd" /I "..\include" /I "..\types" /I "..\classes" /I "..\lib\pcre" /I "..\sql" /I "..\..\..\win32xml\win32\gnome\glib\include" /I "..\..\..\win32xml\win32\gnome\glib\include\glib" /I "..\..\..\win32xml\win32\gnome\gdome2-x.x.x\libgdome" /I "..\..\..\\win32xml\win32\gnome\libxslt-x.x.x" /I "..\..\..\win32xml\win32\gnome\libxml2-x.x.x\include" /D "_DEBUG" /D "_LIB" /D "WIN32" /D "_AFXDLL" /FR /FD /TP /GZ /c
1.163     paf       116: # ADD BASE RSC /l 0x419 /d "_DEBUG" /d "_AFXDLL"
                    117: # ADD RSC /l 0x419 /d "_DEBUG" /d "_AFXDLL"
                    118: BSC32=bscmake.exe
                    119: # ADD BASE BSC32 /nologo
                    120: # ADD BSC32 /nologo
                    121: LIB32=link.exe -lib
                    122: # ADD BASE LIB32 /nologo
                    123: # ADD LIB32 /nologo
                    124: 
1.1       paf       125: !ENDIF 
                    126: 
                    127: # Begin Target
                    128: 
                    129: # Name "main - Win32 Release"
                    130: # Name "main - Win32 Debug"
1.163     paf       131: # Name "main - Win32 Profile Release"
                    132: # Name "main - Win32 Profile Debug"
1.135     parser    133: # Begin Group "sql"
1.45      paf       134: 
1.135     parser    135: # PROP Default_Filter ""
                    136: # Begin Source File
                    137: 
                    138: SOURCE=..\sql\pa_sql_driver.h
                    139: # End Source File
                    140: # End Group
1.45      paf       141: # Begin Source File
                    142: 
1.134     parser    143: SOURCE=.\compile.C
1.45      paf       144: # End Source File
                    145: # Begin Source File
                    146: 
1.134     parser    147: SOURCE=.\compile.tab.C
1.127     parser    148: # End Source File
                    149: # Begin Source File
                    150: 
1.134     parser    151: SOURCE=.\compile.y
                    152: 
                    153: !IF  "$(CFG)" == "main - Win32 Release"
                    154: 
                    155: # Begin Custom Build - Compiling grammar...
                    156: InputDir=.
                    157: InputPath=.\compile.y
                    158: InputName=compile
                    159: 
                    160: "compile.tab.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
                    161:        cd $(InputDir) 
1.152     paf       162:        set BISON_SIMPLE=..\..\..\win32\tools\usr\share\bison.simple 
                    163:        ..\..\..\win32\tools\bison -v $(InputName).y -o compile.tab.C 
1.134     parser    164:        
                    165: # End Custom Build
                    166: 
                    167: !ELSEIF  "$(CFG)" == "main - Win32 Debug"
                    168: 
                    169: # Begin Custom Build - Compiling grammar...
                    170: InputDir=.
                    171: InputPath=.\compile.y
                    172: InputName=compile
                    173: 
                    174: "compile.tab.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
                    175:        cd $(InputDir) 
1.152     paf       176:        set BISON_SIMPLE=..\..\..\win32\tools\usr\share\bison.simple 
                    177:        ..\..\..\win32\tools\bison -v $(InputName).y -o compile.tab.C 
1.134     parser    178:        
                    179: # End Custom Build
1.127     parser    180: 
1.163     paf       181: !ELSEIF  "$(CFG)" == "main - Win32 Profile Release"
                    182: 
                    183: # Begin Custom Build - Compiling grammar...
                    184: InputDir=.
                    185: InputPath=.\compile.y
                    186: InputName=compile
                    187: 
                    188: "compile.tab.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
                    189:        cd $(InputDir) 
                    190:        set BISON_SIMPLE=..\..\..\win32\tools\usr\share\bison.simple 
                    191:        ..\..\..\win32\tools\bison -v $(InputName).y -o compile.tab.C 
                    192:        
                    193: # End Custom Build
                    194: 
                    195: !ELSEIF  "$(CFG)" == "main - Win32 Profile Debug"
1.150     paf       196: 
                    197: # Begin Custom Build - Compiling grammar...
                    198: InputDir=.
                    199: InputPath=.\compile.y
                    200: InputName=compile
                    201: 
                    202: "compile.tab.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
                    203:        cd $(InputDir) 
1.152     paf       204:        set BISON_SIMPLE=..\..\..\win32\tools\usr\share\bison.simple 
                    205:        ..\..\..\win32\tools\bison -v $(InputName).y -o compile.tab.C 
1.150     paf       206:        
                    207: # End Custom Build
                    208: 
1.134     parser    209: !ENDIF 
1.45      paf       210: 
1.68      paf       211: # End Source File
                    212: # Begin Source File
                    213: 
1.134     parser    214: SOURCE=.\compile_tools.C
1.68      paf       215: # End Source File
                    216: # Begin Source File
                    217: 
1.135     parser    218: SOURCE=.\compile_tools.h
                    219: # End Source File
                    220: # Begin Source File
                    221: 
1.134     parser    222: SOURCE=.\execute.C
1.140     paf       223: 
                    224: !IF  "$(CFG)" == "main - Win32 Release"
                    225: 
                    226: !ELSEIF  "$(CFG)" == "main - Win32 Debug"
                    227: 
                    228: # ADD CPP /Od
                    229: 
1.163     paf       230: !ELSEIF  "$(CFG)" == "main - Win32 Profile Release"
                    231: 
                    232: !ELSEIF  "$(CFG)" == "main - Win32 Profile Debug"
                    233: 
                    234: # ADD BASE CPP /Od
                    235: # ADD CPP /Od
1.150     paf       236: 
1.140     paf       237: !ENDIF 
                    238: 
1.143     paf       239: # End Source File
                    240: # Begin Source File
                    241: 
1.134     parser    242: SOURCE=.\pa_array.C
1.78      paf       243: # End Source File
                    244: # Begin Source File
                    245: 
1.135     parser    246: SOURCE=..\include\pa_array.h
1.45      paf       247: # End Source File
                    248: # Begin Source File
                    249: 
1.139     paf       250: SOURCE=.\pa_cache_managers.C
                    251: # End Source File
                    252: # Begin Source File
                    253: 
                    254: SOURCE=..\include\pa_cache_managers.h
                    255: # End Source File
                    256: # Begin Source File
                    257: 
1.142     paf       258: SOURCE=.\pa_charset.C
1.85      paf       259: # End Source File
                    260: # Begin Source File
                    261: 
1.142     paf       262: SOURCE=..\include\pa_charset.h
1.45      paf       263: # End Source File
                    264: # Begin Source File
                    265: 
1.142     paf       266: SOURCE=.\pa_charsets.C
1.97      paf       267: # End Source File
                    268: # Begin Source File
                    269: 
1.142     paf       270: SOURCE=..\include\pa_charsets.h
1.45      paf       271: # End Source File
                    272: # Begin Source File
                    273: 
1.135     parser    274: SOURCE=.\pa_common.C
1.45      paf       275: # End Source File
                    276: # Begin Source File
                    277: 
1.135     parser    278: SOURCE=..\include\pa_common.h
1.45      paf       279: # End Source File
                    280: # Begin Source File
                    281: 
1.135     parser    282: SOURCE=..\include\pa_config_fixed.h
1.45      paf       283: # End Source File
                    284: # Begin Source File
                    285: 
1.135     parser    286: SOURCE=..\include\pa_config_includes.h
1.113     parser    287: # End Source File
                    288: # Begin Source File
                    289: 
1.135     parser    290: SOURCE=.\pa_dictionary.C
1.14      paf       291: # End Source File
                    292: # Begin Source File
                    293: 
1.135     parser    294: SOURCE=..\include\pa_dictionary.h
1.14      paf       295: # End Source File
                    296: # Begin Source File
                    297: 
1.135     parser    298: SOURCE=.\pa_dir.C
1.14      paf       299: # End Source File
                    300: # Begin Source File
                    301: 
1.135     parser    302: SOURCE=..\include\pa_dir.h
1.14      paf       303: # End Source File
                    304: # Begin Source File
                    305: 
1.135     parser    306: SOURCE=.\pa_exception.C
1.14      paf       307: # End Source File
                    308: # Begin Source File
                    309: 
1.135     parser    310: SOURCE=..\include\pa_exception.h
1.127     parser    311: # End Source File
                    312: # Begin Source File
                    313: 
1.135     parser    314: SOURCE=.\pa_exec.C
1.5       paf       315: # End Source File
                    316: # Begin Source File
                    317: 
1.135     parser    318: SOURCE=..\include\pa_exec.h
1.128     parser    319: # End Source File
                    320: # Begin Source File
                    321: 
1.135     parser    322: SOURCE=.\pa_globals.C
                    323: 
                    324: !IF  "$(CFG)" == "main - Win32 Release"
                    325: 
                    326: !ELSEIF  "$(CFG)" == "main - Win32 Debug"
                    327: 
1.150     paf       328: # ADD CPP /GX
                    329: 
1.163     paf       330: !ELSEIF  "$(CFG)" == "main - Win32 Profile Release"
                    331: 
                    332: !ELSEIF  "$(CFG)" == "main - Win32 Profile Debug"
                    333: 
                    334: # ADD BASE CPP /GX
                    335: # ADD CPP /GX
1.135     parser    336: 
                    337: !ENDIF 
1.107     parser    338: 
1.78      paf       339: # End Source File
                    340: # Begin Source File
                    341: 
1.135     parser    342: SOURCE=..\include\pa_globals.h
1.9       paf       343: # End Source File
                    344: # Begin Source File
                    345: 
1.135     parser    346: SOURCE=.\pa_hash.C
1.9       paf       347: # End Source File
                    348: # Begin Source File
                    349: 
1.135     parser    350: SOURCE=..\include\pa_hash.h
1.84      paf       351: # End Source File
                    352: # Begin Source File
                    353: 
1.135     parser    354: SOURCE=..\include\pa_opcode.h
1.134     parser    355: # End Source File
                    356: # Begin Source File
1.116     parser    357: 
1.135     parser    358: SOURCE=.\pa_pool.C
1.134     parser    359: # End Source File
                    360: # Begin Source File
1.116     parser    361: 
1.135     parser    362: SOURCE=..\include\pa_pool.h
1.134     parser    363: # End Source File
                    364: # Begin Source File
1.116     parser    365: 
1.135     parser    366: SOURCE=.\pa_request.C
1.134     parser    367: # End Source File
                    368: # Begin Source File
1.116     parser    369: 
1.135     parser    370: SOURCE=..\include\pa_request.h
1.134     parser    371: # End Source File
                    372: # Begin Source File
1.116     parser    373: 
1.135     parser    374: SOURCE=..\include\pa_sapi.h
1.54      paf       375: # End Source File
                    376: # Begin Source File
                    377: 
1.135     parser    378: SOURCE=.\pa_socks.C
1.13      paf       379: # End Source File
                    380: # Begin Source File
                    381: 
1.135     parser    382: SOURCE=..\include\pa_socks.h
1.3       paf       383: # End Source File
                    384: # Begin Source File
                    385: 
1.135     parser    386: SOURCE=..\include\pa_sql_connection.h
1.81      paf       387: # End Source File
                    388: # Begin Source File
                    389: 
1.135     parser    390: SOURCE=.\pa_sql_driver_manager.C
1.74      paf       391: # End Source File
                    392: # Begin Source File
                    393: 
1.135     parser    394: SOURCE=..\include\pa_sql_driver_manager.h
1.43      paf       395: # End Source File
                    396: # Begin Source File
                    397: 
1.135     parser    398: SOURCE=..\include\pa_stack.h
1.138     paf       399: # End Source File
                    400: # Begin Source File
                    401: 
1.135     parser    402: SOURCE=.\pa_string.C
1.6       paf       403: # End Source File
1.46      paf       404: # Begin Source File
                    405: 
1.134     parser    406: SOURCE=..\include\pa_string.h
                    407: # End Source File
                    408: # Begin Source File
1.113     parser    409: 
1.134     parser    410: SOURCE=..\include\pa_stylesheet_connection.h
                    411: # End Source File
                    412: # Begin Source File
1.113     parser    413: 
1.135     parser    414: SOURCE=.\pa_stylesheet_manager.C
1.113     parser    415: # End Source File
                    416: # Begin Source File
                    417: 
1.135     parser    418: SOURCE=..\include\pa_stylesheet_manager.h
1.46      paf       419: # End Source File
1.14      paf       420: # Begin Source File
                    421: 
1.135     parser    422: SOURCE=.\pa_table.C
1.64      paf       423: # End Source File
1.43      paf       424: # Begin Source File
                    425: 
1.135     parser    426: SOURCE=..\include\pa_table.h
1.28      paf       427: # End Source File
                    428: # Begin Source File
                    429: 
1.135     parser    430: SOURCE=..\include\pa_threads.h
1.141     paf       431: # End Source File
                    432: # Begin Source File
                    433: 
1.135     parser    434: SOURCE=..\include\pa_types.h
1.126     parser    435: # End Source File
                    436: # Begin Source File
                    437: 
1.155     paf       438: SOURCE=.\pa_uue.C
                    439: # End Source File
                    440: # Begin Source File
                    441: 
                    442: SOURCE=..\include\pa_uue.h
                    443: # End Source File
                    444: # Begin Source File
                    445: 
1.161     paf       446: SOURCE=..\include\pa_version.h
                    447: # End Source File
                    448: # Begin Source File
                    449: 
1.135     parser    450: SOURCE=.\untaint.C
1.36      paf       451: # End Source File
1.1       paf       452: # End Target
                    453: # End Project

E-mail: