diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-08-15 04:51:21 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-08-15 04:51:21 +0000 |
commit | 72b68f1bde0437e3636a1cbc6cdce298f09384de (patch) | |
tree | 9253552da2008fd64b5694be9d0a80f14ca0d43b /cppe/src | |
parent | hello client wasn't linked with pure client. It also didn't compile if (diff) | |
download | ice-72b68f1bde0437e3636a1cbc6cdce298f09384de.tar.bz2 ice-72b68f1bde0437e3636a1cbc6cdce298f09384de.tar.xz ice-72b68f1bde0437e3636a1cbc6cdce298f09384de.zip |
hello client wasn't linked with pure client. It also didn't compile if
ICEE_HAS_BATCH was not defined.
Diffstat (limited to 'cppe/src')
-rwxr-xr-x | cppe/src/IceEC/icec.dsp | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/cppe/src/IceEC/icec.dsp b/cppe/src/IceEC/icec.dsp index 305873909eb..c8fbb61bd80 100755 --- a/cppe/src/IceEC/icec.dsp +++ b/cppe/src/IceEC/icec.dsp @@ -133,7 +133,7 @@ LIB32=link.exe -lib # Begin Special Build Tool
OutDir=.\ReleaseStatic
SOURCE="$(InputPath)"
-PostBuild_Cmds=copy $(OutDir)\iceec.lib ..\..\lib\
+PostBuild_Cmds=copy $(OutDir)\iceec.lib ..\..\lib\
# End Special Build Tool
!ELSEIF "$(CFG)" == "icec - Win32 Debug Static"
@@ -166,7 +166,7 @@ LIB32=link.exe -lib # Begin Special Build Tool
OutDir=.\DebugStatic
SOURCE="$(InputPath)"
-PostBuild_Cmds=copy $(OutDir)\iceecd.lib ..\..\lib\
+PostBuild_Cmds=copy $(OutDir)\iceecd.lib ..\..\lib\
# End Special Build Tool
!ENDIF
@@ -430,10 +430,6 @@ SOURCE=..\..\include\IceE\Config.h # End Source File
# Begin Source File
-SOURCE=..\..\include\IceE\Config.h
-# End Source File
-# Begin Source File
-
SOURCE=..\..\include\IceE\Connection.h
# End Source File
# Begin Source File
|