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.

42 lines
690 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 = DDBTN
  13. TARGETEXT = IME
  14. TARGETPATH = $(_OBJ_DIR)
  15. TARGETTYPE = LIBRARY
  16. INCLUDES=$(BASEDIR)\public\sdk\inc;..\..\common
  17. # No runtime libray link
  18. USE_NOLIBS=1
  19. SOURCES=\
  20. cddbitem.cpp \
  21. cddbtn.cpp \
  22. cddbtnp.cpp \
  23. dbg.cpp \
  24. ddbtn.cpp
  25. !IF "$(FREEBUILD)" == "0"
  26. C_DEFINES=$(C_DEFINES) -DAWBOTH -DMSAA
  27. !ELSE
  28. C_DEFINES=$(C_DEFINES) -DAWBOTH -DMSAA
  29. !ENDIF