Subversion Repositories Kolibri OS

Rev

Rev 1764 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1764 clevermous 1
define gcc_compile
2
	win32-gcc -c -Os -DAUTOBUILD -DLANG_RUS=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