diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-28 17:41:38 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-28 17:41:38 +0000 |
commit | ef78fbe5f5fdab8ac10cfddb73f7f266d65e176f (patch) | |
tree | 0283e734f7076d83bcb283307ada28d3c3d3cbff /TAO/utils | |
parent | 6aa1c138eb468e88aa99e29ac62c27502c9f0117 (diff) | |
download | ATCD-ef78fbe5f5fdab8ac10cfddb73f7f266d65e176f.tar.gz |
Little updates
Diffstat (limited to 'TAO/utils')
-rw-r--r-- | TAO/utils/IorParser/IOR_Parser.dsp | 8 |
1 files changed, 4 insertions, 4 deletions
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
|