*** empty log message ***

This commit is contained in:
2007-01-28 11:28:27 +00:00
parent b5a1de919c
commit 438430de23
7 changed files with 69 additions and 288 deletions

View File

@ -4,7 +4,7 @@
# TARGTYPE "Win32 (x86) Static Library" 0x0104
CFG=lsp - Win32 Debug
CFG=lsp.lib - Win32 Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
@ -13,12 +13,12 @@ CFG=lsp - Win32 Debug
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "lsp.mak" CFG="lsp - Win32 Debug"
!MESSAGE NMAKE /f "lsp.mak" CFG="lsp.lib - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "lsp - Win32 Release" (based on "Win32 (x86) Static Library")
!MESSAGE "lsp - Win32 Debug" (based on "Win32 (x86) Static Library")
!MESSAGE "lsp.lib - Win32 Release" (based on "Win32 (x86) Static Library")
!MESSAGE "lsp.lib - Win32 Debug" (based on "Win32 (x86) Static Library")
!MESSAGE
# Begin Project
@ -28,7 +28,7 @@ CFG=lsp - Win32 Debug
CPP=cl.exe
RSC=rc.exe
!IF "$(CFG)" == "lsp - Win32 Release"
!IF "$(CFG)" == "lsp.lib - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
@ -52,7 +52,7 @@ LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo /out:"../release/win32/vs60/aselsp.lib"
!ELSEIF "$(CFG)" == "lsp - Win32 Debug"
!ELSEIF "$(CFG)" == "lsp.lib - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
@ -80,8 +80,8 @@ LIB32=link.exe -lib
# Begin Target
# Name "lsp - Win32 Release"
# Name "lsp - Win32 Debug"
# Name "lsp.lib - Win32 Release"
# Name "lsp.lib - Win32 Debug"
# Begin Group "Source Files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"