mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
17 lines
247 B
Makefile
17 lines
247 B
Makefile
DEFS = @DLLFLAGS@ -D__WINE__
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = resources
|
|
WRCEXTRA = -s -puser32
|
|
|
|
RC_SRCS = \
|
|
user32.rc
|
|
|
|
all: check_wrc $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
### Dependencies:
|