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

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.149   ! paf        44: # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\libltdl" /I "..\classes\gd" /I "..\include" /I "..\types" /I "..\classes" /I "..\pcre" /I "..\sql" /I "\parser3project\win32xml\glib\include" /I "\parser3project\win32xml\glib\include\glib" /I "\parser3project\win32xml\gdome2-x.x.x\libgdome" /I "\parser3project\win32xml\libxml2-x.x.x\include" /I "\parser3project\win32xml\libxslt-x.x.x" /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.149   ! paf        67: # ADD CPP /nologo /MDd /W3 /Gm /Gi /GX /Zi /Od /I "..\libltdl" /I "..\classes\gd" /I "..\include" /I "..\types" /I "..\classes" /I "..\pcre" /I "..\sql" /I "\parser3project\win32xml\glib\include" /I "\parser3project\win32xml\glib\include\glib" /I "\parser3project\win32xml\gdome2-x.x.x\libgdome" /I "\parser3project\win32xml\libxml2-x.x.x\include" /I "\parser3project\win32xml\libxslt-x.x.x" /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.135     parser     83: # Begin Group "ident"
                     84: 
                     85: # PROP Default_Filter ""
                     86: # Begin Source File
                     87: 
                     88: SOURCE=..\ident.awk
                     89: 
                     90: !IF  "$(CFG)" == "main - Win32 Release"
                     91: 
                     92: # Begin Custom Build - Up-to-dating ident.C...
                     93: InputPath=..\ident.awk
                     94: 
                     95: BuildCmds= \
                     96:        SET tools=\parser3project\win32tools \
                     97:        ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new \
                     98:        REN ident.C ident.C.old  >nul 2>&1 \
                     99:        %tools%\cat *.h *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=main >> ident.C.new \
                    100:        REN ident.C.old ident.C  >nul 2>&1 \
                    101:        %tools%\diff ident.C ident.C.new >nul 2>&1 \
                    102:        IF ERRORLEVEL 1 COPY ident.C.new ident.C >nul 2>&1 \
                    103:        %tools%\touch 0101000001 ident.C.new \
                    104:        
                    105: 
                    106: "ident.C.new" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
                    107:    $(BuildCmds)
                    108: 
                    109: "ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
                    110:    $(BuildCmds)
                    111: # End Custom Build
                    112: 
                    113: !ELSEIF  "$(CFG)" == "main - Win32 Debug"
                    114: 
                    115: # Begin Custom Build - Up-to-dating ident.C...
                    116: InputPath=..\ident.awk
                    117: 
                    118: BuildCmds= \
                    119:        SET tools=\parser3project\win32tools \
                    120:        ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new \
                    121:        REN ident.C ident.C.old  >nul 2>&1 \
                    122:        %tools%\cat *.h *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=main >> ident.C.new \
                    123:        REN ident.C.old ident.C  >nul 2>&1 \
                    124:        %tools%\diff ident.C ident.C.new >nul 2>&1 \
                    125:        IF ERRORLEVEL 1 COPY ident.C.new ident.C >nul 2>&1 \
                    126:        %tools%\touch 0101000001 ident.C.new \
                    127:        
                    128: 
                    129: "ident.C.new" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
                    130:    $(BuildCmds)
                    131: 
                    132: "ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
                    133:    $(BuildCmds)
                    134: # End Custom Build
                    135: 
                    136: !ENDIF 
                    137: 
                    138: # End Source File
                    139: # Begin Source File
                    140: 
                    141: SOURCE=.\ident.C
                    142: # End Source File
                    143: # Begin Source File
                    144: 
                    145: SOURCE=.\ident.C.new
                    146: # End Source File
                    147: # End Group
                    148: # Begin Group "sql"
1.45      paf       149: 
1.135     parser    150: # PROP Default_Filter ""
                    151: # Begin Source File
                    152: 
                    153: SOURCE=..\sql\pa_sql_driver.h
                    154: # End Source File
                    155: # End Group
1.45      paf       156: # Begin Source File
                    157: 
1.134     parser    158: SOURCE=.\compile.C
1.45      paf       159: # End Source File
                    160: # Begin Source File
                    161: 
1.134     parser    162: SOURCE=.\compile.tab.C
1.127     parser    163: # End Source File
                    164: # Begin Source File
                    165: 
1.134     parser    166: SOURCE=.\compile.y
                    167: 
                    168: !IF  "$(CFG)" == "main - Win32 Release"
                    169: 
                    170: # Begin Custom Build - Compiling grammar...
                    171: InputDir=.
                    172: InputPath=.\compile.y
                    173: InputName=compile
                    174: 
                    175: "compile.tab.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
                    176:        cd $(InputDir) 
