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
667 B

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