- or download this
# The 64 bit Platform SDK compilers contain a runtime library that doe
+sn't
# include the buffer overrun verification code used by the /GS switch.
...
LIBBASEFILES = $(LIBBASEFILES) bufferoverflowU.lib
!ENDIF
- or download this
$(PERLEXE): $(PERLDLL) $(CONFIGPM) $(PERLEXE_OBJ) $(PERLEXE_RES)
$(LINK32) -subsystem:console -out:$@ -stack:0x1000000 $(LINK_FLAGS
+) \
...
# $(MINIPERL) -I..\lib bin\exetype.pl $(WPERLEXE) WINDOWS
$(PERLEXE) -I..\lib bin\exetype.pl $(WPERLEXE) WINDOWS
- or download this
!IF "$(WIN64)" == "define"
DEFINES = $(DEFINES) -DWIN64 -DCONSERVATIVE
...
OPTIMIZE = $(OPTIMIZE) -fp:precise
!ENDIF
!ENDIF