Leaked source code of windows server 2003

39 lines
722 B

  1. !IF 0
  2. Copyright (c) 2001 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. Jin Huang (JinHuang) 3-Apr-2001
  12. !ENDIF
  13. MAJORCOMP=scerpc
  14. MINORCOMP=ntsdexts
  15. TARGETNAME=sceexts
  16. TARGETPATH=obj
  17. TARGETTYPE=DYNLINK
  18. TARGETLIBS=\
  19. $(SDK_LIB_PATH)\kernel32.lib \
  20. $(SDK_LIB_PATH)\advapi32.lib
  21. INCLUDES=..;..\;..\server
  22. SOURCES=sceexts.cpp \
  23. scedump.cpp \
  24. sceexts.rc
  25. UMTYPE=console
  26. DLLENTRY=_DllMainCRTStartup