mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-12 18:47:41 +00:00
13 lines
260 B
Makefile
13 lines
260 B
Makefile
# Custom defines for FirstVoices environment
|
|
|
|
!IFNDEF KEYMAN_ROOT
|
|
KEYMAN_ROOT=c:\keyman
|
|
!ENDIF
|
|
|
|
ROOT=$(KEYMAN_ROOT)\windows
|
|
FVROOT=$(KEYMAN_ROOT)\oem\firstvoices\windows
|
|
|
|
PRODUCTNAME=Keyman for FirstVoices
|
|
OEMNAME=FirstVoices
|
|
|
|
!include $(ROOT)\src\Defines.mak
|