mirror of
https://github.com/reactos/wine.git
synced 2025-03-03 02:05:48 +00:00
14 lines
240 B
Makefile
14 lines
240 B
Makefile
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = svchost.exe
|
|
APPMODE = -municode
|
|
IMPORTS = advapi32 kernel32
|
|
|
|
C_SRCS = \
|
|
svchost.c
|
|
|
|
@MAKE_PROG_RULES@
|