[BACK] Return to admin_executor_service.dsp CVS log [TXT][DIR] Up to Nevrax / code / nelns / admin_executor_service

Diff for /code/nelns/admin_executor_service/admin_executor_service.dsp between version 1.3 and 1.4

version 1.3, 2001/06/15 09:58:49 version 1.4, 2001/08/23 15:43:21
Line 4 
Line 4 
  
 # TARGTYPE "Win32 (x86) Console Application" 0x0103 # TARGTYPE "Win32 (x86) Console Application" 0x0103
  
 CFG=admin_executor_service - Win32 Debug CFG=admin_executor_service - Win32 DebugFast
 !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 
Line 13 
 !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 "admin_executor_service.mak" CFG="admin_executor_service - Win32 Debug" !MESSAGE NMAKE /f "admin_executor_service.mak" CFG="admin_executor_service - Win32 DebugFast"
 !MESSAGE  !MESSAGE
 !MESSAGE Possible choices for configuration are: !MESSAGE Possible choices for configuration are:
 !MESSAGE  !MESSAGE
 !MESSAGE "admin_executor_service - Win32 Release" (based on "Win32 (x86) Console Application") !MESSAGE "admin_executor_service - Win32 Release" (based on "Win32 (x86) Console Application")
 !MESSAGE "admin_executor_service - Win32 Debug" (based on "Win32 (x86) Console Application") !MESSAGE "admin_executor_service - Win32 Debug" (based on "Win32 (x86) Console Application")
 !MESSAGE "admin_executor_service - Win32 ReleaseDebug" (based on "Win32 (x86) Console Application") !MESSAGE "admin_executor_service - Win32 ReleaseDebug" (based on "Win32 (x86) Console Application")
  !MESSAGE "admin_executor_service - Win32 DebugFast" (based on "Win32 (x86) Console Application")
 !MESSAGE  !MESSAGE
  
 # Begin Project # Begin Project
Line 69 
Line 70 
 # PROP Ignore_Export_Lib 0 # PROP Ignore_Export_Lib 0
 # PROP Target_Dir "" # PROP Target_Dir ""
 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
 # ADD CPP /nologo /MDd /W3 /Gm /GR /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "__STL_DEBUG" /FR /FD /GZ /c # ADD CPP /nologo /MDd /W3 /Gm /Gi /GR /GX /Zi /Od /Gf /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "__STL_DEBUG" /FR /FD /GZ /c
 # SUBTRACT CPP /YX # SUBTRACT CPP /YX
 # ADD BASE RSC /l 0x40c /d "_DEBUG" # ADD BASE RSC /l 0x40c /d "_DEBUG"
 # ADD RSC /l 0x40c /d "_DEBUG" # ADD RSC /l 0x40c /d "_DEBUG"
Line 107 
Line 108 
 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386
 # SUBTRACT LINK32 /pdb:none # SUBTRACT LINK32 /pdb:none
  
  !ELSEIF  "$(CFG)" == "admin_executor_service - Win32 DebugFast"
  
  # PROP BASE Use_MFC 0
  # PROP BASE Use_Debug_Libraries 1
  # PROP BASE Output_Dir "admin_executor_service___Win32_DebugFast"
  # PROP BASE Intermediate_Dir "admin_executor_service___Win32_DebugFast"
  # PROP BASE Ignore_Export_Lib 0
  # PROP BASE Target_Dir ""
  # PROP Use_MFC 0
  # PROP Use_Debug_Libraries 1
  # PROP Output_Dir "DebugFast"
  # PROP Intermediate_Dir "DebugFast"
  # PROP Ignore_Export_Lib 0
  # PROP Target_Dir ""
  # ADD BASE CPP /nologo /MDd /W3 /Gm /Gi /GR /GX /Zi /Od /Gf /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "__STL_DEBUG" /FR /FD /GZ /c
  # SUBTRACT BASE CPP /YX
  # ADD CPP /nologo /MDd /W3 /Gm /Gi /GR /GX /Zi /Od /Ob1 /Gf /D "_WINDOWS" /D "_DEBUG" /D "WIN32" /D "_MBCS" /FR /FD /GZ /c
  # SUBTRACT CPP /YX
  # ADD BASE RSC /l 0x40c /d "_DEBUG"
  # ADD RSC /l 0x40c /d "_DEBUG"
  BSC32=bscmake.exe
  # ADD BASE BSC32 /nologo
  # ADD BSC32 /nologo
  LINK32=link.exe
  # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcmtd.lib" /nodefaultlib:"libcd.lib" /pdbtype:sept
  # SUBTRACT BASE LINK32 /pdb:none
  # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcmtd.lib" /nodefaultlib:"libcd.lib" /pdbtype:sept
  # SUBTRACT LINK32 /pdb:none
  
 !ENDIF  !ENDIF
  
 # Begin Target # Begin Target
Line 114 
Line 144 
 # Name "admin_executor_service - Win32 Release" # Name "admin_executor_service - Win32 Release"
 # Name "admin_executor_service - Win32 Debug" # Name "admin_executor_service - Win32 Debug"
 # Name "admin_executor_service - Win32 ReleaseDebug" # Name "admin_executor_service - Win32 ReleaseDebug"
  # Name "admin_executor_service - Win32 DebugFast"
 # Begin Source File # Begin Source File
  
 SOURCE=.\admin_executor_service.cpp SOURCE=.\admin_executor_service.cpp


Legend:
Removed from v.1.3 
changed lines
 Added in v.1.4