mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 19:18:42 +00:00
9ea58cbfb5
Stop crash in "STAR WARS Galactic Battlegrounds Saga" Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
8 lines
104 B
Makefile
8 lines
104 B
Makefile
MODULE = dpnhupnp.dll
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
RC_SRCS = version.rc
|