mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:52:56 +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:
parent
8e61f006a7
commit
adbabf12ed
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ add_definitions(
|
||||||
-DCLASS_GLOBAL_BUFFERED_DEBUG_PRINT_BUFFERS=512
|
-DCLASS_GLOBAL_BUFFERED_DEBUG_PRINT_BUFFERS=512
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if(NOT MSVC)
|
||||||
|
add_definitions(-mrtd -fno-builtin -w)
|
||||||
|
endif()
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
autorun.c
|
autorun.c
|
||||||
class.c
|
class.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue