Kaydet (Commit) e8575148 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

try to make it build on windows

Change-Id: I1bc87e1c84926699a80a2bb0a9ee789e92663dfc
üst 67800826
......@@ -35,7 +35,11 @@ $(eval $(call gb_Library_add_exception_objects,chartopengl,\
chart2/source/view/main/DummyXShape \
))
ifeq ($(OS),LINUX)
ifeq ($(strip $(OS)),WNT)
$(eval $(call gb_Library_use_system_win32_libs,chartopengl,\
opengl32 \
))
else ifeq ($(OS),LINUX)
$(eval $(call gb_Library_add_libs,chartopengl,\
-ldl \
-lGL \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment