Missed a spot in the previous commit.

This commit is contained in:
Pietro Gagliardi 2016-01-20 03:14:49 -05:00
parent a3344f0341
commit 908221f7dd
1 changed files with 2 additions and 2 deletions

View File

@ -37,9 +37,9 @@ else
# make every symbol hidden by default except _UI_EXTERN ones # make every symbol hidden by default except _UI_EXTERN ones
# TODO autogenerate a .def file? # TODO autogenerate a .def file?
CFLAGS += \ CFLAGS += \
/D "_UI_EXTERN=__declspec(dllexport) extern" -D "_UI_EXTERN=__declspec(dllexport) extern"
CXXFLAGS += \ CXXFLAGS += \
/D "_UI_EXTERN=__declspec(dllexport) extern" -D "_UI_EXTERN=__declspec(dllexport) extern"
endif endif
ifeq ($(USESSONAME),1) ifeq ($(USESSONAME),1)