mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
49f0dd3a2c
copying, moving and deleting drives. Added a "Show/Hide Advanced" button in the drive edit dialog that toggles the display of advanced options and resizes/moves controls. Disable the 'autodetect' radio button in the drive edit dialog until we have autodetection support. Map window 'x' button to dialog close.
25 lines
415 B
Makefile
25 lines
415 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = winecfg.exe
|
|
APPMODE = -mwindows
|
|
IMPORTS = comdlg32 comctl32 user32 advapi32 kernel32
|
|
|
|
C_SRCS = \
|
|
appdefaults.c \
|
|
audio.c \
|
|
drive.c \
|
|
libraries.c \
|
|
main.c \
|
|
properties.c \
|
|
winecfg.c \
|
|
x11drvdlg.c
|
|
|
|
RC_SRCS = winecfg.rc
|
|
RC_BINSRC = winecfg.rc
|
|
RC_BINARIES = idb_wine.bmp
|
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
### Dependencies:
|