diff options
Diffstat (limited to 'input/layout/fe_kbds/fekbds.inc')
| -rw-r--r-- | input/layout/fe_kbds/fekbds.inc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/input/layout/fe_kbds/fekbds.inc b/input/layout/fe_kbds/fekbds.inc new file mode 100644 index 00000000..5c4f68f6 --- /dev/null +++ b/input/layout/fe_kbds/fekbds.inc @@ -0,0 +1,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 + |
