diff options
author | Marc Laukien <marc@zeroc.com> | 2004-12-06 17:38:47 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-12-06 17:38:47 +0000 |
commit | db5e2c34dfae4be6384074f1dd2bf5ed695d2649 (patch) | |
tree | 75ca59afbad0892780f2468e544ddbd6968f4165 /cpp/src/IceXML/icexml.dsp | |
parent | fixes (diff) | |
download | ice-db5e2c34dfae4be6384074f1dd2bf5ed695d2649.tar.bz2 ice-db5e2c34dfae4be6384074f1dd2bf5ed695d2649.tar.xz ice-db5e2c34dfae4be6384074f1dd2bf5ed695d2649.zip |
fixes
Diffstat (limited to 'cpp/src/IceXML/icexml.dsp')
-rw-r--r-- | cpp/src/IceXML/icexml.dsp | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/cpp/src/IceXML/icexml.dsp b/cpp/src/IceXML/icexml.dsp index 248674c072b..972aa138d4a 100644 --- a/cpp/src/IceXML/icexml.dsp +++ b/cpp/src/IceXML/icexml.dsp @@ -1,24 +1,24 @@ -# Microsoft Developer Studio Project File - Name="IceXML" - Package Owner=<4>
+# Microsoft Developer Studio Project File - Name="icexml" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-CFG=IceXML - Win32 Debug
+CFG=icexml - 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 "IceXML.mak".
+!MESSAGE NMAKE /f "icexml.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 "IceXML.mak" CFG="IceXML - Win32 Debug"
+!MESSAGE NMAKE /f "icexml.mak" CFG="IceXML - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "IceXML - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "IceXML - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "icexml - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "icexml - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE
# Begin Project
@@ -29,7 +29,7 @@ CPP=cl.exe MTL=midl.exe
RSC=rc.exe
-!IF "$(CFG)" == "IceXML - Win32 Release"
+!IF "$(CFG)" == "icexml - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
@@ -62,7 +62,7 @@ SOURCE="$(InputPath)" PostBuild_Cmds=copy $(OutDir)\icexml.lib ..\..\lib copy $(OutDir)\icexml20.dll ..\..\bin
# End Special Build Tool
-!ELSEIF "$(CFG)" == "IceXML - Win32 Debug"
+!ELSEIF "$(CFG)" == "icexml - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
@@ -99,8 +99,8 @@ PostBuild_Cmds=copy $(OutDir)\icexmld.lib ..\..\lib copy $(OutDir)\icexml20d.pdb # Begin Target
-# Name "IceXML - Win32 Release"
-# Name "IceXML - Win32 Debug"
+# Name "icexml - Win32 Release"
+# Name "icexml - Win32 Debug"
# Begin Group "Source Files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
@@ -114,7 +114,7 @@ SOURCE=.\Parser.cpp # PROP Default_Filter "h;hpp;hxx;hm;inl"
# Begin Source File
-SOURCE=..\..\include\IceXML\Parser.h
+SOURCE=..\..\include\icexml\Parser.h
# End Source File
# End Group
# Begin Group "Resource Files"
|