make/windows/makefiles/sa.make

changeset 7355
89266fdfa9e6
parent 6198
55fb97c4c58d
child 7535
7ae4e26cb1e0
child 7589
f9d003ea9023
equal deleted inserted replaced
7354:8c76e844a7f9 7355:89266fdfa9e6
109 SA_LFLAGS = $(SA_LD_FLAGS) -nologo -subsystem:console -machine:$(MACHINE) 109 SA_LFLAGS = $(SA_LD_FLAGS) -nologo -subsystem:console -machine:$(MACHINE)
110 !if "$(ENABLE_FULL_DEBUG_SYMBOLS)" == "1" 110 !if "$(ENABLE_FULL_DEBUG_SYMBOLS)" == "1"
111 SA_LFLAGS = $(SA_LFLAGS) -map -debug 111 SA_LFLAGS = $(SA_LFLAGS) -map -debug
112 !endif 112 !endif
113 !if "$(BUILDARCH)" == "i486" 113 !if "$(BUILDARCH)" == "i486"
114 SA_LFLAGS = $(SAFESEH_FLAG) $(SA_LFLAGS) 114 SA_LFLAGS = /SAFESEH $(SA_LFLAGS)
115 !endif 115 !endif
116 116
117 SA_CFLAGS = $(SA_CFLAGS) $(MP_FLAG) 117 SA_CFLAGS = $(SA_CFLAGS) $(MP_FLAG)
118 118
119 # Note that we do not keep sawindbj.obj around as it would then 119 # Note that we do not keep sawindbj.obj around as it would then

mercurial