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.

48 lines
790 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=LIBRARY
  15. USE_MSVCRT=1
  16. SOURCES= \
  17. gbit.c \
  18. gdate.c \
  19. gfile.c \
  20. gmem.c \
  21. gutils.c \
  22. list.c \
  23. sockets.c \
  24. status.c \
  25. table.c \
  26. tpaint.c \
  27. tprint.c \
  28. tree.c \
  29. tscroll.c \
  30. utils.c \
  31. gutils.rc
  32. C_DEFINES=-DWIN32 -DSOCKETS
  33. DLLENTRY=LibMain
  34. DLLBASE=0x1c000000
  35. MSC_WARNING_LEVEL=/WX /W3
  36. PRECOMPILED_INCLUDE=precomp.h