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.

66 lines
1.4 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. !if $(386) && 0
  13. DLLORDER=..\x86.prf
  14. !elseif $(MIPS) && 0
  15. DLLORDER=..\mips.prf
  16. !endif
  17. MINORCOMP=oixsso
  18. TARGETNAME=oixsso
  19. TARGETTYPE=DYNLINK
  20. DLLDEF=$(_OBJ_DIR)\*\oixsso.def
  21. DLLENTRY=_DllMainCRTStartup
  22. INCLUDES=$(INCLUDES);..\..\..\h;..;..\lib;..\..\..\qutil\h
  23. C_DEFINES=$(C_DEFINES:-UWIN32_LEAN_AND_MEAN=)
  24. C_DEFINES=$(C_DEFINES) -DOLYMPUS_COMPONENT
  25. RCOPTIONS=-I$(O)
  26. USE_MIDL_FOR_MKTYPLIB=1
  27. MKTYPLIB_FLAGS=/h ixssoifc.h
  28. SOURCES=oixsso.rc \
  29. ..\ixsso.odl \
  30. ixsso_i.c \
  31. ..\ixssocf.cxx \
  32. ..\ixsso.cxx \
  33. ..\ixsquery.cxx \
  34. ..\ixsutil.cxx \
  35. ..\ixsinfo.cxx
  36. NTTARGETFILE0=$(_OBJ_DIR)\*\oixsso.def $(_OBJ_DIR)\*\ixsso.tlb ixssoifc.h
  37. LINKLIBS= $(LINKLIBS) \
  38. ..\lib\$(_OBJ_DIR)\*\ixsso.lib\
  39. ..\..\..\query\olympus\$(_OBJ_DIR)\*\oquery.lib \
  40. $(SDK_LIB_PATH)\user32.lib \
  41. $(SDK_LIB_PATH)\oleaut32.lib \
  42. $(SDK_LIB_PATH)\uuid.lib \
  43. $(TARGETLIBS)
  44. PRECOMPILED_OPTION=/Yu /Fp..\lib\$(_OBJ_DIR)\*\pch.pch
  45. PRECOMPILED_TARGET=..\lib\$(_OBJ_DIR)\*\pch.pch
  46. PRECOMPILED_CXX=1