blob: 88c68a68b23fe29245a6c3cbfd8debc5bd449286 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
LIBRARY = libxomGeneric
CSRCS = \
omDefault.c \
omGeneric.c \
omImText.c \
omText.c \
omTextEsc.c \
omTextExt.c \
omTextPer.c \
omXChar.c
DEFINES += XKB_IN_SERVER
INCLUDES += ..\..\..\include\X11 ..\..\..\src\xlibi18n ..\..\..\src ..\..\..\src\xlibi18n
|