Source code of Windows XP (NT5)
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.

78 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. !ENDIF
  12. DLLENTRY=DllMain
  13. DLLDEF=$(O)\oledlg.def
  14. MAJORCOMP=oledlg
  15. MINORCOMP=
  16. TARGETNAME=oledlg
  17. TARGETPATH=obj
  18. C_DEFINES=-DWIN32 -DWINVER=0x400
  19. TARGETTYPE=DYNLINK
  20. UMTYPE=windows
  21. INCLUDES=..
  22. PRECOMPILED_INCLUDE=..\precomp.h
  23. PRECOMPILED_PCH=precomp.pch
  24. PRECOMPILED_OBJ=precomp.obj
  25. 386_OPTIMIZATION=/Oy-
  26. SOURCES= ..\chngsrc.cpp \
  27. ..\objprop.cpp \
  28. ..\busy.cpp \
  29. ..\common.cpp \
  30. ..\convert.cpp \
  31. ..\drawicon.cpp \
  32. ..\icon.cpp \
  33. ..\iconbox.cpp \
  34. ..\insobj.cpp \
  35. ..\links.cpp \
  36. ..\ole2ui.cpp \
  37. ..\olestd.cpp \
  38. ..\pastespl.cpp \
  39. ..\targtdev.cpp \
  40. ..\oleutl.cpp \
  41. ..\resimage.cpp \
  42. ..\utility.cpp \
  43. ..\dllfuncs.cpp \
  44. ..\geticon.cpp \
  45. ..\wrapstub.cpp \
  46. ..\ole2ui.rc
  47. USE_MSVCRT=1
  48. LINKLIBS= \
  49. $(SDK_LIB_PATH)\kernel32.lib \
  50. $(SDK_LIB_PATH)\user32.lib \
  51. $(SDK_LIB_PATH)\gdi32.lib \
  52. $(SDK_LIB_PATH)\advapi32.lib \
  53. $(SDK_LIB_PATH)\ole32.lib \
  54. $(SDK_LIB_PATH)\uuid.lib