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.

26 lines
381 B

  1. MAJORCOMP=
  2. MINORCOMP=
  3. TARGETNAME=cscqueryinfo
  4. TARGETPATH=obj
  5. TARGETTYPE=PROGRAM
  6. C_DEFINES=$(C_DEFINES) -DWIN32 -DCSC_ON_NT
  7. USE_CRTDLL=1
  8. INCLUDES=\
  9. $(BASE_INC_PATH)
  10. TARGETLIBS=\
  11. $(SDK_LIB_PATH)\cscdll.lib \
  12. $(SDK_LIB_PATH)\ntdll.lib
  13. SOURCES=\
  14. cscqueryinfo.c \
  15. cscqueryinfo.rc
  16. UMTYPE=console
  17. UMAPPL=
  18. UMLIBS=\