*** empty log message ***

This commit is contained in:
2007-03-25 14:24:55 +00:00
parent f07191232f
commit dbb6f5f8e3
8 changed files with 34 additions and 40 deletions

View File

@ -37,7 +37,7 @@ RSC=rc.exe
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "../release"
# PROP Output_Dir "../release/lib"
# PROP Intermediate_Dir "release"
# PROP Target_Dir ""
MTL=midl.exe
@ -50,7 +50,6 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo /out:"../release/aselsp.lib"
!ELSEIF "$(CFG)" == "aselsp - Win32 Debug"
@ -61,7 +60,7 @@ LIB32=link.exe -lib
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "../debug"
# PROP Output_Dir "../debug/lib"
# PROP Intermediate_Dir "debug"
# PROP Target_Dir ""
MTL=midl.exe
@ -74,7 +73,6 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo /out:"../debug/aselsp.lib"
!ENDIF