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.

73 lines
1.5 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. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. MSC_OPTIMIZATION=/W3
  15. GDIPROOT=$(ADVCORE_PATH)\gdiplus
  16. !include $(GDIPROOT)\sources.inc
  17. MAJORCOMP=windows
  18. MINORCOMP=driverhack
  19. TARGETNAME=driverhack
  20. TARGETPATH=$(_OBJ_DIR)
  21. TARGETTYPE=PROGRAM
  22. C_DEFINES=
  23. INCLUDES=$(GDIPROOT)\sdkinc
  24. SOURCES=Cfunctest.cpp \
  25. CHDC.cpp \
  26. CHWND.cpp \
  27. COutput.cpp \
  28. CPaths.cpp \
  29. CBanding.cpp \
  30. CPrimitive.cpp \
  31. CPrinter.cpp \
  32. CSetting.cpp \
  33. cprinting.cpp \
  34. Main.cpp \
  35. functest.rc \
  36. debug.cpp \
  37. cextra.cpp
  38. UMTYPE=windows
  39. UMENTRY=main
  40. UMLIBS=\
  41. !if $(HW_ACCELERATION_SUPPORT)
  42. $(SDK_LIB_PATH)\ddraw.lib \
  43. !endif
  44. $(GDIPROOT)\engine\flat\dll\$(O)\gdiplus.lib \
  45. $(SDK_LIB_PATH)\user32.lib \
  46. $(SDK_LIB_PATH)\kernel32.lib \
  47. $(SDK_LIB_PATH)\gdi32.lib \
  48. $(SDK_LIB_PATH)\ole32.lib \
  49. $(SDK_LIB_PATH)\uuid.lib \
  50. $(SDK_LIB_PATH)\comdlg32.lib \
  51. $(SDK_LIB_PATH)\comctl32.lib \