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.

34 lines
625 B

  1. #
  2. # Builds the my pictures screensaver common library, SSCOMMON.LIB
  3. #
  4. SYNCHRONIZE_BLOCK=1
  5. !include $(PROJECT_ROOT)\ui\uienv.inc
  6. TARGETPATH=$(PROJECT_ROOT)\ui\lib\$(PLATFORM_SUFFIX)
  7. ATL_VER = 30
  8. USE_STATIC_ATL = 1
  9. TARGETNAME=sscommon
  10. TARGETTYPE=LIBRARY
  11. SOURCES=..\cfgdlg.cpp \
  12. ..\findfile.cpp \
  13. ..\findimgs.cpp \
  14. ..\imagescr.cpp \
  15. ..\imgs.cpp \
  16. ..\painters.cpp \
  17. ..\ssdata.cpp \
  18. ..\sshndler.cpp \
  19. ..\extimer.cpp \
  20. ..\ssutil.cpp
  21. PRECOMPILED_CXX=1
  22. PRECOMPILED_INCLUDE=..\precomp.h
  23. PRECOMPILED_PCH=precomp.pch
  24. PRECOMPILED_OBJ=precomp.obj