kolibrios/data/new-stack/Makefile.gcc
hidnplayr a8b38d4d10 Trying to add new stack to the autobuilder.
git-svn-id: svn://kolibrios.org@2370 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-22 13:03:05 +00:00

9 lines
189 B
Makefile

define gcc_compile
win32-gcc -c -Os -DAUTOBUILD -DLANG_ENG=1 -o $@ $<
endef
define gcc_link
win32-ld -nostdlib -T $(1) -o "$@" $^
win32-objcopy "$@" -O binary
kpack --nologo "$@"
endef