1.147     paf       177:        set BISON_SIMPLE=..\..\..\win32tools\usr\share\bison.simple 
1.134     parser    178:        ..\..\..\win32tools\bison -v $(InputName).y -o compile.tab.C 
                    179:        
                    180: # End Custom Build
                    181: 
                    182: !ELSEIF  "$(CFG)" == "main - Win32 Debug"
                    183: 
                    184: # Begin Custom Build - Compiling grammar...
                    185: InputDir=.
                    186: InputPath=.\compile.y
                    187: InputName=compile
                    188: 
                    189: "compile.tab.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
                    190:        cd $(InputDir) 
1.147     paf       191:        set BISON_SIMPLE=..\..\..\win32tools\usr\share\bison.simple 
1.134     parser    192:        ..\..\..\win32tools\bison -v $(InputName).y -o compile.tab.C 
                    193:        
                    194: # End Custom Build
1.127     parser    195: 
1.134     parser    196: !ENDIF 
1.45      paf       197: 
1.68      paf       198: # End Source File
                    199: # Begin Source File
                    200: 
1.134     parser    201: SOURCE=.\compile_tools.C
1.68      paf       202: # End Source File
                    203: # Begin Source File
                    204: 
1.135     parser    205: SOURCE=.\compile_tools.h
                    206: # End Source File
                    207: # Begin Source File
                    208: 
1.134     parser    209: SOURCE=.\execute.C
1.140     paf       210: 
                    211: !IF  "$(CFG)" == "main - Win32 Release"
                    212: 
                    213: !ELSEIF  "$(CFG)" == "main - Win32 Debug"
                    214: 
                    215: # ADD CPP /Od
                    216: 
                    217: !ENDIF 
                    218: 
1.143     paf       219: # End Source File
                    220: # Begin Source File
                    221: 
                    222: SOURCE=..\..\..\win32xml\glib\include\glib\glib.h
1.107     parser    223: # End Source File
                    224: # Begin Source File
                    225: 
1.134     parser    226: SOURCE=.\pa_array.C
1.78      paf       227: # End Source File
                    228: # Begin Source File
                    229: 
1.135     parser    230: SOURCE=..\include\pa_array.h
1.45      paf       231: # End Source File
                    232: # Begin Source File
                    233: 
1.139     paf       234: SOURCE=.\pa_cache_managers.C
                    235: # End Source File
                    236: # Begin Source File
                    237: 
                    238: SOURCE=..\include\pa_cache_managers.h
                    239: # End Source File
                    240: # Begin Source File
                    241: 
1.142     paf       242: SOURCE=.\pa_charset.C
1.85      paf       243: # End Source File
                    244: # Begin Source File
                    245: 
1.142     paf       246: SOURCE=..\include\pa_charset.h
1.45      paf       247: # End Source File
                    248: # Begin Source File
                    249: 
1.142     paf       250: SOURCE=.\pa_charsets.C
1.97      paf       251: # End Source File
                    252: # Begin Source File
                    253: 
1.142     paf       254: SOURCE=..\include\pa_charsets.h
1.45      paf       255: # End Source File
                    256: # Begin Source File
                    257: 
1.135     parser    258: SOURCE=.\pa_common.C
1.45      paf       259: # End Source File
                    260: # Begin Source File
                    261: 
1.135     parser    262: SOURCE=..\include\pa_common.h
1.45      paf       263: # End Source File
                    264: # Begin Source File
                    265: 
1.135     parser    266: SOURCE=..\include\pa_config_fixed.h
1.45      paf       267: # End Source File
                    268: # Begin Source File
                    269: 
1.135     parser    270: SOURCE=..\include\pa_config_includes.h
1.113     parser    271: # End Source File
                    272: # Begin Source File
                    273: 
1.135     parser    274: SOURCE=.\pa_dictionary.C
1.14      paf       275: # End Source File
                    276: # Begin Source File
                    277: 
1.135     parser    278: SOURCE=..\include\pa_dictionary.h
1.14      paf       279: # End Source File
                    280: # Begin Source File
                    281: 
1.135     parser    282: SOURCE=.\pa_dir.C
1.14      paf       283: # End Source File
                    284: # Begin Source File
                    285: 
1.135     parser    286: SOURCE=..\include\pa_dir.h
1.14      paf       287: # End Source File
                    288: # Begin Source File
                    289: 
1.135     parser    290: SOURCE=.\pa_exception.C
1.14      paf       291: # End Source File
                    292: # Begin Source File
                    293: 
1.135     parser    294: SOURCE=..\include\pa_exception.h
1.127     parser    295: # End Source File
                    296: # Begin Source File
                    297: 
