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.

69 lines
1.5 KiB

  1. !IF 0
  2. Copyright (c) 1995 Microsoft Corporation
  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. Hirotoshi Shimizu(v-HirShi) 21-Jun-1995
  12. !ENDIF
  13. MAJORCOMP=windows
  14. MINORCOMP=console
  15. TARGETNAME=conime
  16. TARGETPATH=$(_OBJ_DIR)
  17. TARGETTYPE=PROGRAM
  18. INCLUDES=..\..\inc; \
  19. $(WINCORE_PATH); \
  20. ..\; \
  21. $(BASE_INC_PATH)
  22. USE_MSVCRT=1
  23. !IFNDEF MSC_WARNING_LEVEL
  24. MSC_WARNING_LEVEL=/W3
  25. !ENDIF
  26. MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
  27. C_DEFINES=-DWIN32 -DNT -DUNICODE -D_UNICODE \
  28. -DCUAS_ENABLE
  29. SOURCES=..\conime.c \
  30. ..\consubs.c \
  31. ..\imefull.c \
  32. ..\country.c \
  33. ..\country2.c \
  34. ..\country3.c \
  35. ..\conime.rc
  36. PRECOMPILED_INCLUDE=..\precomp.h
  37. PRECOMPILED_PCH=precomp.pch
  38. PRECOMPILED_OBJ=precomp.obj
  39. UMTYPE=windows
  40. UMENTRY=winmain
  41. UMAPPL=conime
  42. UMLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  43. $(SDK_LIB_PATH)\kernl32p.lib \
  44. $(SDK_LIB_PATH)\user32.lib \
  45. $(SDK_LIB_PATH)\ntdll.lib \
  46. $(SDK_LIB_PATH)\imm32.lib \
  47. $(WINDOWS_LIB_PATH)\imm32p.lib \
  48. $(SDK_LIB_PATH)\gdi32.lib \
  49. $(SDK_LIB_PATH)\shell32.lib