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.

44 lines
882 B

  1. #/*++
  2. #
  3. #Copyright (c) 1991 - 2002 Microsoft Corporation
  4. #
  5. #Module Name:
  6. #
  7. # ### ##### ## ## ##### #### ##### ###
  8. # ## # ## ## ## ## ## ## ## # ## ## #
  9. # ### ## ## ## ## ## ## ## ## ###
  10. # ### ## ## ## ## ##### ## ##### ###
  11. # ### ## ## ## ## #### ## ## ###
  12. # # ## ## ## ## ## ## ## ## # ## # ##
  13. # ### ##### #### ## ## #### ##### ###
  14. #
  15. #Abstract:
  16. #
  17. # Makefile for building the Microsoft GUI application.
  18. #
  19. #@@BEGIN_DDKSPLIT
  20. #Author:
  21. #
  22. # Wesley Witt (wesw) 1-Oct-2001
  23. #
  24. #@@END_DDKSPLIT
  25. #--*/
  26. #
  27. TARGETNAME=sagui
  28. TARGETPATH=obj
  29. TARGETTYPE=PROGRAM
  30. UMTYPE=windows
  31. UMENTRY=wmain
  32. USER_INCLUDES=\
  33. $(DDK_INC_PATH)
  34. TARGETLIBS=\
  35. $(SDK_LIB_PATH)\comctl32.lib\
  36. $(SDK_LIB_PATH)\ole32.lib\
  37. $(SDK_LIB_PATH)\oleaut32.lib
  38. SOURCES=\
  39. gui.cpp\
  40. gui.rc