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.
13 lines
465 B
13 lines
465 B
|
|
$(O)\genstubs.log : apithnk.lst makefile.inc
|
|
perl -n -e "s/\;.%//g;s/, */\,/g;print $_;" < apithnk.lst > $(O)\apithnk.lst
|
|
genstubs.cmd $(O)\apithnk.lst $(O)
|
|
|
|
$(O)\godot_stubs.lib : $(O)\genstubs.log
|
|
@type <<$(ECHO_RSP)
|
|
$(C_COMPILER) $(O)\thunk_*.c
|
|
<<NOKEEP
|
|
@$(C_COMPILER_NAME) @<<$(CL_RSP) -Fo"$(MAKEDIR)\$(O)/" $(USE_FC) $(USECXX_FLAG) @$(O)\cl_filenames.txt
|
|
$(EX_C_COMPILER_FLAGS)
|
|
<<NOKEEP
|
|
link -lib -out:$@ $(O)\thunk_*.obj $(O)\alias_*.obj
|