Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1764 clevermous 1
define gcc_compile
2
	win32-gcc -c -Os -DAUTOBUILD -DLANG_ENG=1 -o $@ $<
3
endef
4
define gcc_link
5
	win32-ld -nostdlib -T $(1) -o "$@" $^
6
	win32-objcopy "$@" -O binary
7
	kpack --nologo "$@"
8
endef