mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[FREELDR]
Disable pch. unix builder doesn't seem to like it. svn path=/trunk/; revision=53999
This commit is contained in:
parent
509f5c0361
commit
a1f7fb8eac
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ target_link_libraries(freeldr_pe_dbg
|
|||
rtl
|
||||
libcntpr)
|
||||
|
||||
add_pch(freeldr_pe include/freeldr.h)
|
||||
# add_pch(freeldr_pe include/freeldr.h)
|
||||
|
||||
add_dependencies(freeldr_pe asm)
|
||||
add_dependencies(freeldr_pe_dbg asm)
|
||||
|
|
Loading…
Reference in a new issue