Leaked source code of windows server 2003
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.

22 lines
608 B

  1. TARGETNAME=mhelp
  2. TARGETPATH=obj
  3. TARGETTYPE=DYNLINK
  4. LINKLIBS=..\exthdr\$(O)\exthdr.lib
  5. TARGETLIBS=$(PROJECT_ROOT)\ztools\src\$(O)\ztools.lib \
  6. $(SDK_LIB_PATH)\kernel32.lib \
  7. $(SDK_LIB_PATH)\user32.lib
  8. INCLUDES=$(PROJECT_ROOT)\mep\inc;$(PROJECT_ROOT)\mep\help\inc;$(PROJECT_ROOT)\ztools\inc
  9. SOURCES= mhcore.c \
  10. mhdisp.c \
  11. mhevt.c \
  12. mhfile.c \
  13. mhlook.c \
  14. mhutil.c \
  15. mhwin.c \
  16. mhelp.rc
  17. C_DEFINES=-D_OS2_20_=0 -DNO_EXT_KEYS -Dpascal= -Dfar= -DNOLANMAN -DNT
  18. UMTYPE=console
  19. USE_MSVCRT=1