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.

71 lines
1.6 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. LMOBJ.
  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. Steve Wood (stevewo) 12-Apr-1989
  12. Revision History:
  13. Terence Kwan (terryk) 16-Oct-1991
  14. copy from $(UI)\common\src\lmobj\test
  15. Terence Kwan (terryk) 08-Nov-1991
  16. add apptesta.cxx
  17. Terence Kwan (terryk) 18-Nov-1991
  18. add apptestb.cxx
  19. Terence Kwan (terryk) 03-Jan-1991
  20. add mpr.lib and ntlanman.lib to the library line
  21. !ENDIF
  22. TARGETNAME=apptest
  23. TARGETPATH=obj
  24. TARGETTYPE=PROGRAM
  25. INCLUDES=..\..\common\hack;..\..\common\h;..\H;..\..\common\xlate;..\..\common\xlate\dlg;
  26. SOURCES= apptest.cxx \
  27. apptest3.cxx \
  28. apptest.rc
  29. UMTYPE=windows
  30. UMENTRY=winmain
  31. UMAPPL=apptest
  32. TARGETLIBS=\
  33. $(SDK_LIB_PATH)\mpr.lib \
  34. $(SDK_LIB_PATH)\uicollct.lib \
  35. $(SDK_LIB_PATH)\uiprof.lib \
  36. $(SDK_LIB_PATH)\uimisc.lib \
  37. $(SDK_LIB_PATH)\uistr.lib \
  38. $(SDK_LIB_PATH)\uilmobj.lib \
  39. $(SDK_LIB_PATH)\uimnet32.lib \
  40. $(SDK_LIB_PATH)\uiblt.lib \
  41. $(NETUIALL_LIB) \
  42. $(SDK_LIB_PATH)\pwin32.lib \
  43. $(SDK_LIB_PATH)\ntlanman.lib \
  44. $(SDK_LIB_PATH)\advapi32.lib \
  45. $(SDK_LIB_PATH)\acledit.lib \
  46. $(SDK_LIB_PATH)\netlib.lib \
  47. $(SDK_LIB_PATH)\netrap.lib \
  48. $(SDK_LIB_PATH)\netapi32.lib \
  49. $(SDK_LIB_PATH)\user32.lib \
  50. $(SDK_LIB_PATH)\gdi32.lib \
  51. $(SDK_LIB_PATH)\kernel32.lib