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

!IF 0
Copyright (c)1999 Microsoft Corporation
Module Name:
sources
Abstract
Author:
Chae Seong Lim (cslim) 16-Jul-1999
!ENDIF
!include ..\..\..\common.inc
MAJORCOMP = FEIME
MINORCOMP = PRIVATEUILIB
TARGETNAME = DDBTN
TARGETEXT = IME
TARGETPATH = $(_OBJ_DIR)
TARGETTYPE = LIBRARY
INCLUDES=$(BASEDIR)\public\sdk\inc;..\..\common
# No runtime libray link
USE_NOLIBS=1
SOURCES=\
cddbitem.cpp \
cddbtn.cpp \
cddbtnp.cpp \
dbg.cpp \
ddbtn.cpp
!IF "$(FREEBUILD)" == "0"
C_DEFINES=$(C_DEFINES) -DAWBOTH -DMSAA
!ELSE
C_DEFINES=$(C_DEFINES) -DAWBOTH -DMSAA
!ENDIF