mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
16 lines
280 B
Makefile
16 lines
280 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = ole2nls.dll16
|
|
IMPORTS = kernel32
|
|
|
|
EXTRADLLFLAGS = -Wb,--subsystem,win16,--main-module,ole32.dll
|
|
EXTRARCFLAGS = -O res16
|
|
|
|
C_SRCS = ole2nls.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|