2003-03-31 21:41:55 +02:00
|
|
|
MODULE = winecfg.exe
|
2004-03-02 22:00:00 +01:00
|
|
|
APPMODE = -mwindows
|
2011-10-28 16:24:28 +02:00
|
|
|
IMPORTS = uuid comdlg32 comctl32 shell32 ole32 winmm shlwapi uxtheme user32 gdi32 advapi32
|
2003-03-31 21:41:55 +02:00
|
|
|
|
|
|
|
C_SRCS = \
|
2010-06-03 00:56:00 +02:00
|
|
|
about.c \
|
2003-09-30 02:27:55 +02:00
|
|
|
appdefaults.c \
|
2004-01-20 03:07:35 +01:00
|
|
|
audio.c \
|
2003-08-30 02:49:00 +02:00
|
|
|
drive.c \
|
2004-11-23 14:50:23 +01:00
|
|
|
drivedetect.c \
|
|
|
|
driveui.c \
|
2004-01-07 01:43:40 +01:00
|
|
|
libraries.c \
|
2003-03-31 21:41:55 +02:00
|
|
|
main.c \
|
2005-08-24 12:59:40 +02:00
|
|
|
theme.c \
|
2003-08-30 02:40:46 +02:00
|
|
|
winecfg.c \
|
|
|
|
x11drvdlg.c
|
2003-03-31 21:41:55 +02:00
|
|
|
|
2011-11-18 14:23:04 +01:00
|
|
|
RC_SRCS = winecfg.rc
|
2011-01-13 22:44:59 +01:00
|
|
|
PO_SRCS = winecfg.rc
|
|
|
|
|
2010-12-05 16:17:42 +01:00
|
|
|
MANPAGE = winecfg.man
|
2010-11-24 15:43:10 +01:00
|
|
|
|
2010-04-21 00:50:45 +02:00
|
|
|
SVG_SRCS = \
|
2010-06-09 01:03:23 +02:00
|
|
|
logo.svg \
|
2010-04-21 00:50:45 +02:00
|
|
|
winecfg.svg
|
|
|
|
|
2003-03-31 21:41:55 +02:00
|
|
|
@MAKE_PROG_RULES@
|