< prev index next >

modules/media/src/main/native/jfxmedia/projects/win/Makefile

Print this page
rev 9617 : imported patch 8u121.patch

@@ -72,11 +72,11 @@
 MANIFEST = $(shell cygpath -ma "$(BUILD_DIR)/$(BASE_NAME).manifest")
 PDB      = $(shell cygpath -ma "$(BUILD_DIR)/$(BASE_NAME).pdb")
 
 LDFLAGS = -dll -out:$(shell cygpath -ma $(TARGET)) -incremental:no -nologo -libpath:$(shell cygpath -ma $(BUILD_DIR)) $(LIBS) \
           -manifest -manifestfile:$(MANIFEST) -manifestuac:"level='asInvoker' uiAccess='false'" \
-          -subsystem:windows -dynamicbase -errorreport:queue
+          -subsystem:windows -dynamicbase -nxcompat -errorreport:queue
 
 ifeq ($(BUILD_TYPE), Release)
     CFLAGS += -DNDEBUG -O2 -MD
     LDFLAGS += -opt:ref -opt:icf
 else

@@ -84,11 +84,11 @@
     LDFLAGS += -debug -pdb:$(PDB)
 endif
 
 ifeq ($(ARCH), x32)
     CFLAGS += -Oy-
-    LDFLAGS += -MACHINE:x86
+    LDFLAGS += -safeseh -MACHINE:x86
 else
     CFLAGS += -D_WIN64
     LDFLAGS += -MACHINE:x64
 endif
 
< prev index next >