[BACK] Return to ai.dsp CVS log [TXT][DIR] Up to Nevrax / code / nel / src

Diff for /code/nel/src/ai.dsp between version 1.30 and 1.31

version 1.30, 2001/04/19 08:12:27 version 1.31, 2001/05/25 12:22:38
Line 1 
Line 1 
 # Microsoft Developer Studio Project File - Name="ia" - Package Owner=<4> # Microsoft Developer Studio Project File - Name="ai" - Package Owner=<4>
 # Microsoft Developer Studio Generated Build File, Format Version 6.00 # Microsoft Developer Studio Generated Build File, Format Version 6.00
 # ** DO NOT EDIT ** # ** DO NOT EDIT **
  
 # TARGTYPE "Win32 (x86) Static Library" 0x0104 # TARGTYPE "Win32 (x86) Static Library" 0x0104
  
 CFG=ia - Win32 Debug CFG=ai - Win32 Debug
 !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 "ai.mak" CFG="ia - Win32 Debug" !MESSAGE NMAKE /f "ai.mak" CFG="ai - Win32 Debug"
 !MESSAGE  !MESSAGE
 !MESSAGE Possible choices for configuration are: !MESSAGE Possible choices for configuration are:
 !MESSAGE  !MESSAGE
 !MESSAGE "ia - Win32 Release" (based on "Win32 (x86) Static Library") !MESSAGE "ai - Win32 Release" (based on "Win32 (x86) Static Library")
 !MESSAGE "ia - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE "ai - Win32 Debug" (based on "Win32 (x86) Static Library")
 !MESSAGE "ia - Win32 ReleaseDebug" (based on "Win32 (x86) Static Library") !MESSAGE "ai - Win32 ReleaseDebug" (based on "Win32 (x86) Static Library")
 !MESSAGE  !MESSAGE
  
 # Begin Project # Begin Project
Line 29 
Line 29 
 CPP=cl.exe CPP=cl.exe
 RSC=rc.exe RSC=rc.exe
  
 !IF  "$(CFG)" == "ia - Win32 Release" !IF  "$(CFG)" == "ai - Win32 Release"
  
 # PROP BASE Use_MFC 0 # PROP BASE Use_MFC 0
 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Use_Debug_Libraries 0
Line 38 
Line 38 
 # PROP BASE Target_Dir "" # PROP BASE Target_Dir ""
 # PROP Use_MFC 0 # PROP Use_MFC 0
 # PROP Use_Debug_Libraries 0 # PROP Use_Debug_Libraries 0
 # PROP Output_Dir "ai/bin/release" # PROP Output_Dir "Release"
 # PROP Intermediate_Dir "ai/bin/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 /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c # ADD CPP /nologo /MD /W3 /GR /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
 # ADD BASE RSC /l 0x40c /d "NDEBUG" # ADD BASE RSC /l 0x40c /d "NDEBUG"
 # ADD RSC /l 0x40c /d "NDEBUG" # ADD RSC /l 0x40c /d "NDEBUG"
 BSC32=bscmake.exe BSC32=bscmake.exe
Line 50 
Line 50 
 # ADD BSC32 /nologo # ADD BSC32 /nologo
 LIB32=link.exe -lib LIB32=link.exe -lib
 # ADD BASE LIB32 /nologo # ADD BASE LIB32 /nologo
 # ADD LIB32 /nologo # ADD LIB32 /nologo /out:"..\lib\nlai.lib"
  
 !ELSEIF  "$(CFG)" == "ia - Win32 Debug" !ELSEIF  "$(CFG)" == "ai - Win32 Debug"
  
 # PROP BASE Use_MFC 0 # PROP BASE Use_MFC 0
 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Use_Debug_Libraries 1
Line 61 
Line 61 
 # PROP BASE Target_Dir "" # PROP BASE Target_Dir ""
 # PROP Use_MFC 0 # PROP Use_MFC 0
 # PROP Use_Debug_Libraries 1 # PROP Use_Debug_Libraries 1
 # PROP Output_Dir "ai/bin/Debug" # PROP Output_Dir "Debug"
 # PROP Intermediate_Dir "ai/bin/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 /GX /Zi /Od /D "_LIB" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "__STL_DEBUG" /YX /FD /GZ /c # ADD CPP /nologo /MDd /W3 /Gm /GR /GX /Zi /Od /D "_LIB" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "__STL_DEBUG" /YX /FD /GZ /c
 # 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"
 BSC32=bscmake.exe BSC32=bscmake.exe
Line 73 
Line 73 
 # ADD BSC32 /nologo # ADD BSC32 /nologo
 LIB32=link.exe -lib LIB32=link.exe -lib
 # ADD BASE LIB32 /nologo # ADD BASE LIB32 /nologo
 # ADD LIB32 /nologo # ADD LIB32 /nologo /out:"..\lib\nlai_debug.lib"
  
 !ELSEIF  "$(CFG)" == "ia - Win32 ReleaseDebug" !ELSEIF  "$(CFG)" == "ai - Win32 ReleaseDebug"
  
 # PROP BASE Use_MFC 0 # PROP BASE Use_MFC 0
 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Use_Debug_Libraries 0
 # PROP BASE Output_Dir "ia___Win32_ReleaseDebug" # PROP BASE Output_Dir "ReleaseDebug"
 # PROP BASE Intermediate_Dir "ia___Win32_ReleaseDebug" # PROP BASE Intermediate_Dir "ReleaseDebug"
 # PROP BASE Target_Dir "" # PROP BASE Target_Dir ""
 # PROP Use_MFC 0 # PROP Use_MFC 0
 # PROP Use_Debug_Libraries 0 # PROP Use_Debug_Libraries 0
 # PROP Output_Dir "ai/bin/release_debug" # PROP Output_Dir "ReleaseDebug"
 # PROP Intermediate_Dir "ai/bin/release_debug" # PROP Intermediate_Dir "ReleaseDebug"
 # PROP Target_Dir "" # PROP Target_Dir ""
 # ADD BASE CPP /nologo /MD /W3 /GX /Zi /Od /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c # ADD BASE CPP /nologo /MD /W3 /GX /Zi /Od /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
 # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c # ADD CPP /nologo /MD /W3 /GR /GX /Zi /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
 # ADD BASE RSC /l 0x40c /d "NDEBUG" # ADD BASE RSC /l 0x40c /d "NDEBUG"
 # ADD RSC /l 0x40c /d "NDEBUG" # ADD RSC /l 0x40c /d "NDEBUG"
 BSC32=bscmake.exe BSC32=bscmake.exe
Line 96 
Line 96 
 # ADD BSC32 /nologo # ADD BSC32 /nologo
 LIB32=link.exe -lib LIB32=link.exe -lib
 # ADD BASE LIB32 /nologo # ADD BASE LIB32 /nologo
 # ADD LIB32 /nologo # ADD LIB32 /nologo /out:"..\lib\nlai_rd.lib"
  
 !ENDIF  !ENDIF
  
 # Begin Target # Begin Target
  
 # Name "ia - Win32 Release" # Name "ai - Win32 Release"
 # Name "ia - Win32 Debug" # Name "ai - Win32 Debug"
 # Name "ia - Win32 ReleaseDebug" # Name "ai - Win32 ReleaseDebug"
 # Begin Group "agent" # Begin Group "agent"
  
 # PROP Default_Filter "" # PROP Default_Filter ""


Legend:
Removed from v.1.30 
changed lines
 Added in v.1.31