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
908 B

  1. !IF 0
  2. Module Name:
  3. sources.
  4. Abstract:
  5. This file specifies the target component being built and the list of
  6. sources files needed to build that component. Also specifies optional
  7. compiler switches and libraries that are unique for the component being
  8. built.
  9. Author:
  10. Geraint Davies July 92
  11. !ENDIF
  12. TARGETNAME=gutils
  13. TARGETPATH=obj
  14. TARGETTYPE=DYNLINK
  15. TARGETLIBS= \
  16. $(SDK_LIB_PATH)\user32.lib \
  17. $(SDK_LIB_PATH)\kernel32.lib \
  18. $(SDK_LIB_PATH)\gdi32.lib \
  19. $(SDK_LIB_PATH)\wsock32.lib \
  20. $(SDK_LIB_PATH)\comdlg32.lib
  21. UMTYPE=windows
  22. USE_MSVCRT=1
  23. SOURCES= \
  24. gbit.c \
  25. gdate.c \
  26. gfile.c \
  27. gmem.c \
  28. gutils.c \
  29. list.c \
  30. sockets.c \
  31. status.c \
  32. table.c \
  33. tpaint.c \
  34. tprint.c \
  35. tree.c \
  36. tscroll.c \
  37. utils.c \
  38. gutils.rc
  39. C_DEFINES=-DWIN32 -DSOCKETS
  40. DLLENTRY=LibMain
  41. DLLBASE=0x1c000000
  42. MSC_WARNING_LEVEL=/WX /W3