mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
360 B
11 lines
360 B
#
|
|
# dummy makefile.inc
|
|
#
|
|
BOOT_FILE=$(_OBJ_DIR)\ia64\ntfsboot.obj $(_OBJ_DIR)\ia64\miscc.obj
|
|
SIMSAL_FILE=$(_OBJ_DIR)\ia64\simsal.obj $(_OBJ_DIR)\ia64\miscc.obj
|
|
|
|
$(O)\ntfsboot.exe:$(BOOT_OBJ) makefile.inc
|
|
-ilink -out:$(O)\ntfsboot.exe @$(TARGET_DIRECTORY)boot.rsp
|
|
|
|
$(O)\simsal.exe:$(BOOT_OBJ) makefile.inc
|
|
-ilink -out:$(O)\simsal.exe @simsal.rsp
|