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.

29 lines
660 B

  1. #+----------------------------------------------------------------------------
  2. #
  3. # Microsoft Windows
  4. # Copyright (C) Microsoft Corporation, 1996 - 1997.
  5. #
  6. #-----------------------------------------------------------------------------
  7. MAJORCOMP=admin
  8. MINORCOMP=testop
  9. TARGETNAME=dsopt
  10. TARGETTYPE=PROGRAM
  11. TARGETPATH=obj
  12. UMTYPE=console
  13. UMENTRY=main
  14. C_DEFINES = -DUNICODE
  15. USE_MSVCRT=1
  16. TARGETLIBS= \
  17. $(SDK_LIB_PATH)\kernel32.lib \
  18. $(SDK_LIB_PATH)\user32.lib \
  19. $(SDK_LIB_PATH)\advapi32.lib \
  20. $(SDK_LIB_PATH)\uuid.lib \
  21. $(SDK_LIB_PATH)\ole32.lib
  22. SOURCES= \
  23. main.cxx