mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[CMAKE]
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user