cs: strip launchers in Windows cross build

This commit is contained in:
Matthew Flatt 2019-07-27 06:38:33 -06:00
parent 01af30a517
commit d48b4498cc

View File

@ -335,6 +335,10 @@ plain-install-upcased:
$(ICP) GRacketCS.exe $(libpltdir)/GRacket$(CS_INSTALLED).exe
$(ICP) MzStart.exe $(libpltdir)/MzStart.exe
$(ICP) MrStart.exe $(libpltdir)/MrStart.exe
$(STRIP_DEBUG) $(prefix)/Racket$(CS_INSTALLED).exe
$(STRIP_DEBUG) $(libpltdir)/GRacket$(CS_INSTALLED).exe
$(STRIP_DEBUG) $(libpltdir)/MzStart.exe
$(STRIP_DEBUG) $(libpltdir)/MrStart.exe
$(MAKE) system-install
$(MAKE) compile-xpatch.$(TARGET_MACH)
$(MAKE) library-xpatch.$(TARGET_MACH)