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.

49 lines
916 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1996 - 1998
  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. !ENDIF
  11. MAJORCOMP=ks
  12. TARGETPATH=obj
  13. TARGETTYPE=DYNLINK
  14. DLLDEF=..\streamci.def
  15. DLLENTRY=_DllMainCRTStartup
  16. TARGETLIBS=$(WIN32_LIBS)
  17. LINKLIBS=\
  18. $(LINKLIBS) \
  19. $(BASEDIR)\public\sdk\lib\*\setupapi.lib \
  20. $(BASEDIR)\public\sdk\lib\*\user32.lib \
  21. $(BASEDIR)\public\sdk\lib\*\ole32.lib
  22. INCLUDES=..;$(BASE_INC_PATH)
  23. UMTYPE=windows
  24. UMRES=obj\*\streamci.res
  25. MSC_WARNING_LEVEL=/W3 /WX
  26. SOURCES=\
  27. ..\streamci.rc\
  28. ..\streamci.c\
  29. ..\debug.c
  30. COFFBASE=streamci
  31. #C_DEFINES=$(C_DEFINES) -DDEBUG_LEVEL=DEBUGLVL_TERSE