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.
19 lines
386 B
19 lines
386 B
#
|
|
# This file is designed to be included from 1 level below
|
|
#
|
|
|
|
.SUFFIXES: .ba0 .bat .in0 .ini
|
|
|
|
{}.in0{$O)\}.ini:
|
|
$(C_COMPILER_NAME) /EP /X $(MAKEDIR)\$< > $@
|
|
$(BINPLACE_CMD)
|
|
|
|
{..\}.in0{$(O)\}.ini:
|
|
$(C_COMPILER_NAME) /EP /X $(MAKEDIR)\$< > $@
|
|
$(BINPLACE_CMD)
|
|
|
|
{}.ba0{$(O)\}.bat:
|
|
|
|
{..\}.ba0{$(O)\}.bat:
|
|
$(C_COMPILER_NAME) /EP /X $(MAKEDIR)\$< > $@
|
|
$(BINPLACE_CMD)
|