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.

40 lines
678 B

  1. !IF 0
  2. Copyright (c) 1989-1999 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. TARGETNAME=kext
  7. TARGETPATH=obj
  8. TARGETTYPE=DYNLINK
  9. DLLENTRY=_DllMainCRTStartup
  10. PRECOMPILED_INCLUDE=precomp.h
  11. PRECOMPILED_PCH=precomp.pch
  12. PRECOMPILED_OBJ=precomp.obj
  13. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  14. $(SDK_LIB_PATH)\dbgeng.lib
  15. USE_MSVCRT=1
  16. UMTYPE=windows
  17. # ICF doesn't do any good for this image. Turn it off.
  18. LINKER_NOICF=1
  19. INCLUDES = ..\..\dbg-common;
  20. SOURCES= diskspace.cpp \
  21. kext.cpp \
  22. kext.rc \
  23. mts.cpp \
  24. pci.cpp \
  25. physical.cpp \
  26. pooltag.cpp