mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
30 lines
523 B
Makefile
30 lines
523 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = winecfg.exe
|
|
APPMODE = -mwindows
|
|
IMPORTS = comdlg32 comctl32 shell32 ole32 winmm shlwapi uxtheme user32 gdi32 advapi32 kernel32
|
|
EXTRALIBS = -luuid
|
|
|
|
C_SRCS = \
|
|
appdefaults.c \
|
|
audio.c \
|
|
drive.c \
|
|
drivedetect.c \
|
|
driveui.c \
|
|
libraries.c \
|
|
main.c \
|
|
theme.c \
|
|
winecfg.c \
|
|
x11drvdlg.c
|
|
|
|
RC_SRCS = winecfg.rc
|
|
RC_BINSRC = winecfg.rc
|
|
RC_BINARIES = \
|
|
idb_checkbox.bmp \
|
|
idb_wine.bmp
|
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
### Dependencies:
|