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

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
1.108     parser     26: # PROP Scc_ProjName "main"
                     27: # PROP Scc_LocalPath ".."
1.1       paf        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.121     parser     44: # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\libltdl" /I "..\classes\gd" /I "..\include" /I "..\types" /I "..\classes" /I "..\pcre" /I "..\sql" /I "\parser3project\win32xml\xml-xerces\c\src" /I "\parser3project\win32xml\xml-xalan\c\src" /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.121     parser     67: # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "\parser3project\win32xml\xml-xerces\c\src" /I "\parser3project\win32xml\xml-xalan\c\src" /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.1       paf        68: # ADD BASE RSC /l 0x419 /d "_DEBUG"
                     69: # ADD RSC /l 0x419 /d "_DEBUG"
                     70: BSC32=bscmake.exe
                     71: # ADD BASE BSC32 /nologo
                     72: # ADD BSC32 /nologo
                     73: LIB32=link.exe -lib
                     74: # ADD BASE LIB32 /nologo
                     75: # ADD LIB32 /nologo
                     76: 
                     77: !ENDIF 
                     78: 
                     79: # Begin Target
                     80: 
                     81: # Name "main - Win32 Release"
                     82: # Name "main - Win32 Debug"
1.45      paf        83: # Begin Group "include"
                     84: 
1.124   ! parser     85: # PROP Default_Filter ""
1.45      paf        86: # Begin Source File
                     87: 
1.54      paf        88: SOURCE=..\include\pa_array.h
1.45      paf        89: # End Source File
                     90: # Begin Source File
                     91: 
1.54      paf        92: SOURCE=..\include\pa_common.h
1.45      paf        93: # End Source File
                     94: # Begin Source File
                     95: 
1.68      paf        96: SOURCE=..\include\pa_config_fixed.h
                     97: # End Source File
                     98: # Begin Source File
                     99: 
                    100: SOURCE=..\include\pa_config_includes.h
                    101: # End Source File
                    102: # Begin Source File
                    103: 
1.107     parser    104: SOURCE=..\include\pa_dictionary.h
                    105: # End Source File
                    106: # Begin Source File
                    107: 
1.78      paf       108: SOURCE=..\include\pa_dir.h
                    109: # End Source File
                    110: # Begin Source File
                    111: 
1.54      paf       112: SOURCE=..\include\pa_exception.h
1.45      paf       113: # End Source File
                    114: # Begin Source File
                    115: 
1.85      paf       116: SOURCE=..\include\pa_exec.h
                    117: # End Source File
                    118: # Begin Source File
                    119: 
1.54      paf       120: SOURCE=..\include\pa_globals.h
1.45      paf       121: # End Source File
                    122: # Begin Source File
                    123: 
                    124: SOURCE=..\include\pa_hash.h
1.97      paf       125: # End Source File
                    126: # Begin Source File
                    127: 
                    128: SOURCE=..\include\pa_opcode.h
1.45      paf       129: # End Source File
                    130: # Begin Source File
                    131: 
                    132: SOURCE=..\include\pa_pool.h
                    133: # End Source File
                    134: # Begin Source File
                    135: 
                    136: SOURCE=..\include\pa_request.h
                    137: # End Source File
                    138: # Begin Source File
                    139: 
1.67      paf       140: SOURCE=..\include\pa_sapi.h
                    141: # End Source File
                    142: # Begin Source File
                    143: 
1.81      paf       144: SOURCE=..\include\pa_socks.h
                    145: # End Source File
                    146: # Begin Source File
                    147: 
1.75      paf       148: SOURCE=..\include\pa_sql_connection.h
                    149: # End Source File
                    150: # Begin Source File
                    151: 
1.74      paf       152: SOURCE=..\include\pa_sql_driver_manager.h
                    153: # End Source File
                    154: # Begin Source File
                    155: 
1.45      paf       156: SOURCE=..\include\pa_stack.h
                    157: # End Source File
                    158: # Begin Source File
                    159: 
                    160: SOURCE=..\include\pa_string.h
                    161: # End Source File
                    162: # Begin Source File
                    163: 
