mirror of
https://github.com/reactos/wine.git
synced 2025-02-12 23:58:56 +00:00
19 lines
298 B
Makefile
19 lines
298 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = cmdlgtst.exe
|
|
APPMODE = gui
|
|
IMPORTS = comdlg32 user32 gdi32 kernel32
|
|
|
|
C_SRCS = \
|
|
cmdlgtst.c
|
|
|
|
RC_SRCS = cmdlgr.rc
|
|
RC_BINSRC = cmdlgr.rc
|
|
RC_BINARIES = about.ico
|
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
### Dependencies:
|