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.

54 lines
1.2 KiB

  1. # CYS/MYS shared library
  2. #
  3. # Copyright (c) 2002 Microsoft Corporation
  4. #
  5. # 01-22-2002 jeffjon
  6. CYSLIB_BASE_NAME=cyslib
  7. TARGETPATH=$(PROJECT_ROOT)\cys\lib\$(_OBJ_DIR)
  8. TARGETLIBPATH=$(PROJECT_ROOT)\cys\lib\$(_OBJ_DIR)
  9. TARGETTYPE=LIBRARY
  10. UMTYPE=windows
  11. C_DEFINES=$(C_DEFINES) -DWIN32 -DWINNT -DUNICODE -D_UNICODE -DWORD97_STYLE -DISOLATION_AWARE_ENABLED
  12. INCLUDES= ..\; \
  13. ..\..\inc; \
  14. $(PROJECT_ROOT)\burnslib\inc; \
  15. $(DS_INC_PATH); \
  16. $(ENDUSER_INC_PATH); \
  17. $(NET_INC_PATH); \
  18. $(SHELL_INC_PATH);
  19. # required for C++ exceptions
  20. USE_NATIVE_EH=1
  21. # required for thread-safe heap
  22. USE_MSVCRT=1
  23. # required to support dynamic_cast
  24. USE_RTTI=1
  25. # required for STL (list, vector, string, etc.)
  26. USE_STL=1
  27. USE_PDB=1
  28. PRECOMPILED_INCLUDE=..\pch.h
  29. PRECOMPILED_CXX=1
  30. MSC_WARNING_LEVEL=/W4
  31. SOURCES=\
  32. ..\common.cpp \
  33. ..\init.cpp \
  34. ..\isdhcp.c \
  35. ..\IsDhcpConfigured.cpp \
  36. ..\NetworkAdapterConfig.cpp \
  37. ..\NetworkInterface.cpp \
  38. ..\RoleStatus.cpp \
  39. ..\state.cpp