diff options
author | Benoit Foucher <benoit@zeroc.com> | 2014-10-30 11:10:29 -0300 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2014-10-30 11:10:29 -0300 |
commit | b57e97227b579a67e77dec08257b4cf38c3a93cd (patch) | |
tree | ebcedb4bcf105539360b004280f3c39a6822bcfb /cpp | |
parent | Fixed Windows gradle build from Makefile.mak (diff) | |
download | ice-b57e97227b579a67e77dec08257b4cf38c3a93cd.tar.bz2 ice-b57e97227b579a67e77dec08257b4cf38c3a93cd.tar.xz ice-b57e97227b579a67e77dec08257b4cf38c3a93cd.zip |
Added -bigobj option to compile operations test on Windows VS2012 x64
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/test/Ice/operations/Makefile.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/operations/Makefile.mak b/cpp/test/Ice/operations/Makefile.mak index a0cebb019bb..a5cb3cf1792 100644 --- a/cpp/test/Ice/operations/Makefile.mak +++ b/cpp/test/Ice/operations/Makefile.mak @@ -62,7 +62,7 @@ OBJS = $(COBJS) \ !include $(top_srcdir)/config/Make.rules.mak -CPPFLAGS = -I. -I../../include $(CPPFLAGS) -DWIN32_LEAN_AND_MEAN -Zm200 +CPPFLAGS = -I. -I../../include $(CPPFLAGS) -DWIN32_LEAN_AND_MEAN -Zm200 -bigobj !if "$(WINRT)" != "yes" LD_TESTFLAGS = $(LD_EXEFLAGS) $(SETARGV) |