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

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: 
                      7: CFG=main - 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 "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 
                     16: !MESSAGE NMAKE /f "main.mak" CFG="main - Win32 Debug"
                     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")
                     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)" == "main - 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
1.92      paf        44: # ADD CPP /nologo /MD /W3 /O2 /I "..\libltdl" /I "..\include" /I "..\types" /I "..\classes" /I "..\classes\gd" /I "..\pcre" /I "..\sql" /D "NDEBUG" /D "_LIB" /D "WIN32" /FD /TP /c
1.1       paf        45: # ADD BASE RSC /l 0x419 /d "NDEBUG"
                     46: # ADD RSC /l 0x419 /d "NDEBUG"
                     47: BSC32=bscmake.exe
                     48: # ADD BASE BSC32 /nologo
                     49: # ADD BSC32 /nologo
                     50: LIB32=link.exe -lib
                     51: # ADD BASE LIB32 /nologo
                     52: # ADD LIB32 /nologo
                     53: 
                     54: !ELSEIF  "$(CFG)" == "main - Win32 Debug"
                     55: 
                     56: # PROP BASE Use_MFC 0
                     57: # PROP BASE Use_Debug_Libraries 1
                     58: # PROP BASE Output_Dir "Debug"
                     59: # PROP BASE Intermediate_Dir "Debug"
                     60: # PROP BASE Target_Dir ""
                     61: # PROP Use_MFC 0
                     62: # PROP Use_Debug_Libraries 1
                     63: # PROP Output_Dir "Debug"
                     64: # PROP Intermediate_Dir "Debug"
                     65: # PROP Target_Dir ""
                     66: # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
1.92      paf        67: # ADD CPP /nologo /MDd /W3 /Gm /Zi /Od /I "..\libltdl" /I "..\classes\gd" /I "..\include" /I "..\types" /I "..\classes" /I "..\pcre" /I "..\sql" /D "_DEBUG" /D "_LIB" /D "WIN32" /FD /TP /GZ /c
1.28      paf        68: # SUBTRACT CPP /Fr
1.1       paf        69: # ADD BASE RSC /l 0x419 /d "_DEBUG"
                     70: # ADD RSC /l 0x419 /d "_DEBUG"
                     71: BSC32=bscmake.exe
                     72: # ADD BASE BSC32 /nologo
                     73: # ADD BSC32 /nologo
                     74: LIB32=link.exe -lib
                     75: # ADD BASE LIB32 /nologo
                     76: # ADD LIB32 /nologo
                     77: 
                     78: !ENDIF 
                     79: 
                     80: # Begin Target
                     81: 
                     82: # Name "main - Win32 Release"
                     83: # Name "main - Win32 Debug"
1.45      paf        84: # Begin Group "include"
                     85: 
                     86: # PROP Default_Filter "h;hpp;hxx;hm;inl"
                     87: # Begin Source File
                     88: 
1.54      paf        89: SOURCE=..\include\pa_array.h
1.45      paf        90: # End Source File
                     91: # Begin Source File
                     92: 
1.54      paf        93: SOURCE=..\include\pa_common.h
1.45      paf        94: # End Source File
                     95: # Begin Source File
                     96: 
1.68      paf        97: SOURCE=..\include\pa_config_fixed.h
                     98: # End Source File
                     99: # Begin Source File
                    100: 
                    101: SOURCE=..\include\pa_config_includes.h
                    102: # End Source File
                    103: # Begin Source File
                    104: 
1.107   ! parser    105: SOURCE=..\include\pa_dictionary.h
        !           106: # End Source File
        !           107: # Begin Source File
        !           108: 
1.78      paf       109: SOURCE=..\include\pa_dir.h
                    110: # End Source File
                    111: # Begin Source File
                    112: 
1.54      paf       113: SOURCE=..\include\pa_exception.h
1.45      paf       114: # End Source File
                    115: # Begin Source File
                    116: 
