Revert "starmath need to have _DLL_ defined, even on MacOS"

This reverts commit 60d98f881effca97b0165c8d391950e0d5da3e3d.

This is not the proper way to solve this problem. starmath should not depend on _DLL_
This commit is contained in:
Norbert Thiebaud 2011-01-19 12:42:55 -06:00
parent 98189d8f82
commit b608b4df11

View file

@ -251,7 +251,7 @@ endef
# Library class
gb_Library_DEFS := -D_DLL_
gb_Library_DEFS :=
gb_Library_TARGETTYPEFLAGS := -dynamiclib -single_module
gb_Library_SYSPRE := lib
gb_Library_UNOVERPRE := $(gb_Library_SYSPRE)uno_