*** empty log message ***

This commit is contained in:
2006-10-27 08:31:06 +00:00
parent 44296aea3c
commit 88d724b8f4
6 changed files with 39 additions and 33 deletions

View File

@ -14,7 +14,7 @@
</Source>
<BCBPROJECT>
<project version="10.0">
<property category="build.config" name="active" value="0"/>
<property category="build.config" name="active" value="1"/>
<property category="build.config" name="count" value="1"/>
<property category="build.config" name="excludedefaultforzero" value="0"/>
<property category="build.config.0" name="builddir" value="Debug"/>
@ -256,6 +256,12 @@
</Linker>
</IDEOPTIONS>
</BCBPROJECT>
<buildevents/>
<buildevents>
<buildevent file="aseawk.bdsproj">
<precompile mode="0" cancancel="0" capture="-1" showconsole="0">mkdir $(PROJECTDIR)..\release\win32\bds
mkdir $(PROJECTDIR)..\debug\win32\bds
</precompile>
</buildevent>
</buildevents>
</CPlusPlusBuilder.Personality>
</BorlandProject>

View File

@ -4,7 +4,7 @@
# TARGTYPE "Win32 (x86) Static Library" 0x0104
CFG=awk - Win32 Release DLL
CFG=awk - Win32 Release
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
@ -13,7 +13,7 @@ CFG=awk - Win32 Release DLL
!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 "awk.mak" CFG="awk - Win32 Release DLL"
!MESSAGE NMAKE /f "awk.mak" CFG="awk - Win32 Release"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
@ -37,8 +37,8 @@ RSC=rc.exe
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "Release"
# PROP Intermediate_Dir "Release"
# PROP Output_Dir "../release/win32/vs60"
# PROP Intermediate_Dir "release/win32/vs60"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
MTL=midl.exe
@ -54,7 +54,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo /out:"..\release\aseawk.lib"
# ADD LIB32 /nologo /out:"../release/win32/vs60/aseawk.lib"
!ELSEIF "$(CFG)" == "awk - Win32 Debug"
@ -65,8 +65,8 @@ LIB32=link.exe -lib
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "Debug"
# PROP Intermediate_Dir "Debug"
# PROP Output_Dir "../debug/win32/vs60"
# PROP Intermediate_Dir "debug/win32/vs60"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
MTL=midl.exe
@ -82,7 +82,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo /out:"..\debug\aseawk.lib"
# ADD LIB32 /nologo /out:"../debug/win32/vs60/aseawk.lib"
!ENDIF