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.

22 lines
364 B

  1. TARGETNAME=sfmctrs
  2. TARGETPATH=obj
  3. TARGETTYPE=DYNLINK
  4. C_DEFINES= -DWIN32 -DSTRICT
  5. USE_MSVCRT=1
  6. MC_OPTIONS= $(MC_OPTIONS) -s
  7. TARGETLIBS=\
  8. $(PROJECT_LIB_PATH)\sfmapi.lib \
  9. $(SDK_LIB_PATH)\advapi32.lib \
  10. $(SDK_LIB_PATH)\kernel32.lib
  11. INCLUDES=..\inc;$(DS_INC_PATH)
  12. SOURCES=\
  13. sfmctrs.mc \
  14. datasfm.c \
  15. perfsfm.c \
  16. perfutil.c \
  17. ver.rc