Source code of Windows XP (NT5)
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

  1. $(O)\genstubs.log : apithnk.lst makefile.inc
  2. perl -n -e "s/\;.%//g;s/, */\,/g;print $_;" < apithnk.lst > $(O)\apithnk.lst
  3. genstubs.cmd $(O)\apithnk.lst $(O)
  4. $(O)\godot_stubs.lib : $(O)\genstubs.log
  5. @type <<$(ECHO_RSP)
  6. $(C_COMPILER) $(O)\thunk_*.c
  7. <<NOKEEP
  8. @$(C_COMPILER_NAME) @<<$(CL_RSP) -Fo"$(MAKEDIR)\$(O)/" $(USE_FC) $(USECXX_FLAG) @$(O)\cl_filenames.txt
  9. $(EX_C_COMPILER_FLAGS)
  10. <<NOKEEP
  11. link -lib -out:$@ $(O)\thunk_*.obj $(O)\alias_*.obj