1.113     parser    164: SOURCE=..\include\pa_stylesheet_connection.h
                    165: # End Source File
                    166: # Begin Source File
                    167: 
1.45      paf       168: SOURCE=..\include\pa_table.h
                    169: # End Source File
                    170: # Begin Source File
                    171: 
                    172: SOURCE=..\include\pa_threads.h
                    173: # End Source File
                    174: # Begin Source File
                    175: 
                    176: SOURCE=..\include\pa_types.h
                    177: # End Source File
1.113     parser    178: # Begin Source File
                    179: 
                    180: SOURCE=..\include\pa_xslt_stylesheet_manager.h
                    181: # End Source File
1.45      paf       182: # End Group
1.124   ! parser    183: # Begin Group "Source Files"
1.1       paf       184: 
1.10      paf       185: # PROP Default_Filter "C;cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
1.1       paf       186: # Begin Source File
                    187: 
1.14      paf       188: SOURCE=.\compile.C
                    189: # End Source File
                    190: # Begin Source File
                    191: 
1.16      paf       192: SOURCE=.\compile.tab.C
1.14      paf       193: # End Source File
                    194: # Begin Source File
                    195: 
                    196: SOURCE=.\compile.y
                    197: 
                    198: !IF  "$(CFG)" == "main - Win32 Release"
                    199: 
1.95      paf       200: # Begin Custom Build - Compiling grammar...
                    201: InputDir=.
1.45      paf       202: InputPath=.\compile.y
                    203: InputName=compile
                    204: 
                    205: "compile.tab.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1.95      paf       206:        cd $(InputDir) 
1.120     parser    207:        ..\..\..\win32tools\bison -v $(InputName).y -o compile.tab.C 
1.45      paf       208:        
                    209: # End Custom Build
                    210: 
1.14      paf       211: !ELSEIF  "$(CFG)" == "main - Win32 Debug"
                    212: 
1.95      paf       213: # Begin Custom Build - Compiling grammar...
                    214: InputDir=.
1.14      paf       215: InputPath=.\compile.y
                    216: InputName=compile
                    217: 
1.16      paf       218: "compile.tab.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1.95      paf       219:        cd $(InputDir) 
1.120     parser    220:        ..\..\..\win32tools\bison -v $(InputName).y -o compile.tab.C 
1.14      paf       221:        
                    222: # End Custom Build
                    223: 
                    224: !ENDIF 
                    225: 
                    226: # End Source File
                    227: # Begin Source File
                    228: 
                    229: SOURCE=.\compile_tools.C
                    230: # End Source File
                    231: # Begin Source File
                    232: 
                    233: SOURCE=.\execute.C
                    234: # End Source File
                    235: # Begin Source File
                    236: 
1.5       paf       237: SOURCE=.\pa_array.C
                    238: # End Source File
                    239: # Begin Source File
                    240: 
1.9       paf       241: SOURCE=.\pa_common.C
1.107     parser    242: # End Source File
                    243: # Begin Source File
                    244: 
                    245: SOURCE=.\pa_dictionary.C
1.78      paf       246: # End Source File
                    247: # Begin Source File
                    248: 
                    249: SOURCE=.\pa_dir.C
1.9       paf       250: # End Source File
                    251: # Begin Source File
                    252: 
1.10      paf       253: SOURCE=.\pa_exception.C
1.9       paf       254: # End Source File
                    255: # Begin Source File
                    256: 
1.85      paf       257: SOURCE=.\pa_exec.C
1.84      paf       258: # End Source File
                    259: # Begin Source File
                    260: 
1.54      paf       261: SOURCE=.\pa_globals.C
1.116     parser    262: 
                    263: !IF  "$(CFG)" == "main - Win32 Release"
                    264: 
                    265: !ELSEIF  "$(CFG)" == "main - Win32 Debug"
                    266: 
                    267: # ADD CPP /GX
                    268: 
                    269: !ENDIF 
                    270: 
1.54      paf       271: # End Source File
                    272: # Begin Source File
                    273: 
1.3       paf       274: SOURCE=.\pa_hash.C
1.13      paf       275: # End Source File
                    276: # Begin Source File
                    277: 
                    278: SOURCE=.\pa_pool.C
