mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
94719d43d1
cursor size...) - implement the two sets of properties (default & current) - fixed some bugs mainly in dialog - enhanced font selection mechanisms, - added and protected sub-menu for all operations (sysmenu is not avail in managed mode) - better data separation for the backend(s)
20 lines
273 B
Makefile
20 lines
273 B
Makefile
EXTRADEFS = -DUNICODE
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = wineconsole
|
|
|
|
C_SRCS = \
|
|
dialog.c \
|
|
registry.c \
|
|
user.c \
|
|
wineconsole.c
|
|
|
|
RC_SRCS = \
|
|
wineconsole_res.rc
|
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
|
|
### Dependencies:
|