blob: 5c4f68f68cf775d8f47fd3ac2afda049d0fc6f9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
#****************************** File Header ******************************\
# File Name: Sources.inc for FE KBDs
#
# Copyright (c) 1985-2000, Microsoft Corporation
#
# Project specific SOURCES file.
#
# History:
# May-14-1999 HiroYama Created
#***************************************************************************/
TARGETNAME=$(LAYOUTNAME)
!include ..\..\..\sources.inc
# Override some of the values set by sources.inc
SOURCES=$(LAYOUTNAME).c $(LAYOUTNAME).rc
C_DEFINES=$(C_DEFINES) -DFE_SB -DFE_IME
|