1.3       paf       279: # End Source File
                    280: # Begin Source File
                    281: 
1.43      paf       282: SOURCE=.\pa_request.C
1.81      paf       283: # End Source File
                    284: # Begin Source File
                    285: 
                    286: SOURCE=.\pa_socks.C
1.74      paf       287: # End Source File
                    288: # Begin Source File
                    289: 
                    290: SOURCE=.\pa_sql_driver_manager.C
1.43      paf       291: # End Source File
                    292: # Begin Source File
                    293: 
1.1       paf       294: SOURCE=.\pa_string.C
                    295: # End Source File
1.6       paf       296: # Begin Source File
                    297: 
1.7       paf       298: SOURCE=.\pa_table.C
1.6       paf       299: # End Source File
1.46      paf       300: # Begin Source File
                    301: 
1.113     parser    302: SOURCE=.\pa_xslt_stylesheet_manager.C
                    303: 
                    304: !IF  "$(CFG)" == "main - Win32 Release"
                    305: 
                    306: !ELSEIF  "$(CFG)" == "main - Win32 Debug"
                    307: 
                    308: # ADD CPP /GX
                    309: 
                    310: !ENDIF 
                    311: 
                    312: # End Source File
                    313: # Begin Source File
                    314: 
1.46      paf       315: SOURCE=.\untaint.C
                    316: # End Source File
1.1       paf       317: # End Group
1.124   ! parser    318: # Begin Group "sql"
1.1       paf       319: 
1.45      paf       320: # PROP Default_Filter ""
1.14      paf       321: # Begin Source File
                    322: 
1.124   ! parser    323: SOURCE=..\sql\pa_sql_driver.h
1.64      paf       324: # End Source File
1.124   ! parser    325: # End Group
        !           326: # Begin Group "Header Files"
1.64      paf       327: 
1.124   ! parser    328: # PROP Default_Filter "h;hpp;hxx;hm;inl"
1.43      paf       329: # Begin Source File
                    330: 
1.124   ! parser    331: SOURCE=.\compile_tools.h
1.28      paf       332: # End Source File
1.44      paf       333: # End Group
1.124   ! parser    334: # Begin Group "ident"
1.44      paf       335: 
                    336: # PROP Default_Filter ""
1.28      paf       337: # Begin Source File
                    338: 
1.124   ! parser    339: SOURCE=..\ident.awk
1.95      paf       340: 
                    341: !IF  "$(CFG)" == "main - Win32 Release"
                    342: 
1.124   ! parser    343: USERDEP__IDENT="*.C"   
        !           344: # Begin Custom Build - Collecting $Id: ... $, creating ident.C...
        !           345: InputPath=..\ident.awk
        !           346: 
        !           347: "ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
        !           348:        SET tools=\parser3project\win32tools 
        !           349:        DEL ident.C 
        !           350:        ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new 
        !           351:        %tools%\cat *.h *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=main >> ident.C.new 
        !           352:        %tools%\touch 0101000001 ident.C.new 
        !           353:        REN ident.C.new ident.C 
1.95      paf       354:        
                    355: # End Custom Build
                    356: 
                    357: !ELSEIF  "$(CFG)" == "main - Win32 Debug"
                    358: 
1.124   ! parser    359: # Begin Custom Build - Collecting $Id: ... $, creating ident.C...
        !           360: InputPath=..\ident.awk
1.95      paf       361: 
1.124   ! parser    362: "ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
        !           363:        SET tools=\parser3project\win32tools 
        !           364:        DEL ident.C 
        !           365:        ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new 
        !           366:        %tools%\cat *.h *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=main >> ident.C.new 
        !           367:        %tools%\touch 0101000001 ident.C.new 
        !           368:        REN ident.C.new ident.C 
1.95      paf       369:        
                    370: # End Custom Build
                    371: 
                    372: !ENDIF 
                    373: 
1.96      paf       374: # End Source File
                    375: # Begin Source File
                    376: 
1.124   ! parser    377: SOURCE=.\ident.C
1.36      paf       378: # End Source File
1.119     parser    379: # End Group
1.1       paf       380: # End Target
                    381: # End Project

E-mail: