diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-09-09 01:59:44 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-09-09 01:59:44 +0000 |
commit | d332aafb2c5fe342ad224cf2b46e3a49b84f63cb (patch) | |
tree | b99cf7d7c5935b96bd396b83c2bca5b246c63454 /cpp/src | |
parent | fix problem with icegrid build with release. (diff) | |
download | ice-d332aafb2c5fe342ad224cf2b46e3a49b84f63cb.tar.bz2 ice-d332aafb2c5fe342ad224cf2b46e3a49b84f63cb.tar.xz ice-d332aafb2c5fe342ad224cf2b46e3a49b84f63cb.zip |
fixed another ubg.
Diffstat (limited to 'cpp/src')
-rwxr-xr-x | cpp/src/IceGrid/icegridnode.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/icegridnode.dsp b/cpp/src/IceGrid/icegridnode.dsp index c8965426ee1..c07456a6f14 100755 --- a/cpp/src/IceGrid/icegridnode.dsp +++ b/cpp/src/IceGrid/icegridnode.dsp @@ -445,7 +445,7 @@ USERDEP__DUMMY3="..\..\bin\slice2freeze.exe" "..\..\lib\sliced.lib" InputPath=.\dummy3.ice
BuildCmds= \
- ..\..\bin\slice2freeze.exe --ice --include-dir IceGrid -I../../slice --dict IceGrid::StringApplicationDescriptorDict,string,IceGrid::ApplicationDescriptor StringApplicationDescriptorDict ../../slice/IceGrid/Admin.ice
+ ..\..\bin\slice2freeze.exe --ice --include-dir IceGrid -I../../slice -I.. --dict IceGrid::StringApplicationDescriptorDict,string,IceGrid::ApplicationDescriptor StringApplicationDescriptorDict ../../slice/IceGrid/Admin.ice
"StringApplicationDescriptorDict.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
|