1.135     parser    298: SOURCE=.\pa_exec.C
1.5       paf       299: # End Source File
                    300: # Begin Source File
                    301: 
1.135     parser    302: SOURCE=..\include\pa_exec.h
1.128     parser    303: # End Source File
                    304: # Begin Source File
                    305: 
1.135     parser    306: SOURCE=.\pa_globals.C
                    307: 
                    308: !IF  "$(CFG)" == "main - Win32 Release"
                    309: 
                    310: !ELSEIF  "$(CFG)" == "main - Win32 Debug"
                    311: 
                    312: # ADD CPP /GX
                    313: 
                    314: !ENDIF 
1.107     parser    315: 
1.78      paf       316: # End Source File
                    317: # Begin Source File
                    318: 
1.135     parser    319: SOURCE=..\include\pa_globals.h
1.9       paf       320: # End Source File
                    321: # Begin Source File
                    322: 
1.135     parser    323: SOURCE=.\pa_hash.C
1.9       paf       324: # End Source File
                    325: # Begin Source File
                    326: 
1.135     parser    327: SOURCE=..\include\pa_hash.h
1.84      paf       328: # End Source File
                    329: # Begin Source File
                    330: 
1.135     parser    331: SOURCE=..\include\pa_opcode.h
1.134     parser    332: # End Source File
                    333: # Begin Source File
1.116     parser    334: 
1.135     parser    335: SOURCE=.\pa_pool.C
1.134     parser    336: # End Source File
                    337: # Begin Source File
1.116     parser    338: 
1.135     parser    339: SOURCE=..\include\pa_pool.h
1.134     parser    340: # End Source File
                    341: # Begin Source File
1.116     parser    342: 
1.135     parser    343: SOURCE=.\pa_request.C
1.134     parser    344: # End Source File
                    345: # Begin Source File
1.116     parser    346: 
1.135     parser    347: SOURCE=..\include\pa_request.h
1.134     parser    348: # End Source File
                    349: # Begin Source File
1.116     parser    350: 
1.135     parser    351: SOURCE=..\include\pa_sapi.h
1.54      paf       352: # End Source File
                    353: # Begin Source File
                    354: 
1.135     parser    355: SOURCE=.\pa_socks.C
1.13      paf       356: # End Source File
                    357: # Begin Source File
                    358: 
1.135     parser    359: SOURCE=..\include\pa_socks.h
1.3       paf       360: # End Source File
                    361: # Begin Source File
                    362: 
1.135     parser    363: SOURCE=..\include\pa_sql_connection.h
1.81      paf       364: # End Source File
                    365: # Begin Source File
                    366: 
1.135     parser    367: SOURCE=.\pa_sql_driver_manager.C
1.74      paf       368: # End Source File
                    369: # Begin Source File
                    370: 
1.135     parser    371: SOURCE=..\include\pa_sql_driver_manager.h
1.43      paf       372: # End Source File
                    373: # Begin Source File
                    374: 
1.135     parser    375: SOURCE=..\include\pa_stack.h
1.138     paf       376: # End Source File
                    377: # Begin Source File
                    378: 
1.135     parser    379: SOURCE=.\pa_string.C
1.6       paf       380: # End Source File
1.46      paf       381: # Begin Source File
                    382: 
1.134     parser    383: SOURCE=..\include\pa_string.h
                    384: # End Source File
                    385: # Begin Source File
1.113     parser    386: 
1.134     parser    387: SOURCE=..\include\pa_stylesheet_connection.h
                    388: # End Source File
                    389: # Begin Source File
1.113     parser    390: 
1.135     parser    391: SOURCE=.\pa_stylesheet_manager.C
1.113     parser    392: # End Source File
                    393: # Begin Source File
                    394: 
1.135     parser    395: SOURCE=..\include\pa_stylesheet_manager.h
1.46      paf       396: # End Source File
1.14      paf       397: # Begin Source File
                    398: 
1.135     parser    399: SOURCE=.\pa_table.C
1.64      paf       400: # End Source File
1.43      paf       401: # Begin Source File
                    402: 
1.135     parser    403: SOURCE=..\include\pa_table.h
1.28      paf       404: # End Source File
                    405: # Begin Source File
                    406: 
1.135     parser    407: SOURCE=..\include\pa_threads.h
1.141     paf       408: # End Source File
                    409: # Begin Source File
                    410: 
1.135     parser    411: SOURCE=..\include\pa_types.h
1.126     parser    412: # End Source File
                    413: # Begin Source File
                    414: 
1.135     parser    415: SOURCE=.\untaint.C
1.36      paf       416: # End Source File
1.1       paf       417: # End Target
                    418: # End Project

E-mail: