mirror of
https://github.com/reactos/reactos.git
synced 2025-05-19 00:54:18 +00:00
[NEWCC]
- Revert 56043 svn path=/trunk/; revision=56044
This commit is contained in:
parent
5ebff54d57
commit
97fa0caa77
1 changed files with 3 additions and 1 deletions
|
@ -18,7 +18,9 @@ add_definitions(
|
||||||
|
|
||||||
set_rc_compiler()
|
set_rc_compiler()
|
||||||
|
|
||||||
set(NEWCC TRUE)
|
if(NOT DEFINED NEWCC)
|
||||||
|
set(NEWCC FALSE)
|
||||||
|
endif(NOT DEFINED NEWCC)
|
||||||
|
|
||||||
if(NEWCC)
|
if(NEWCC)
|
||||||
add_definitions(-DNEWCC)
|
add_definitions(-DNEWCC)
|
||||||
|
|
Loading…
Reference in a new issue