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.

33 lines
602 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1998 - 1999
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. MAJORCOMP=ci
  7. USE_MSVCRT=1
  8. TARGETPATH=obj
  9. MINORCOMP=ci
  10. TARGETNAME=ci
  11. TARGETTYPE=PROGRAM
  12. UMENTRY=wmain
  13. SOURCES=ci.rc \
  14. ci.cxx \
  15. isrch.cxx \
  16. disptree.cxx
  17. UMTYPE=console
  18. UMLIBS= $(SDK_LIB_PATH)\ntquery.lib \
  19. $(SDK_LIB_PATH)\uuid.lib \
  20. $(SDK_LIB_PATH)\kernel32.lib \
  21. $(SDK_LIB_PATH)\user32.lib \
  22. $(SDK_LIB_PATH)\ole32.lib \
  23. $(SDK_LIB_PATH)\oleaut32.lib \
  24. $(UMLIBS)