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.

46 lines
640 B

  1. #Copyright (c) 1998 - 1999 Microsoft Corporation
  2. !IF 0
  3. Module Name:
  4. sources.inc
  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. Makarand Patwardhan (makarp)
  12. !ENDIF
  13. MAJORCOMP=ists
  14. MINORCOMP=ists
  15. TARGETPATH=obj
  16. TARGETTYPE=PROGRAM
  17. TARGETNAME=IsTS
  18. C_DEFINES=-DWIN32 -D_UNICODE -DUNICODE -DWINDOWS
  19. SOURCES= ists.c
  20. TARGETLIBS=$(SDK_LIB_PATH)\user32.lib
  21. UMTYPE=windows
  22. UMENTRY=winmain
  23. 386_WARNING_LEVEL=-W4