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.

46 lines
763 B

  1. !IF 0
  2. Copyright (c)1999 Microsoft Corporation
  3. Module Name:
  4. sources
  5. Abstract
  6. Author:
  7. Chae Seong Lim (cslim) 16-Jul-1999
  8. !ENDIF
  9. !include ..\..\..\common.inc
  10. MAJORCOMP = FEIME
  11. MINORCOMP = PRIVATEUILIB
  12. TARGETNAME = PLV
  13. TARGETEXT = IME
  14. TARGETPATH = $(_OBJ_DIR)
  15. TARGETTYPE = LIBRARY
  16. INCLUDES=..\..\common
  17. # No runtime libray link
  18. USE_NOLIBS=1
  19. SOURCES=\
  20. accplv.cpp \
  21. dbg.cpp \
  22. dispatch.cpp \
  23. iconview.cpp \
  24. ivmisc.cpp \
  25. plv.cpp \
  26. plvproc.cpp \
  27. repview.cpp \
  28. rvmisc.cpp \
  29. strutil.cpp
  30. !IF "$(FREEBUILD)" == "0"
  31. C_DEFINES=$(C_DEFINES) -DMSAA -DFE_KOREAN
  32. !ELSE
  33. C_DEFINES=$(C_DEFINES) -DMSAA -DFE_KOREAN
  34. !ENDIF