mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2025-02-16 18:49:13 +01:00
9 lines
286 B
Makefile
9 lines
286 B
Makefile
INCLUDES = -I$(top_srcdir)/src/include -I$(top_builddir)/src -I$(top_srcdir)/src -I$(top_srcdir)
|
|
|
|
noinst_LIBRARIES = libosdep.a
|
|
|
|
libosdep_a_SOURCES = main.c memory.c posixemu.c writelog.c fsdb_win32.c \
|
|
hardfile_win32.c bsdsock.c
|
|
|
|
noinst_HEADERS = memory.h hrtimer.h posixemu.h
|