Will probably not need, but hey.

This commit is contained in:
Themaister 2011-03-07 20:17:27 +01:00
parent 42d19f1a35
commit 3ef0276b2a
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ OBJ = ssnes.o file.o driver.o settings.o dynamic.o message.o rewind.o movie.o au
JOYCONFIG_OBJ = tools/ssnes-joyconfig.o conf/config_file.o
HEADERS = $(wildcard */*.h) $(wildcard *.h)
LIBS =
LIBS = -lm
DEFINES = -DHAVE_CONFIG_H
ifneq ($(findstring Darwin,$(shell uname -a)),)

View File

@ -15,7 +15,7 @@ HAVE_RSOUND = 1
HAVE_FILTER = 1
libsnes ?= -lsnes
LIBS = -lws2_32
LIBS = -lws2_32 -lm
DEFINES = -I. -DHAVE_CONFIGFILE
LDFLAGS = -L. -static-libgcc -s