1.85      paf       117: SOURCE=..\include\pa_exec.h
                    118: # End Source File
                    119: # Begin Source File
                    120: 
1.54      paf       121: SOURCE=..\include\pa_globals.h
1.45      paf       122: # End Source File
                    123: # Begin Source File
                    124: 
                    125: SOURCE=..\include\pa_hash.h
1.97      paf       126: # End Source File
                    127: # Begin Source File
                    128: 
                    129: SOURCE=..\include\pa_opcode.h
1.45      paf       130: # End Source File
                    131: # Begin Source File
                    132: 
                    133: SOURCE=..\include\pa_pool.h
                    134: # End Source File
                    135: # Begin Source File
                    136: 
                    137: SOURCE=..\include\pa_request.h
                    138: # End Source File
                    139: # Begin Source File
                    140: 
1.67      paf       141: SOURCE=..\include\pa_sapi.h
                    142: # End Source File
                    143: # Begin Source File
                    144: 
1.81      paf       145: SOURCE=..\include\pa_socks.h
                    146: # End Source File
                    147: # Begin Source File
                    148: 
1.75      paf       149: SOURCE=..\include\pa_sql_connection.h
                    150: # End Source File
                    151: # Begin Source File
                    152: 
1.74      paf       153: SOURCE=..\include\pa_sql_driver_manager.h
                    154: # End Source File
                    155: # Begin Source File
                    156: 
1.45      paf       157: SOURCE=..\include\pa_stack.h
                    158: # End Source File
                    159: # Begin Source File
                    160: 
                    161: SOURCE=..\include\pa_string.h
                    162: # End Source File
                    163: # Begin Source File
                    164: 
                    165: SOURCE=..\include\pa_table.h
                    166: # End Source File
                    167: # Begin Source File
                    168: 
                    169: SOURCE=..\include\pa_threads.h
                    170: # End Source File
                    171: # Begin Source File
                    172: 
                    173: SOURCE=..\include\pa_types.h
                    174: # End Source File
                    175: # End Group
1.10      paf       176: # Begin Group "main"
1.1       paf       177: 
1.10      paf       178: # PROP Default_Filter "C;cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
1.1       paf       179: # Begin Source File
                    180: 
1.14      paf       181: SOURCE=.\compile.C
                    182: # End Source File
                    183: # Begin Source File
                    184: 
1.16      paf       185: SOURCE=.\compile.tab.C
1.14      paf       186: # End Source File
                    187: # Begin Source File
                    188: 
                    189: SOURCE=.\compile.y
                    190: 
                    191: !IF  "$(CFG)" == "main - Win32 Release"
                    192: 
1.95      paf       193: # Begin Custom Build - Compiling grammar...
                    194: InputDir=.
1.45      paf       195: InputPath=.\compile.y
                    196: InputName=compile
                    197: 
                    198: "compile.tab.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1.95      paf       199:        cd $(InputDir) 
1.101     parser    200:        ..\win32tools\bison -v $(InputName).y -o compile.tab.C 
1.45      paf       201:        
                    202: # End Custom Build
                    203: 
1.14      paf       204: !ELSEIF  "$(CFG)" == "main - Win32 Debug"
                    205: 
1.95      paf       206: # Begin Custom Build - Compiling grammar...
                    207: InputDir=.
1.14      paf       208: InputPath=.\compile.y
                    209: InputName=compile
                    210: 
1.16      paf       211: "compile.tab.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1.95      paf       212:        cd $(InputDir) 
1.99      parser    213:        ..\win32tools\bison -v $(InputName).y -o compile.tab.C 
1.14      paf       214:        
                    215: # End Custom Build
                    216: 
                    217: !ENDIF 
                    218: 
                    219: # End Source File
                    220: # Begin Source File
                    221: 
                    222: SOURCE=.\compile_tools.C
                    223: # End Source File
                    224: # Begin Source File
                    225: 
                    226: SOURCE=.\compile_tools.h
                    227: # End Source File
                    228: # Begin Source File
                    229: 
                    230: SOURCE=.\execute.C
                    231: # End Source File
                    232: # Begin Source File
                    233: 
