Leaked source code of windows server 2003
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.

24 lines
423 B

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