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.

31 lines
520 B

  1. #
  2. # Builds the ImageIn common ui library, COMMON.LIB
  3. #
  4. !include $(PROJECT_ROOT)\ui\uienv.inc
  5. TARGETPATH=$(PROJECT_ROOT)\ui\lib\$(PLATFORM_SUFFIX)
  6. ATL_VER = 30
  7. USE_STATIC_ATL = 1
  8. INCLUDES= $(INCLUDES);\
  9. $(PROJECT_ROOT)\ui\prevwnd;
  10. TARGETNAME=scanlib
  11. TARGETTYPE=LIBRARY
  12. SOURCES=\
  13. ..\scandlg.cpp \
  14. ..\scanitem.cpp \
  15. ..\wiascand.cpp \
  16. ..\scanproc.cpp
  17. PRECOMPILED_CXX=1
  18. PRECOMPILED_INCLUDE=..\precomp.h
  19. PRECOMPILED_PCH=precomp.pch
  20. PRECOMPILED_OBJ=precomp.obj