mirror of
https://github.com/reactos/wine.git
synced 2024-11-30 15:10:27 +00:00
d1895a776c
normal dlls. This enables the use of the resource API.
19 lines
274 B
Makefile
19 lines
274 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@
|
|
|
|
$(RC_SRCS:.rc=.s): $(WRC)
|
|
|
|
### Dependencies:
|