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.

59 lines
1.3 KiB

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. !ENDIF
  11. !INCLUDE ..\..\..\user.mk
  12. MINORCOMP=ixsso
  13. TARGETNAME=ixsso
  14. TARGETTYPE=DYNLINK
  15. DLLDEF=$(O)\ixsso.def
  16. DLLENTRY=_DllMainCRTStartup
  17. INCLUDES=$(INCLUDES);..\..\..\h;..;..\lib\$(O);..\..\..\qutil\h
  18. C_DEFINES=$(C_DEFINES:-UWIN32_LEAN_AND_MEAN=) -DIXSSO_CATEGORIZE=1
  19. RCOPTIONS=-I$(O)
  20. USE_MIDL_FOR_MKTYPLIB=1
  21. MKTYPLIB_FLAGS=/h $(O)\ixssoifc.h /iid $(O)\ixsso_i.c
  22. SOURCES=ixsso.rc \
  23. ..\ixsso.odl \
  24. ixsso_i.c \
  25. ..\ixssocf.cxx \
  26. ..\ixsso.cxx \
  27. ..\ixsquery.cxx \
  28. ..\ixsutil.cxx \
  29. ..\ixsinfo.cxx
  30. NTTARGETFILE0= $(O)\ixsso.def $(O)\ixsso.tlb $(O)\ixssoifc.h
  31. LINKLIBS= $(LINKLIBS) \
  32. ..\lib\$(O)\ixsso.lib\
  33. $(SDK_LIB_PATH)\query.lib\
  34. $(SDK_LIB_PATH)\user32.lib \
  35. $(SDK_LIB_PATH)\oleaut32.lib \
  36. $(SDK_LIB_PATH)\uuid.lib \
  37. $(SDK_LIB_PATH)\wininet.lib \
  38. $(TARGETLIBS)
  39. PRECOMPILED_OPTION=/Yu /Fp..\lib\$(O)\pch.pch
  40. PRECOMPILED_TARGET=..\lib\$(O)\pch.pch
  41. PRECOMPILED_CXX=1