Small Makefile improvements

- fix old build commands still using OFLAGS
- make everything work with --warn-undefined-variables, which can be useful
  for debugging typos
This commit is contained in:
Manuel Pégourié-Gonnard 2015-06-24 12:16:20 +02:00
parent 21dcc1e748
commit 8d4a613cc5
2 changed files with 9 additions and 3 deletions

View file

@ -37,6 +37,9 @@ LOCAL_LDFLAGS += -lws2_32
ifdef SHARED
SHARED_SUFFIX=.$(DLEXT)
endif
else
EXEXT=
SHARED_SUFFIX=
endif
# Zlib shared library extensions: