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.

44 lines
855 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1998 - 1999
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. MAJORCOMP=ifilttst
  7. USE_MSVCRT=1
  8. TARGETPATH=obj
  9. UNICODE=1
  10. USE_UNICODE=1
  11. MINORCOMP=ifilttst
  12. TARGETNAME=ifilttst
  13. TARGETTYPE=PROGRAM
  14. UMENTRY=wmain
  15. SOURCES=filttest.cxx\
  16. ifilttst.cxx\
  17. filtpars.cxx\
  18. utility.cxx\
  19. statchnk.cxx\
  20. clog.cxx \
  21. memsnap.cxx \
  22. nlfilter.cxx \
  23. filttest.rc
  24. UMTYPE=console
  25. UMLIBS= $(SDK_LIB_PATH)\uuid.lib \
  26. $(SDK_LIB_PATH)\kernel32.lib \
  27. $(SDK_LIB_PATH)\ntdll.lib \
  28. $(SDK_LIB_PATH)\query.lib \
  29. $(SDK_LIB_PATH)\user32.lib \
  30. $(SDK_LIB_PATH)\ole32.lib \
  31. $(SDK_LIB_PATH)\oleaut32.lib \
  32. $(UMLIBS)
  33. USER_C_FLAGS=$(USER_C_FLAGS) /EHsc