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.

31 lines
707 B

  1. #****************************** File Header ******************************\
  2. # File Name: Sources
  3. #
  4. # Copyright (c) 1985-96, Microsoft Corporation
  5. #
  6. #
  7. # 09-05-96 GerardoB Created
  8. #***************************************************************************/
  9. MAJORCOMP=sdktools
  10. MINORCOMP=hsplit
  11. TARGETNAME=hsplit
  12. TARGETPATH=obj
  13. TARGETTYPE=PROGRAM
  14. C_DEFINES=$(C_DEFINES) -DLATEST_WIN32_WINNT_VERSION=$(LATEST_WIN32_WINNT_VERSION)
  15. USE_MSVCRT=1
  16. SOURCES= hsfile.c \
  17. hsglobal.c \
  18. hsparse.c \
  19. hsutil.c \
  20. hsplit.c \
  21. hsplit.rc
  22. UMTYPE=console
  23. PRECOMPILED_INCLUDE=$(TARGETNAME).h
  24. PRECOMPILED_PCH=hsprecmp.pch
  25. PRECOMPILED_OBJ=hsprecmp.obj