- fix classpnp compilation.
Thanks go to lassy to explain me why this didn't work before.

svn path=/branches/cmake-bringup/; revision=49383
This commit is contained in:
Jérôme Gardou 2010-10-31 22:46:22 +00:00
parent 8e61f006a7
commit adbabf12ed

View file

@ -10,6 +10,10 @@ add_definitions(
-DCLASS_GLOBAL_BUFFERED_DEBUG_PRINT_BUFFERS=512
)
if(NOT MSVC)
add_definitions(-mrtd -fno-builtin -w)
endif()
list(APPEND SOURCE
autorun.c
class.c