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.

51 lines
810 B

  1. #Copyright (c) 1998 - 1999 Microsoft Corporation
  2. !IF 0
  3. Module Name:
  4. sources
  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=ConMsg
  14. MINORCOMP=ConMsg
  15. TARGETPATH=obj
  16. TARGETTYPE=PROGRAM
  17. TARGETNAME=ConMsg
  18. #C_DEFINES=-DWIN32 -D_UNICODE -DUNICODE -DWINDOWS
  19. C_DEFINES=-DWIN32 -DWINDOWS
  20. SOURCES= ConMsg.cpp \
  21. stdafx.cpp \
  22. ConMsg.rc
  23. TARGETLIBS=$(SDK_LIB_PATH)\user32.lib \
  24. $(SDK_LIB_PATH)\wtsapi32.lib \
  25. $(SDK_LIB_PATH)\winsta.lib
  26. UMTYPE=windows
  27. UMENTRY=winmain
  28. 386_WARNING_LEVEL=-W4