mirror of
https://github.com/reactos/wine.git
synced 2024-11-30 07:00:30 +00:00
88d89f93ea
- Added start for global data manipulation - TODO list updated - Added some missing header file definitions - Added the ansi versions of dplay and dplobby - Fixed invalid macro for IDirectPlay4 - Cleaned up compiler warnings - More implementation, bug fixes and critical region protection
22 lines
346 B
Makefile
22 lines
346 B
Makefile
DEFS = @DLLFLAGS@ -D__WINE__
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = dplayx
|
|
|
|
SPEC_SRCS = dplay.spec dplayx.spec
|
|
|
|
C_SRCS = dplay.c \
|
|
dplobby.c \
|
|
dpclassfactory.c \
|
|
dplayx_main.c \
|
|
dplayx_global.c
|
|
|
|
all: $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
### Dependencies:
|
|
|