mirror of
https://github.com/reactos/wine.git
synced 2025-02-18 11:58:22 +00:00
19 lines
242 B
Makefile
19 lines
242 B
Makefile
DEFS = @DLLFLAGS@ -D__WINE__
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = oledlg
|
|
|
|
SPEC_SRCS = oledlg.spec
|
|
|
|
C_SRCS = \
|
|
oledlg_main.c
|
|
|
|
all: $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
### Dependencies:
|
|
|