diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2008-03-03 13:11:22 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2008-03-03 13:11:22 -0330 |
commit | 4085f89146ad54d620648cb4efcc04bb7163d8c7 (patch) | |
tree | a6d29ed6b8b1ef35508774335bfa761ff6b7594f /cpp/src | |
parent | Fixes to the Freeze/casino, IceGrid/simple and book/freeze_filesystem expect ... (diff) | |
download | ice-4085f89146ad54d620648cb4efcc04bb7163d8c7.tar.bz2 ice-4085f89146ad54d620648cb4efcc04bb7163d8c7.tar.xz ice-4085f89146ad54d620648cb4efcc04bb7163d8c7.zip |
Multiple changes for Windows READMEs/Makefiles
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/iceserviceinstall/Makefile.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/iceserviceinstall/Makefile.mak b/cpp/src/iceserviceinstall/Makefile.mak index de86159d2c0..2929ec74cdf 100644 --- a/cpp/src/iceserviceinstall/Makefile.mak +++ b/cpp/src/iceserviceinstall/Makefile.mak @@ -46,7 +46,7 @@ LINKWITH = $(LIBS) msi.lib LINKWITH = $(LIBS) !endif TLINKWITH = $(LIBS) iceserviceinstaller$(LIBSUFFIX).lib -!if "$(CPP_COMPILER)" == "VC90" +!if "$(CPP_COMPILER)" == "VC90" || "$(CPP_COMPILER)" == "VC90_EXPRESS" TLINKWITH = /MANIFESTUAC:"level='requireAdministrator' uiAccess='false'" $(TLINKWITH) !else EXTRA_MANIFEST = security.manifest |