Makefile.in 262 B

12345678910111213141516171819
  1. MODULE = winhlp32.exe
  2. IMPORTS = user32 gdi32
  3. DELAYIMPORTS = shell32 comctl32 comdlg32
  4. EXTRADLLFLAGS = -mwindows
  5. C_SRCS = \
  6. callback.c \
  7. hlpfile.c \
  8. macro.c \
  9. string.c \
  10. winhelp.c
  11. LEX_SRCS = macro.lex.l
  12. RC_SRCS = winhlp32.rc
  13. SVG_SRCS = winhelp.svg