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.

47 lines
690 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=IsInst
  14. MINORCOMP=IsInst
  15. TARGETPATH=obj
  16. TARGETTYPE=PROGRAM
  17. TARGETNAME=IsInst
  18. C_DEFINES=-DWIN32 -D_UNICODE -DUNICODE -DWINDOWS
  19. SOURCES= isinst.c
  20. TARGETLIBS=$(SDK_LIB_PATH)\user32.lib \
  21. $(SDK_LIB_PATH)\kernel32.lib
  22. UMTYPE=windows
  23. UMENTRY=winmain
  24. 386_WARNING_LEVEL=-W4