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.

79 lines
1.5 KiB

  1. !IF 0
  2. Copyright (c) 1995-1995 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. History:
  11. Created 25-Apr-95 by Bruce Forstall (brucefo)
  12. from template of 27-Sep-94 by Bob Day (bobday)
  13. from template created 12-Apr-1990 by Steve Wood (stevewo)
  14. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  15. !ENDIF
  16. UMTYPE= windows
  17. TARGETNAME= ntlanui2
  18. TARGETPATH= obj
  19. TARGETTYPE= DYNLINK
  20. DLLDEF= $(O)\app.def
  21. DLLENTRY= _DllMainCRTStartup
  22. USE_MSVCRT=1
  23. C_DEFINES= $(C_DEFINES) -DINC_OLE2 -DUNICODE -D_UNICODE
  24. # Make warnings equivalent to errors
  25. !IFNDEF MSC_WARNING_LEVEL
  26. MSC_WARNING_LEVEL=/W3
  27. !ENDIF
  28. MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
  29. INCLUDES=\
  30. $(O); \
  31. ..\debug;
  32. TARGETLIBS=\
  33. ..\debug\$(O)\debug.lib \
  34. $(SDK_LIB_PATH)\uuid.lib \
  35. $(SDK_LIB_PATH)\ole32.lib \
  36. $(SDK_LIB_PATH)\shell32.lib \
  37. $(SDK_LIB_PATH)\comctl32.lib \
  38. $(SDK_LIB_PATH)\netapi32.lib \
  39. $(SDK_LIB_PATH)\advapi32.lib \
  40. $(SDK_LIB_PATH)\kernel32.lib \
  41. $(SDK_LIB_PATH)\user32.lib
  42. CONDITIONAL_INCLUDES=\
  43. app.rc2 \
  44. afxres.h
  45. SOURCES=\
  46. messages.mc \
  47. dllmain.cxx \
  48. pages.cxx \
  49. ext.cxx \
  50. ole.cxx \
  51. util.cxx \
  52. app.rc
  53. PASS0_SOURCEDIR=$(O)
  54. PASS0_HEADERDIR=$(O)
  55. PRECOMPILED_INCLUDE=headers.hxx
  56. PRECOMPILED_CXX=1
  57. NTTARGETFILES=