Leaked source code of windows server 2003
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.

17 lines
381 B

  1. #
  2. # Builds the WIA Preview Window static library, PREVWND.LIB
  3. #
  4. !include $(PROJECT_ROOT)\ui\uienv.inc
  5. TARGETPATH=$(PROJECT_ROOT)\ui\lib\$(PLATFORM_SUFFIX)\$(_OBJ_DIR)
  6. TARGETNAME=prevwnd
  7. TARGETTYPE=LIBRARY
  8. SOURCES=..\prevwnd.cpp \
  9. ..\pwframe.cpp
  10. PRECOMPILED_CXX=1
  11. PRECOMPILED_INCLUDE=..\precomp.h
  12. PRECOMPILED_PCH=precomp.pch
  13. PRECOMPILED_OBJ=precomp.obj