1.5       paf       234: SOURCE=.\pa_array.C
                    235: # End Source File
                    236: # Begin Source File
                    237: 
1.9       paf       238: SOURCE=.\pa_common.C
1.107   ! parser    239: # End Source File
        !           240: # Begin Source File
        !           241: 
        !           242: SOURCE=.\pa_dictionary.C
1.78      paf       243: # End Source File
                    244: # Begin Source File
                    245: 
                    246: SOURCE=.\pa_dir.C
1.9       paf       247: # End Source File
                    248: # Begin Source File
                    249: 
1.10      paf       250: SOURCE=.\pa_exception.C
1.9       paf       251: # End Source File
                    252: # Begin Source File
                    253: 
1.85      paf       254: SOURCE=.\pa_exec.C
1.84      paf       255: # End Source File
                    256: # Begin Source File
                    257: 
1.54      paf       258: SOURCE=.\pa_globals.C
                    259: # End Source File
                    260: # Begin Source File
                    261: 
1.3       paf       262: SOURCE=.\pa_hash.C
1.13      paf       263: # End Source File
                    264: # Begin Source File
                    265: 
                    266: SOURCE=.\pa_pool.C
1.3       paf       267: # End Source File
                    268: # Begin Source File
                    269: 
1.43      paf       270: SOURCE=.\pa_request.C
1.81      paf       271: # End Source File
                    272: # Begin Source File
                    273: 
                    274: SOURCE=.\pa_socks.C
1.74      paf       275: # End Source File
                    276: # Begin Source File
                    277: 
                    278: SOURCE=.\pa_sql_driver_manager.C
1.43      paf       279: # End Source File
                    280: # Begin Source File
                    281: 
1.1       paf       282: SOURCE=.\pa_string.C
                    283: # End Source File
1.6       paf       284: # Begin Source File
                    285: 
1.7       paf       286: SOURCE=.\pa_table.C
1.6       paf       287: # End Source File
1.46      paf       288: # Begin Source File
                    289: 
                    290: SOURCE=.\untaint.C
                    291: # End Source File
1.1       paf       292: # End Group
1.45      paf       293: # Begin Group "types"
1.1       paf       294: 
1.45      paf       295: # PROP Default_Filter ""
1.14      paf       296: # Begin Source File
                    297: 
1.64      paf       298: SOURCE=..\types\pa_valiased.C
                    299: # End Source File
                    300: # Begin Source File
                    301: 
1.45      paf       302: SOURCE=..\types\pa_valiased.h
1.43      paf       303: # End Source File
                    304: # Begin Source File
                    305: 
1.45      paf       306: SOURCE=..\types\pa_value.h
1.14      paf       307: # End Source File
                    308: # Begin Source File
                    309: 
1.45      paf       310: SOURCE=..\types\pa_vbool.h
1.5       paf       311: # End Source File
1.1       paf       312: # Begin Source File
                    313: 
1.89      paf       314: SOURCE=..\types\pa_vclass.h
1.9       paf       315: # End Source File
                    316: # Begin Source File
                    317: 
1.89      paf       318: SOURCE=..\types\pa_vcode_frame.h
1.3       paf       319: # End Source File
                    320: # Begin Source File
                    321: 
1.59      paf       322: SOURCE=..\types\pa_vcookie.C
                    323: # End Source File
                    324: # Begin Source File
                    325: 
                    326: SOURCE=..\types\pa_vcookie.h
                    327: # End Source File
                    328: # Begin Source File
                    329: 
1.105     parser    330: SOURCE=..\types\pa_vdate.h
                    331: # End Source File
                    332: # Begin Source File
                    333: 
