diff options
author | Brent Eagles <brent@zeroc.com> | 2007-11-07 22:08:57 -0330 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2007-11-07 22:08:57 -0330 |
commit | 9ab23361d9cae6ca44a881f80716ebecba77a406 (patch) | |
tree | 3d091ab0390eb2b6d1ad3b264248bf45ff7443cf /cpp/src | |
parent | Re-adding accidentally deleted UserException.java (diff) | |
download | ice-9ab23361d9cae6ca44a881f80716ebecba77a406.tar.bz2 ice-9ab23361d9cae6ca44a881f80716ebecba77a406.tar.xz ice-9ab23361d9cae6ca44a881f80716ebecba77a406.zip |
- Reinserting unintentionally deleted Visual Basic demos.
- Missing Windows build system changes
- Missing Windows test system changes.
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceGrid/Makefile.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Makefile.mak b/cpp/src/IceGrid/Makefile.mak index 58b033ff7c7..cb3cdda02cc 100644 --- a/cpp/src/IceGrid/Makefile.mak +++ b/cpp/src/IceGrid/Makefile.mak @@ -182,7 +182,7 @@ IdentityObjectInfoDict.h IdentityObjectInfoDict.cpp: $(SLICE2FREEZE) del /q IdentityObjectInfoDict.h IdentityObjectInfoDict.cpp $(SLICE2FREEZECMD) --dict IceGrid::IdentityObjectInfoDict,Ice::Identity,IceGrid::ObjectInfo \ --dict-index IceGrid::IdentityObjectInfoDict,type \ - IdentityObjectInfoDict ..\..\slice\Ice\Identity.ice Internal.ice + IdentityObjectInfoDict $(slicedir)\Ice\Identity.ice Internal.ice StringAdapterInfoDict.h StringAdapterInfoDict.cpp: $(SLICE2FREEZE) del /q StringAdapterInfoDict.h StringAdapterInfoDict.cpp |