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.

34 lines
656 B

  1. !IF 0
  2. **************************************************************
  3. Sources file for building an Win32 dll.
  4. Module Name : Sources for perfnw.dll
  5. Authors: HonWah Chan
  6. Revisions: 09/28/93
  7. **************************************************************
  8. !ENDIF
  9. USE_MSVCRT=1
  10. TARGETNAME=perfnw
  11. TARGETPATH=obj
  12. TARGETTYPE=DYNLINK
  13. TARGETLIBS=$(SDK_LIB_PATH)\advapi32.lib
  14. INCLUDES= ..\inc
  15. SOURCES= \
  16. nwperf.c \
  17. prfutil.c \
  18. nwperf.rc \
  19. nwdata.c
  20. NET_C_DEFINES= -DSECURITY -DWIN32 -DSTRICT -DUNICODE -D_UNICODE
  21. !IF "$(QFE_BUILD)" == "1"
  22. NET_C_DEFINES=$(NET_C_DEFINES) /DQFE_BUILD
  23. !endif