reactos/reactos/apps/tests/hello/makefile
Rex Jolliff 3afc66723c more chages to bring up to krnl0012
svn path=/trunk/; revision=62
1998-10-05 14:31:06 +00:00

8 lines
162 B
Makefile

all: test.bin
test.bin: test.o
$(LD) -Ttext 0x10000 test.o ../../lib/ntdll/ntdll.a -o test.exe
$(OBJCOPY) -O binary test.exe test.bin
include ../../rules.mak