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.

55 lines
941 B

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. � 1998 Seagate Software, Inc. All rights reserved
  4. Module Name:
  5. sources.
  6. Abstract:
  7. This file specifies the target component being built and the list of
  8. sources files needed to build that component. Also specifies optional
  9. compiler switches and libraries that are unique for the component being
  10. built.
  11. Author:
  12. Steve Wood (stevewo) 12-Apr-1990
  13. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  14. !ENDIF
  15. MAJORCOMP=gui
  16. MINORCOMP=HsmMMC
  17. C_DEFINES=$(C_DEFINES)
  18. UMTYPE=windows
  19. USE_NATIVE_EH=1
  20. USE_MFCUNICODE=1
  21. MFC_USRDLL=1
  22. MFC_VER=42
  23. USE_ATL=1
  24. PRECOMPILED_CXX=1
  25. PRECOMPILED_INCLUDE=stdafx.h
  26. PRECOMPILED_OBJ=precomp.obj
  27. PRECOMPILED_PCH=precomp.pch
  28. TARGETNAME=guiutil
  29. TARGETPATH=..\lib\$(_OBJ_DIR)
  30. TARGETTYPE=LIBRARY
  31. INCLUDES=$(BASEP_HSM_DIR)\inc;$(BASEP_HSM_DIR)\inc\$(O);..\inc
  32. SOURCES= \
  33. PropPage.cpp \
  34. WizSht.cpp \