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.

58 lines
1.0 KiB

  1. !IF 0
  2. Copyright (c) 1998 Microsoft Corporation
  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. Author:
  11. C. Brent Thomas (a-brentt) 4-Aug-1998
  12. Original
  13. !ENDIF
  14. !INCLUDE $(PROJECT_ROOT)\cluster\sources.inc
  15. TARGETNAME=cluscomp
  16. minorcomp=cluscomp
  17. TARGETPATH=$(_OBJ_DIR)
  18. TARGETTYPE=DYNLINK
  19. USE_MSVCRT=1
  20. C_DEFINES=$(C_DEFINES) -DUNICODE=1 -D_UNICODE=1
  21. INCLUDES=\
  22. $(INCLUDES);\
  23. ..\..\inc;\
  24. ..\..\inc\$(O);\
  25. ..\common;\
  26. $(ADMIN_INC_PATH)
  27. SOURCES=ClusComp.cpp \
  28. ClusComp.rc
  29. DLLBASE=0x7F240000
  30. UMTYPE=windows
  31. DLLENTRY=DllMain
  32. MISCFILES=\
  33. cluscomp.htm \
  34. cluscomp.txt
  35. TARGETLIBS=\
  36. ..\common\$(O)\SetupCommon.lib \
  37. $(SDK_LIB_PATH)\clusapi.lib \
  38. $(SDK_LIB_PATH)\kernel32.lib \
  39. $(SDK_LIB_PATH)\advapi32.lib \
  40. $(SDK_LIB_PATH)\user32.lib