Diff for /parser3/src/main/Attic/main.dsp between versions 1.143 and 1.150

version 1.143, 2001/12/27 19:57:08 version 1.150, 2002/04/24 09:53:03
Line 4 Line 4
   
 # TARGTYPE "Win32 (x86) Static Library" 0x0104  # TARGTYPE "Win32 (x86) Static Library" 0x0104
   
 CFG=main - Win32 Debug  CFG=main - Win32 Profile
 !MESSAGE This is not a valid makefile. To build this project using NMAKE,  !MESSAGE This is not a valid makefile. To build this project using NMAKE,
 !MESSAGE use the Export Makefile command and run  !MESSAGE use the Export Makefile command and run
 !MESSAGE   !MESSAGE 
Line 13  CFG=main - Win32 Debug Line 13  CFG=main - Win32 Debug
 !MESSAGE You can specify a configuration when running NMAKE  !MESSAGE You can specify a configuration when running NMAKE
 !MESSAGE by defining the macro CFG on the command line. For example:  !MESSAGE by defining the macro CFG on the command line. For example:
 !MESSAGE   !MESSAGE 
 !MESSAGE NMAKE /f "main.mak" CFG="main - Win32 Debug"  !MESSAGE NMAKE /f "main.mak" CFG="main - Win32 Profile"
 !MESSAGE   !MESSAGE 
 !MESSAGE Possible choices for configuration are:  !MESSAGE Possible choices for configuration are:
 !MESSAGE   !MESSAGE 
 !MESSAGE "main - Win32 Release" (based on "Win32 (x86) Static Library")  !MESSAGE "main - Win32 Release" (based on "Win32 (x86) Static Library")
 !MESSAGE "main - Win32 Debug" (based on "Win32 (x86) Static Library")  !MESSAGE "main - Win32 Debug" (based on "Win32 (x86) Static Library")
   !MESSAGE "main - Win32 Profile" (based on "Win32 (x86) Static Library")
 !MESSAGE   !MESSAGE 
   
 # Begin Project  # Begin Project
Line 41  RSC=rc.exe Line 42  RSC=rc.exe
 # PROP Intermediate_Dir "Release"  # PROP Intermediate_Dir "Release"
 # PROP Target_Dir ""  # PROP Target_Dir ""
 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c  # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
 # 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\win32db\include" /I "\parser3project\win32xml\glib\include" /I "\parser3project\win32xml\glib\include\glib" /I "\parser3project\win32xml\gdome2-0.7.0\libgdome" /I "\parser3project\win32xml\libxml2-2.4.12\include" /I "\parser3project\win32xml\libxslt-1.0.9" /D "NDEBUG" /D "_LIB" /D "WIN32" /FD /TP /c  # 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
 # ADD BASE RSC /l 0x419 /d "NDEBUG"  # ADD BASE RSC /l 0x419 /d "NDEBUG"
 # ADD RSC /l 0x419 /d "NDEBUG"  # ADD RSC /l 0x419 /d "NDEBUG"
 BSC32=bscmake.exe  BSC32=bscmake.exe
Line 64  LIB32=link.exe -lib Line 65  LIB32=link.exe -lib
 # PROP Intermediate_Dir "Debug"  # PROP Intermediate_Dir "Debug"
 # PROP Target_Dir ""  # PROP Target_Dir ""
 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c  # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
 # 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\win32db\include" /I "\parser3project\win32xml\glib\include" /I "\parser3project\win32xml\glib\include\glib" /I "\parser3project\win32xml\gdome2-0.7.0\libgdome" /I "\parser3project\win32xml\libxml2-2.4.12\include" /I "\parser3project\win32xml\libxslt-1.0.9" /D "_DEBUG" /D "_LIB" /D "WIN32" /FD /TP /GZ /c  # ADD CPP /nologo /MDd /W3 /Gm /Gi /GR- /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
   # ADD BASE RSC /l 0x419 /d "_DEBUG"
   # ADD RSC /l 0x419 /d "_DEBUG"
   BSC32=bscmake.exe
   # ADD BASE BSC32 /nologo
   # ADD BSC32 /nologo
   LIB32=link.exe -lib
   # ADD BASE LIB32 /nologo
   # ADD LIB32 /nologo
   
   !ELSEIF  "$(CFG)" == "main - Win32 Profile"
   
   # PROP BASE Use_MFC 0
   # PROP BASE Use_Debug_Libraries 1
   # PROP BASE Output_Dir "main___Win32_Profile"
   # PROP BASE Intermediate_Dir "main___Win32_Profile"
   # PROP BASE Target_Dir ""
   # PROP Use_MFC 0
   # PROP Use_Debug_Libraries 1
   # PROP Output_Dir "Profile"
   # PROP Intermediate_Dir "Profile"
   # PROP Target_Dir ""
   # ADD BASE 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
   # 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
 # ADD BASE RSC /l 0x419 /d "_DEBUG"  # ADD BASE RSC /l 0x419 /d "_DEBUG"
 # ADD RSC /l 0x419 /d "_DEBUG"  # ADD RSC /l 0x419 /d "_DEBUG"
 BSC32=bscmake.exe  BSC32=bscmake.exe
