diff options
author | Jose <jose@zeroc.com> | 2014-01-14 09:43:03 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-01-14 09:43:03 +0100 |
commit | 00b3491392cac415a55d3f716387e205e92c0f27 (patch) | |
tree | 7035500824f90dc1e46ed678c48da82234b9ee81 /cpp | |
parent | ICE-5487 - nested module bug in Python (diff) | |
download | ice-00b3491392cac415a55d3f716387e205e92c0f27.tar.bz2 ice-00b3491392cac415a55d3f716387e205e92c0f27.tar.xz ice-00b3491392cac415a55d3f716387e205e92c0f27.zip |
minor fix to windows build
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/config/Make.rules.msvc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/config/Make.rules.msvc b/cpp/config/Make.rules.msvc index 05712110471..26737d5dd1a 100755 --- a/cpp/config/Make.rules.msvc +++ b/cpp/config/Make.rules.msvc @@ -78,6 +78,7 @@ LDFLAGS = $(LDFLAGS) /LIBPATH:"$(VCINSTALLDIR)\lib\store\$(ARCH)" !else LDFLAGS = $(LDFLAGS) /FIXED:no !endif +!endif !if "$(OPTIMIZE)" == "yes" LDFLAGS = $(LDFLAGS) /OPT:REF |