*** empty log message ***
This commit is contained in:
@ -1,24 +1,24 @@
|
||||
# Microsoft Developer Studio Project File - Name="cmn.lib" - Package Owner=<4>
|
||||
# Microsoft Developer Studio Project File - Name="asecmn" - Package Owner=<4>
|
||||
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
||||
# ** DO NOT EDIT **
|
||||
|
||||
# TARGTYPE "Win32 (x86) Static Library" 0x0104
|
||||
|
||||
CFG=cmn.lib - Win32 Release
|
||||
CFG=asecmn - Win32 Release
|
||||
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
||||
!MESSAGE use the Export Makefile command and run
|
||||
!MESSAGE
|
||||
!MESSAGE NMAKE /f "cmn.mak".
|
||||
!MESSAGE NMAKE /f "asecmn.mak".
|
||||
!MESSAGE
|
||||
!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 "cmn.mak" CFG="cmn.lib - Win32 Release"
|
||||
!MESSAGE NMAKE /f "asecmn.mak" CFG="asecmn - Win32 Release"
|
||||
!MESSAGE
|
||||
!MESSAGE Possible choices for configuration are:
|
||||
!MESSAGE
|
||||
!MESSAGE "cmn.lib - Win32 Release" (based on "Win32 (x86) Static Library")
|
||||
!MESSAGE "cmn.lib - Win32 Debug" (based on "Win32 (x86) Static Library")
|
||||
!MESSAGE "asecmn - Win32 Release" (based on "Win32 (x86) Static Library")
|
||||
!MESSAGE "asecmn - Win32 Debug" (based on "Win32 (x86) Static Library")
|
||||
!MESSAGE
|
||||
|
||||
# Begin Project
|
||||
@ -28,7 +28,7 @@ CFG=cmn.lib - Win32 Release
|
||||
CPP=cl.exe
|
||||
RSC=rc.exe
|
||||
|
||||
!IF "$(CFG)" == "cmn.lib - Win32 Release"
|
||||
!IF "$(CFG)" == "asecmn - Win32 Release"
|
||||
|
||||
# PROP BASE Use_MFC 0
|
||||
# PROP BASE Use_Debug_Libraries 0
|
||||
@ -56,7 +56,7 @@ LIB32=link.exe -lib
|
||||
# ADD BASE LIB32 /nologo
|
||||
# ADD LIB32 /nologo /out:"../release/win32/vs60/asecmn.lib"
|
||||
|
||||
!ELSEIF "$(CFG)" == "cmn.lib - Win32 Debug"
|
||||
!ELSEIF "$(CFG)" == "asecmn - Win32 Debug"
|
||||
|
||||
# PROP BASE Use_MFC 0
|
||||
# PROP BASE Use_Debug_Libraries 1
|
||||
@ -88,8 +88,8 @@ LIB32=link.exe -lib
|
||||
|
||||
# Begin Target
|
||||
|
||||
# Name "cmn.lib - Win32 Release"
|
||||
# Name "cmn.lib - Win32 Debug"
|
||||
# Name "asecmn - Win32 Release"
|
||||
# Name "asecmn - Win32 Debug"
|
||||
# Begin Group "Source Files"
|
||||
|
||||
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
Reference in New Issue
Block a user