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.

34 lines
503 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1997 - 1999
  3. Module Name:
  4. sources
  5. !ENDIF
  6. TARGETNAME=tq
  7. TARGETPATH=obj
  8. TARGETTYPE=PROGRAM
  9. UMTYPE=console
  10. #USE_MSVCRT=1
  11. USE_LIBCMT=1
  12. C_DEFINES=$(C_DEFINES) -D_NTSYSTEM_
  13. INCLUDES=..\port;\
  14. $(BASE_INC_PATH); \
  15. $(DDK_INC_PATH); \
  16. $(DDK_INC_PATH)\wdm
  17. SOURCES=tq.c \
  18. exqueue.c \
  19. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib
  20. DLLENTRY=_DllMainCRTStartup