Moved dynamic loading macros to configuration header.

This commit is contained in:
Camilla Berglund
2012-03-29 14:21:04 +02:00
parent dd8b098387
commit fcf54b4b27
3 changed files with 8 additions and 1 deletions
-1
View File
@@ -36,7 +36,6 @@ if (BUILD_SHARED_LIBS)
if (_GLFW_WIN32_WGL)
# The GLFW DLL needs a special compile-time macro and import library name
set_target_properties(glfw PROPERTIES
COMPILE_DEFINITIONS "_GLFW_NO_DLOAD_GDI32;_GLFW_NO_DLOAD_WINMM"
PREFIX ""
IMPORT_PREFIX ""
IMPORT_SUFFIX "dll.lib")