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.

75 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. TARGETNAME=oledlg
  15. TARGETPATH=obj
  16. C_DEFINES=-DCHICO
  17. TARGETTYPE=DYNLINK
  18. EXPECTED_WINVER=4.0
  19. UMTYPE=windows
  20. INCLUDES=..
  21. PRECOMPILED_INCLUDE=..\precomp.h
  22. PRECOMPILED_PCH=precomp.pch
  23. PRECOMPILED_OBJ=precomp.obj
  24. SOURCES= ..\chngsrc.cpp \
  25. ..\objprop.cpp \
  26. ..\busy.cpp \
  27. ..\common.cpp \
  28. ..\convert.cpp \
  29. ..\drawicon.cpp \
  30. ..\icon.cpp \
  31. ..\iconbox.cpp \
  32. ..\insobj.cpp \
  33. ..\links.cpp \
  34. ..\ole2ui.cpp \
  35. ..\olestd.cpp \
  36. ..\pastespl.cpp \
  37. ..\targtdev.cpp \
  38. ..\oleutl.cpp \
  39. ..\resimage.cpp \
  40. ..\utility.cpp \
  41. ..\dllfuncs.cpp \
  42. ..\geticon.cpp \
  43. ..\wrapstub.cpp \
  44. ..\ole2ui.rc
  45. CHICAGO_PRODUCT=1
  46. NTLIBCPATH=$(_WINBASE)\Dev\Tools\C932\Lib
  47. TARGETLIBS= \
  48. $(SDK_LIB_PATH)\kernel32.lib \
  49. $(SDK_LIB_PATH)\user32.lib \
  50. $(SDK_LIB_PATH)\gdi32.lib \
  51. $(SDK_LIB_PATH)\advapi32.lib \
  52. $(SDK_LIB_PATH)\ole32.lib \
  53. $(SDK_LIB_PATH)\uuid.lib \
  54. $(BASEDIR)\private\ole32\dcom95\lib\msvcrt.lib