diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2002-07-18 16:56:34 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2002-07-18 16:56:34 +0000 |
commit | 5c5228dda3dc01d79f85fdb6e939039cd1ac08b8 (patch) | |
tree | ba2604e7f4578c9fc66a7977495899b46db084df /cpp/src | |
parent | Fix for execution on Windows (diff) | |
download | ice-5c5228dda3dc01d79f85fdb6e939039cd1ac08b8.tar.bz2 ice-5c5228dda3dc01d79f85fdb6e939039cd1ac08b8.tar.xz ice-5c5228dda3dc01d79f85fdb6e939039cd1ac08b8.zip |
Fix mistake from previous checkin
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Yellow/yellowS.dsp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/Yellow/yellowS.dsp b/cpp/src/Yellow/yellowS.dsp index 0487cfd20e5..60410ef0397 100644 --- a/cpp/src/Yellow/yellowS.dsp +++ b/cpp/src/Yellow/yellowS.dsp @@ -13,7 +13,7 @@ CFG=YellowS - 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 "YellowS.mak" CFG="IceStormS - Win32 Debug"
+!MESSAGE NMAKE /f "YellowS.mak" CFG="YellowS - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
@@ -29,7 +29,7 @@ CPP=cl.exe MTL=midl.exe
RSC=rc.exe
-!IF "$(CFG)" == "IceStormS - Win32 Release"
+!IF "$(CFG)" == "YellowS - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
@@ -61,7 +61,7 @@ SOURCE="$(InputPath)" PostBuild_Cmds=copy Release\yellowservice001.* ..\..\lib
# End Special Build Tool
-!ELSEIF "$(CFG)" == "IceStormS - Win32 Debug"
+!ELSEIF "$(CFG)" == "YellowS - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
|