<wip> emscripten dev.
[sdk] / Makefile
index 34afa63..0248d1c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: all clean realclean distclean emptyoutput prepinstall actualinstall install copyonlyinstall uninstall troubleshoot outputdirs bootstrap deps ecere ecerecom ecerevanilla ear compiler prepbinaries epj2make ide documentor eda prepcodeguard codeguard fixprecompile cleantarget pots installer regenbootstrap updatebootstrap update_ecere update_libec update_ecp update_ecc update_ecs ecereaudio
+.PHONY: all clean realclean distclean emptyoutput prepinstall actualinstall install copyonlyinstall uninstall troubleshoot outputdirs bootstrap deps ecere ecerecom ecerevanilla ear compiler prepbinaries epj2make ide documentor eda prepcodeguard codeguard fixprecompile cleantarget pots installer regenbootstrap updatebootstrap update_ecere update_libec update_ecp update_ecc update_ecs ecereaudio portable
 ifneq ($(V),1)
 .SILENT:
 endif
@@ -424,6 +424,12 @@ installer:
        @$(call echo,Building Installer for Windows...)
        cd installer && @$(MAKE) ARCH=x32
        @$(call echo,The Ecere SDK Windows Installer is fully built.)
+
+portable:
+       $(MAKE) prepinstall ARCH=
+       $(MAKE) prepinstall ARCH=x32
+       @$(call echo,Preparing portable Ecere SDK...)
+       cd portable && @$(MAKE) ARCH=x32
 endif
 
 clean: emptyoutput