diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-10-05 14:54:26 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-10-05 14:54:26 -0230 |
commit | 580c435a360e08b0f49ab9461375616994352925 (patch) | |
tree | 99de7aba789aba806785e12abf4f5b0bb0addcfb /cpp/src | |
parent | Regenerated C# depend files (diff) | |
download | ice-580c435a360e08b0f49ab9461375616994352925.tar.bz2 ice-580c435a360e08b0f49ab9461375616994352925.tar.xz ice-580c435a360e08b0f49ab9461375616994352925.zip |
Fixed incorrect PDB file name
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Glacier2/Makefile.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Glacier2/Makefile.mak b/cpp/src/Glacier2/Makefile.mak index 72bb2305ba4..126db5a65c6 100644 --- a/cpp/src/Glacier2/Makefile.mak +++ b/cpp/src/Glacier2/Makefile.mak @@ -34,7 +34,7 @@ CPPFLAGS = -I.. $(CPPFLAGS) -DWIN32_LEAN_AND_MEAN LINKWITH = $(LIBS) $(OPENSSL_LIBS) glacier2$(LIBSUFFIX).lib icessl$(LIBSUFFIX).lib
!if "$(GENERATE_PDB)" == "yes"
-PDBFLAGS = /pdb:$(DLLNAME:.dll=.pdb)
+PDBFLAGS = /pdb:$(ROUTER:.exe=.pdb)
!endif
RES_FILE = Glacier2Router.res
|