Source code of Windows XP (NT5)
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.0 KiB

  1. !IF 0
  2. Copyright (c) 1989-2000 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. Wally W. Ho (wallyho) 05-Jan-1999
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. BROWSER_INFO =1
  15. TARGETNAME=idwlog
  16. TARGETPATH=obj
  17. TARGETTYPE=PROGRAM
  18. #USE_LIBCMT=1
  19. USE_MSVCRT=1
  20. UMTYPE=windows
  21. UMENTRY=winmain
  22. INCLUDES=..\setuplog\inc;$(WINDOWS_INC_PATH)
  23. TARGETLIBS= \
  24. # $(SDK_LIB_PATH)\setupapi.lib \
  25. $(SDK_LIB_PATH)\cfgmgr32.lib \
  26. $(SDK_LIB_PATH)\mpr.lib \
  27. $(SDK_LIB_PATH)\shlwapi.lib \
  28. $(SDK_LIB_PATH)\shell32.lib \
  29. $(SDK_LIB_PATH)\version.lib
  30. USE_MSVCRT=1
  31. SOURCES=idwlog.rc \
  32. idwlog.cpp \
  33. network.cpp \
  34. idw_dbg.cpp \
  35. machines.cpp\
  36. service.cpp \
  37. servers.cpp \
  38. netinfo.cpp \
  39. files.cpp