WSL/SLF GitLab Repository

Skip to content
Snippets Groups Projects
Commit 68d10af3 authored by Mathias Bavay's avatar Mathias Bavay
Browse files

Code::blocks was not compiling anymore... this has been fixed.

parent a05be23e
No related branches found
No related tags found
No related merge requests found
......@@ -63,9 +63,9 @@ ELSE(MSVC)
SET(ARCH_SAFE "")
SET(DEBUG "-g3 -O0 -D__DEBUG")
SET(_VERSION "-D_VERSION=\\\"${_versionString}\\\"")
IF(BUILD_SHARED_LIBS)
ADD_DEFINITIONS(-DMIO_DLL)
ENDIF(BUILD_SHARED_LIBS)
#IF(BUILD_SHARED_LIBS)
# ADD_DEFINITIONS(-DMIO_DLL)
#ENDIF(BUILD_SHARED_LIBS)
ENDIF(MSVC)
IF(UNIX)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment