Portable Ecere SDK Use this makefile to create a portable distribution of Ecere SDK The output files will be in the obj/portable directory under the ecere-sdk source code directory. Simply use the following command: make (use 'mingw32-make' or 'gmake' instead of 'make' if you're on Windows or FreeBSD) Options: PORTABLE_ECERE_SDK_EDITION=core/minimal/complete -- defaults to minimal PORTABLE_ECERE_SDK_OPT_EXTRAS=y -- included in minimal and complete PORTABLE_ECERE_SDK_OPT_SAMPLES=y -- included in minimal and complete PORTABLE_ECERE_SDK_OPT_TDM=y -- included in complete PORTABLE_ECERE_SDK_OPT_UPX=y -- included in complete Examples: make PORTABLE_ECERE_SDK_EDITION=complete make PORTABLE_ECERE_SDK_OPT_UPX=y