no more dll for plugin
This commit is contained in:
parent
cb57dd49c7
commit
85d1fc1425
|
@ -3,14 +3,6 @@
|
||||||
#
|
#
|
||||||
PROJECT (Complex)
|
PROJECT (Complex)
|
||||||
|
|
||||||
# For borland since CMakeLib is a dll all .cxx files have
|
|
||||||
# to be compiled with -tWR to get the dll version of the borland
|
|
||||||
# standard library
|
|
||||||
IF(BORLAND)
|
|
||||||
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -tWR")
|
|
||||||
SET(CMAKE_LINKER_FLAGS "${CMAKE_LINKER_FLAGS} -tWR")
|
|
||||||
ENDIF(BORLAND)
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Define a macro
|
# Define a macro
|
||||||
#
|
#
|
||||||
|
|
|
@ -3,14 +3,6 @@
|
||||||
#
|
#
|
||||||
PROJECT (Complex)
|
PROJECT (Complex)
|
||||||
|
|
||||||
# For borland since CMakeLib is a dll all .cxx files have
|
|
||||||
# to be compiled with -tWR to get the dll version of the borland
|
|
||||||
# standard library
|
|
||||||
IF(BORLAND)
|
|
||||||
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -tWR")
|
|
||||||
SET(CMAKE_LINKER_FLAGS "${CMAKE_LINKER_FLAGS} -tWR")
|
|
||||||
ENDIF(BORLAND)
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Define a macro
|
# Define a macro
|
||||||
#
|
#
|
||||||
|
|
|
@ -3,14 +3,6 @@
|
||||||
#
|
#
|
||||||
PROJECT (Complex)
|
PROJECT (Complex)
|
||||||
|
|
||||||
# For borland since CMakeLib is a dll all .cxx files have
|
|
||||||
# to be compiled with -tWR to get the dll version of the borland
|
|
||||||
# standard library
|
|
||||||
IF(BORLAND)
|
|
||||||
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -tWR")
|
|
||||||
SET(CMAKE_LINKER_FLAGS "${CMAKE_LINKER_FLAGS} -tWR")
|
|
||||||
ENDIF(BORLAND)
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Define a macro
|
# Define a macro
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue