mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
16 lines
223 B
Makefile
16 lines
223 B
Makefile
DEFS = @DLLFLAGS@ -D__WINE__
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = resources
|
|
|
|
RC_SRCS = \
|
|
user32.rc
|
|
|
|
all: check_wrc $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
### Dependencies:
|