Line 80  LIB32=link.exe -lib Line 104  LIB32=link.exe -lib
   
 # Name "main - Win32 Release"  # Name "main - Win32 Release"
 # Name "main - Win32 Debug"  # Name "main - Win32 Debug"
   # Name "main - Win32 Profile"
 # Begin Group "ident"  # Begin Group "ident"
   
 # PROP Default_Filter ""  # PROP Default_Filter ""
Line 133  BuildCmds= \ Line 158  BuildCmds= \
    $(BuildCmds)     $(BuildCmds)
 # End Custom Build  # End Custom Build
   
   !ELSEIF  "$(CFG)" == "main - Win32 Profile"
   
   # PROP Exclude_From_Build 1
   
 !ENDIF   !ENDIF 
   
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
   
 SOURCE=.\ident.C  SOURCE=.\ident.C
   
   !IF  "$(CFG)" == "main - Win32 Release"
   
   !ELSEIF  "$(CFG)" == "main - Win32 Debug"
   
   !ELSEIF  "$(CFG)" == "main - Win32 Profile"
   
   # PROP Exclude_From_Build 1
   
   !ENDIF 
   
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
   
 SOURCE=.\ident.C.new  SOURCE=.\ident.C.new
   
   !IF  "$(CFG)" == "main - Win32 Release"
   
   !ELSEIF  "$(CFG)" == "main - Win32 Debug"
   
   !ELSEIF  "$(CFG)" == "main - Win32 Profile"
   
   # PROP Exclude_From_Build 1
   
   !ENDIF 
   
 # End Source File  # End Source File
 # End Group  # End Group
 # Begin Group "sql"  # Begin Group "sql"
Line 174  InputName=compile Line 225  InputName=compile
   
 "compile.tab.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "compile.tab.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
         cd $(InputDir)           cd $(InputDir) 
           set BISON_SIMPLE=..\..\..\win32tools\usr\share\bison.simple 
         ..\..\..\win32tools\bison -v $(InputName).y -o compile.tab.C           ..\..\..\win32tools\bison -v $(InputName).y -o compile.tab.C 
                   
 # End Custom Build  # End Custom Build
Line 187  InputName=compile Line 239  InputName=compile
   
 "compile.tab.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "compile.tab.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
         cd $(InputDir)           cd $(InputDir) 
           set BISON_SIMPLE=..\..\..\win32tools\usr\share\bison.simple 
           ..\..\..\win32tools\bison -v $(InputName).y -o compile.tab.C 
           
   # End Custom Build
   
   !ELSEIF  "$(CFG)" == "main - Win32 Profile"
   
   # Begin Custom Build - Compiling grammar...
   InputDir=.
   InputPath=.\compile.y
   InputName=compile
   
   "compile.tab.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
           cd $(InputDir) 
           set BISON_SIMPLE=..\..\..\win32tools\usr\share\bison.simple 
         ..\..\..\win32tools\bison -v $(InputName).y -o compile.tab.C           ..\..\..\win32tools\bison -v $(InputName).y -o compile.tab.C 
                   
 # End Custom Build  # End Custom Build
Line 212  SOURCE=.\execute.C Line 279  SOURCE=.\execute.C
   
 # ADD CPP /Od  # ADD CPP /Od
   
   !ELSEIF  "$(CFG)" == "main - Win32 Profile"
   
   # ADD BASE CPP /Od
   # ADD CPP /Od
   
 !ENDIF   !ENDIF 
   
 # End Source File  # End Source File
Line 269  SOURCE=..\include\pa_config_includes.h Line 341  SOURCE=..\include\pa_config_includes.h
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
   
 SOURCE=.\pa_db_connection.C  
 # End Source File  
 # Begin Source File  
   
 SOURCE=..\include\pa_db_connection.h  
 # End Source File  
 # Begin Source File  
   
 SOURCE=.\pa_db_manager.C  
 # End Source File  
 # Begin Source File  
   
 SOURCE=..\include\pa_db_manager.h  
 # End Source File  
 # Begin Source File  
   
 SOURCE=.\pa_db_table.C  
 # End Source File  
 # Begin Source File  
   
 SOURCE=..\include\pa_db_table.h  
 # End Source File  
 # Begin Source File  
   
 SOURCE=.\pa_dictionary.C  SOURCE=.\pa_dictionary.C
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
Line 333  SOURCE=.\pa_globals.C Line 381  SOURCE=.\pa_globals.C
   
 # ADD CPP /GX  # ADD CPP /GX
   
   !ELSEIF  "$(CFG)" == "main - Win32 Profile"
   
   # ADD BASE CPP /GX
   # ADD CPP /GX
   
 !ENDIF   !ENDIF 
   
 # End Source File  # End Source File

Removed from v.1.143  
changed lines
  Added in v.1.150


E-mail: