diff options
author | Benoit Foucher <benoit@zeroc.com> | 2002-07-18 14:47:39 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2002-07-18 14:47:39 +0000 |
commit | fb49de6a1a6eafb62655fe5e9e67ce676644b353 (patch) | |
tree | f66f41bd6c60a7b3a68759c6a52ff9ae57743db6 /cpp/src | |
parent | Added missing dependencies for locator ice files. (diff) | |
download | ice-fb49de6a1a6eafb62655fe5e9e67ce676644b353.tar.bz2 ice-fb49de6a1a6eafb62655fe5e9e67ce676644b353.tar.xz ice-fb49de6a1a6eafb62655fe5e9e67ce676644b353.zip |
Added missing dependencies for ice files.
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IcePack/icepackS.dsp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/src/IcePack/icepackS.dsp b/cpp/src/IcePack/icepackS.dsp index ca9d5d995af..8313f6eeb50 100644 --- a/cpp/src/IcePack/icepackS.dsp +++ b/cpp/src/IcePack/icepackS.dsp @@ -181,6 +181,7 @@ SOURCE=.\Activator.ice !ELSEIF "$(CFG)" == "IcePackS - Win32 Debug"
+USERDEP__ACTIV="../../bin/slice2cpp.exe"
# Begin Custom Build
InputPath=.\Activator.ice
@@ -207,6 +208,7 @@ SOURCE=.\AdapterManager.ice !ELSEIF "$(CFG)" == "IcePackS - Win32 Debug"
+USERDEP__ADAPT="../../bin/slice2cpp.exe"
# Begin Custom Build
InputPath=.\AdapterManager.ice
@@ -233,6 +235,7 @@ SOURCE=.\AdapterManagerF.ice !ELSEIF "$(CFG)" == "IcePackS - Win32 Debug"
+USERDEP__ADAPTE="../../bin/slice2cpp.exe"
# Begin Custom Build
InputPath=.\AdapterManagerF.ice
@@ -254,6 +257,7 @@ SOURCE=.\ServerManager.ice !ELSEIF "$(CFG)" == "IcePackS - Win32 Debug"
+USERDEP__SERVE="../../bin/slice2cpp.exe"
# Begin Custom Build
InputPath=.\ServerManager.ice
@@ -280,6 +284,7 @@ SOURCE=.\ServerManagerF.ice !ELSEIF "$(CFG)" == "IcePackS - Win32 Debug"
+USERDEP__SERVER="../../bin/slice2cpp.exe"
# Begin Custom Build
InputPath=.\ServerManagerF.ice
|