diff options
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
|