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.

18 lines
342 B

  1. CPS_ROOT=$(PROJECT_ROOT)\rras\cps
  2. !include $(CPS_ROOT)\sources.inc
  3. TARGETNAME=hhwrap
  4. TARGETPATH=$(CPS_BUILD_ROOT)
  5. TARGETTYPE=DYNLINK
  6. DLLENTRY=DllMain
  7. TARGETLIBS=\
  8. $(SDK_LIB_PATH)\advapi32.lib \
  9. $(SDK_LIB_PATH)\htmlhelp.lib \
  10. $(SDK_LIB_PATH)\kernel32.lib \
  11. $(SDK_LIB_PATH)\user32.lib
  12. SOURCES=\
  13. hhwrap.c \
  14. hhwrap.rc