1.45      paf       334: SOURCE=..\types\pa_vdouble.h
1.9       paf       335: # End Source File
                    336: # Begin Source File
                    337: 
1.51      paf       338: SOURCE=..\types\pa_venv.h
                    339: # End Source File
                    340: # Begin Source File
                    341: 
1.61      paf       342: SOURCE=..\types\pa_vfile.C
                    343: # End Source File
                    344: # Begin Source File
                    345: 
1.60      paf       346: SOURCE=..\types\pa_vfile.h
                    347: # End Source File
                    348: # Begin Source File
                    349: 
1.55      paf       350: SOURCE=..\types\pa_vform.C
                    351: # End Source File
                    352: # Begin Source File
                    353: 
1.52      paf       354: SOURCE=..\types\pa_vform.h
                    355: # End Source File
                    356: # Begin Source File
                    357: 
1.45      paf       358: SOURCE=..\types\pa_vhash.h
1.19      paf       359: # End Source File
                    360: # Begin Source File
                    361: 
1.86      paf       362: SOURCE=..\types\pa_vimage.C
                    363: # End Source File
                    364: # Begin Source File
                    365: 
                    366: SOURCE=..\types\pa_vimage.h
                    367: # End Source File
                    368: # Begin Source File
                    369: 
1.45      paf       370: SOURCE=..\types\pa_vint.h
1.3       paf       371: # End Source File
                    372: # Begin Source File
                    373: 
1.45      paf       374: SOURCE=..\types\pa_vjunction.h
1.7       paf       375: # End Source File
                    376: # Begin Source File
                    377: 
1.104     parser    378: SOURCE=..\types\pa_vmath.h
                    379: # End Source File
                    380: # Begin Source File
                    381: 
1.89      paf       382: SOURCE=..\types\pa_vmethod_frame.h
1.6       paf       383: # End Source File
                    384: # Begin Source File
                    385: 
1.45      paf       386: SOURCE=..\types\pa_vobject.h
1.51      paf       387: # End Source File
                    388: # Begin Source File
                    389: 
1.57      paf       390: SOURCE=..\types\pa_vrequest.C
                    391: # End Source File
                    392: # Begin Source File
                    393: 
1.56      paf       394: SOURCE=..\types\pa_vrequest.h
                    395: # End Source File
                    396: # Begin Source File
                    397: 
1.58      paf       398: SOURCE=..\types\pa_vresponse.h
                    399: # End Source File
                    400: # Begin Source File
                    401: 
1.51      paf       402: SOURCE=..\types\pa_vstateless_class.C
                    403: # End Source File
                    404: # Begin Source File
                    405: 
                    406: SOURCE=..\types\pa_vstateless_class.h
1.1       paf       407: # End Source File
1.4       paf       408: # Begin Source File
                    409: 
1.48      paf       410: SOURCE=..\types\pa_vstateless_object.h
1.47      paf       411: # End Source File
                    412: # Begin Source File
                    413: 
1.72      paf       414: SOURCE=..\types\pa_vstring.C
                    415: # End Source File
                    416: # Begin Source File
                    417: 
1.45      paf       418: SOURCE=..\types\pa_vstring.h
1.12      paf       419: # End Source File
                    420: # Begin Source File
                    421: 
1.106     parser    422: SOURCE=..\types\pa_vtable.C
                    423: # End Source File
                    424: # Begin Source File
                    425: 
1.49      paf       426: SOURCE=..\types\pa_vtable.h
                    427: # End Source File
                    428: # Begin Source File
                    429: 
1.102     parser    430: SOURCE=..\types\pa_vvoid.h
                    431: # End Source File
                    432: # Begin Source File
                    433: 
1.45      paf       434: SOURCE=..\types\pa_wcontext.C
1.17      paf       435: # End Source File
                    436: # Begin Source File
                    437: 
1.45      paf       438: SOURCE=..\types\pa_wcontext.h
1.35      paf       439: # End Source File
                    440: # Begin Source File
                    441: 
