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.

63 lines
1.2 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. Steve Wood (stevewo) 12-Apr-1990
  12. Changes:
  13. Eric Vandenberg 27-7-1999
  14. - Modified to use GDI+
  15. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  16. !ENDIF
  17. MAJORCOMP=windows
  18. MINORCOMP=test
  19. TARGETNAME=reversi
  20. TARGETPATH=$(_OBJ_DIR)
  21. TARGETTYPE=PROGRAM
  22. TARGETLIBS=
  23. GDIPROOT=$(ADVCORE_PATH)\gdiplus
  24. INCLUDES=$(GDIPROOT)\sdkinc;.
  25. C_DEFINES=-DUNICODE -D_UNICODE
  26. USE_MSVCRT=1
  27. SOURCES=reversi.cpp rev.cpp res.rc
  28. UMTYPE=windows
  29. UMENTRY=winmain
  30. UMAPPL=reversi
  31. UMLIBS=\
  32. $(GDIPROOT)\Engine\flat\dll\$(O)\gdiplus.lib \
  33. $(SDK_LIB_PATH)\comdlg32.lib \
  34. $(SDK_LIB_PATH)\gdi32.lib \
  35. $(SDK_LIB_PATH)\user32.lib \
  36. $(SDK_LIB_PATH)\kernel32.lib \
  37. $(SDK_LIB_PATH)\binmode.obj \
  38. $(SDK_LIB_PATH)\ntdll.lib \
  39. $(SDK_LIB_PATH)\pwin32.lib \
  40. $(SDK_LIB_PATH)\setargv.obj \
  41. $(O)\rev.obj \
  42. $(O)\res.res