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.

47 lines
958 B

  1. #
  2. # Builds the ImageIn common ui library, COMMON.LIB
  3. #
  4. !include $(PROJECT_ROOT)\ui\uienv.inc
  5. TARGETPATH=$(UI_DIR)\lib\$(PLATFORM_SUFFIX)
  6. ATL_VER = 30
  7. USE_STATIC_ATL = 1
  8. TARGETNAME=uicommon
  9. TARGETTYPE=LIBRARY
  10. SOURCES=\
  11. ..\uiexthlp.cpp \
  12. ..\miscutil.cpp \
  13. ..\createtb.cpp \
  14. ..\pshelper.cpp \
  15. ..\rescale.cpp \
  16. ..\dumpprop.cpp \
  17. ..\resid.cpp \
  18. ..\proparry.cpp \
  19. ..\errors.cpp \
  20. ..\32BitDib.cpp \
  21. ..\sysprops.cpp \
  22. ..\gdbgdata.cpp \
  23. ..\propstrm.cpp \
  24. ..\svselfil.cpp \
  25. ..\gwiaevnt.cpp \
  26. ..\wiacsh.cpp \
  27. ..\runwiz.cpp \
  28. ..\runnpwiz.cpp \
  29. ..\regionde.cpp \
  30. ..\mboxex.cpp \
  31. ..\wiacrc32.cpp \
  32. ..\wiafusion.cpp
  33. PRECOMPILED_CXX=1
  34. PRECOMPILED_INCLUDE=..\precomp.h
  35. PRECOMPILED_PCH=precomp.pch
  36. PRECOMPILED_OBJ=precomp.obj