1.45      paf       442: SOURCE=..\types\pa_wwrapper.h
1.28      paf       443: # End Source File
1.44      paf       444: # End Group
1.45      paf       445: # Begin Group "classes"
1.44      paf       446: 
                    447: # PROP Default_Filter ""
1.28      paf       448: # Begin Source File
                    449: 
1.95      paf       450: SOURCE=..\classes\classes.awk
                    451: 
                    452: !IF  "$(CFG)" == "main - Win32 Release"
                    453: 
1.99      parser    454: # Begin Custom Build - Scanning classes/, creating classes.inc...
1.95      paf       455: InputPath=..\classes\classes.awk
                    456: 
                    457: "..\classes\classes.inc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
                    458:        cd ..\classes 
                    459:        classes 
                    460:        
                    461: # End Custom Build
                    462: 
                    463: !ELSEIF  "$(CFG)" == "main - Win32 Debug"
                    464: 
1.99      parser    465: # Begin Custom Build - Scanning classes/, creating classes.inc...
1.95      paf       466: InputPath=..\classes\classes.awk
                    467: 
                    468: "..\classes\classes.inc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
                    469:        cd ..\classes 
                    470:        classes 
                    471:        
                    472: # End Custom Build
                    473: 
                    474: !ENDIF 
                    475: 
1.96      paf       476: # End Source File
                    477: # Begin Source File
                    478: 
                    479: SOURCE=..\classes\classes.C
                    480: # End Source File
                    481: # Begin Source File
                    482: 
                    483: SOURCE=..\classes\classes.h
1.105     parser    484: # End Source File
                    485: # Begin Source File
                    486: 
                    487: SOURCE=..\classes\date.C
1.91      paf       488: # End Source File
                    489: # Begin Source File
                    490: 
1.45      paf       491: SOURCE=..\classes\double.C
1.60      paf       492: # End Source File
                    493: # Begin Source File
                    494: 
                    495: SOURCE=..\classes\file.C
1.52      paf       496: # End Source File
                    497: # Begin Source File
                    498: 
                    499: SOURCE=..\classes\form.C
1.86      paf       500: # End Source File
                    501: # Begin Source File
                    502: 
1.98      paf       503: SOURCE=..\classes\hash.C
                    504: # End Source File
                    505: # Begin Source File
                    506: 
1.86      paf       507: SOURCE=..\classes\image.C
1.42      paf       508: # End Source File
                    509: # Begin Source File
                    510: 
1.45      paf       511: SOURCE=..\classes\int.C
1.79      paf       512: # End Source File
                    513: # Begin Source File
                    514: 
                    515: SOURCE=..\classes\mail.C
1.71      paf       516: # End Source File
                    517: # Begin Source File
                    518: 
1.103     parser    519: SOURCE=..\classes\math.C
1.58      paf       520: # End Source File
                    521: # Begin Source File
                    522: 
1.103     parser    523: SOURCE=..\classes\op.C
1.40      paf       524: # End Source File
                    525: # Begin Source File
                    526: 
1.77      paf       527: SOURCE=..\classes\response.C
1.41      paf       528: # End Source File
                    529: # Begin Source File
                    530: 
1.45      paf       531: SOURCE=..\classes\string.C
1.49      paf       532: # End Source File
                    533: # Begin Source File
                    534: 
                    535: SOURCE=..\classes\table.C
1.102     parser    536: # End Source File
                    537: # Begin Source File
                    538: 
                    539: SOURCE=..\classes\void.C
1.76      paf       540: # End Source File
                    541: # End Group
                    542: # Begin Group "sql"
                    543: 
                    544: # PROP Default_Filter ""
                    545: # Begin Source File
                    546: 
                    547: SOURCE=..\sql\pa_sql_driver.h
1.36      paf       548: # End Source File
                    549: # End Group
1.1       paf       550: # End Target
                    551: # End Project

E-mail: