From ef78fbe5f5fdab8ac10cfddb73f7f266d65e176f Mon Sep 17 00:00:00 2001 From: brunsch Date: Fri, 28 Aug 1998 17:41:38 +0000 Subject: Little updates --- TAO/utils/IorParser/IOR_Parser.dsp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'TAO/utils') diff --git a/TAO/utils/IorParser/IOR_Parser.dsp b/TAO/utils/IorParser/IOR_Parser.dsp index f046a02f65e..35a4bc8dfc7 100644 --- a/TAO/utils/IorParser/IOR_Parser.dsp +++ b/TAO/utils/IorParser/IOR_Parser.dsp @@ -8,12 +8,12 @@ CFG=IOR Parser - Win32 Debug !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 "IOR Parser.mak". +!MESSAGE NMAKE /f "IOR_Parser.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 "IOR Parser.mak" CFG="IOR Parser - Win32 Debug" +!MESSAGE NMAKE /f "IOR_Parser.mak" CFG="IOR Parser - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE @@ -52,7 +52,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 ace.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\ace" +# ADD LINK32 ace.lib /nologo /subsystem:console /machine:I386 /out:"Release/parseIor.exe" /libpath:"..\..\..\ace" !ELSEIF "$(CFG)" == "IOR Parser - Win32 Debug" @@ -77,7 +77,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 aced.lib /nologo /subsystem:console /debug /machine:I386 /out:"IOR_Parser.exe" /pdbtype:sept /libpath:"..\..\..\ace" +# ADD LINK32 aced.lib /nologo /subsystem:console /debug /machine:I386 /out:"parseIor.exe" /pdbtype:sept /libpath:"..\..\..\ace" !ENDIF -- cgit v1.2.1