summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/IceBox/icebox.dsp10
-rw-r--r--cpp/src/IceBox/iceboxS.dsp4
2 files changed, 10 insertions, 4 deletions
diff --git a/cpp/src/IceBox/icebox.dsp b/cpp/src/IceBox/icebox.dsp
index c92c3e27f1c..2ff6bdcc232 100644
--- a/cpp/src/IceBox/icebox.dsp
+++ b/cpp/src/IceBox/icebox.dsp
@@ -57,6 +57,7 @@ LINK32=link.exe
# ADD LINK32 /nologo /dll /machine:I386 /out:"Release/icebox001.dll" /libpath:"../../../lib"
# SUBTRACT LINK32 /pdb:none /debug /nodefaultlib
# Begin Special Build Tool
+OutDir=.\Release
SOURCE="$(InputPath)"
PostBuild_Cmds=copy $(OutDir)\icebox001.* ..\..\lib
# End Special Build Tool
@@ -89,6 +90,7 @@ LINK32=link.exe
# ADD LINK32 /nologo /dll /debug /machine:I386 /out:"Debug/icebox001d.dll" /pdbtype:sept /libpath:"../../../lib"
# SUBTRACT LINK32 /pdb:none /nodefaultlib
# Begin Special Build Tool
+OutDir=.\Debug
SOURCE="$(InputPath)"
PostBuild_Cmds=copy $(OutDir)\icebox001d.* ..\..\lib
# End Special Build Tool
@@ -104,6 +106,10 @@ PostBuild_Cmds=copy $(OutDir)\icebox001d.* ..\..\lib
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File
+SOURCE=.\Exception.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\IceBox.cpp
# End Source File
# End Group
@@ -124,7 +130,7 @@ SOURCE=..\..\slice\IceBox\IceBox.ice
!IF "$(CFG)" == "IceBox - Win32 Release"
-USERDEP__ICEBOX="../../bin/slice2cpp.exe"
+USERDEP__ICEBO="../../bin/slice2cpp.exe"
# Begin Custom Build
InputPath=..\..\slice\IceBox\IceBox.ice
@@ -143,7 +149,7 @@ BuildCmds= \
!ELSEIF "$(CFG)" == "IceBox - Win32 Debug"
-USERDEP__ICEBOX="../../bin/slice2cpp.exe"
+USERDEP__ICEBO="../../bin/slice2cpp.exe"
# Begin Custom Build
InputPath=..\..\slice\IceBox\IceBox.ice
diff --git a/cpp/src/IceBox/iceboxS.dsp b/cpp/src/IceBox/iceboxS.dsp
index 21b4afa01b8..f73fb818332 100644
--- a/cpp/src/IceBox/iceboxS.dsp
+++ b/cpp/src/IceBox/iceboxS.dsp
@@ -91,11 +91,11 @@ LINK32=link.exe
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File
-SOURCE=.\ServiceManagerI.cpp
+SOURCE=.\Server.cpp
# End Source File
# Begin Source File
-SOURCE=.\Server.cpp
+SOURCE=.\ServiceManagerI.cpp
# End Source File
# End Group
# Begin Group "Header Files"