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.

21 lines
370 B

  1. !INCLUDE $(PROJECT_ROOT)\cluster\sources.inc
  2. TARGETNAME=ClusCfgStartup
  3. TARGETPATH=obj
  4. TARGETTYPE=LIBRARY
  5. PRECOMPILED_CXX=1
  6. PRECOMPILED_INCLUDE=Pch.h
  7. MIDL_FLAGS=-DMIDL_PASS
  8. INCLUDES=\
  9. ..\inc; \
  10. ..\inc\$(O); \
  11. ..\..\inc; \
  12. ..\..\inc\$(O); \
  13. $(PROJECT_ROOT)\cluster\inc; \
  14. $(PROJECT_ROOT)\cluster\inc\$(O);
  15. SOURCES= \
  16. StartupNotify.cpp