mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 13:38:19 +00:00
* Change newinflib to inflib.
CORE-6662 #resolve svn path=/trunk/; revision=57305
This commit is contained in:
parent
e4eb7f1d40
commit
1385921317
21 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
add_definitions(${I18N_DEFS})
|
||||
include_directories(
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${REACTOS_SOURCE_DIR}/lib/newinflib
|
||||
${REACTOS_SOURCE_DIR}/lib/inflib
|
||||
${REACTOS_SOURCE_DIR}/include/reactos/libs/zlib
|
||||
${REACTOS_SOURCE_DIR}/include/reactos/drivers)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
add_subdirectory(cmlib)
|
||||
add_subdirectory(newinflib)
|
||||
add_subdirectory(inflib)
|
||||
|
||||
if(CMAKE_CROSSCOMPILING)
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
add_definitions(-DMKHIVE_HOST)
|
||||
|
||||
include_directories(
|
||||
${REACTOS_SOURCE_DIR}/lib/newinflib
|
||||
${REACTOS_SOURCE_DIR}/lib/inflib
|
||||
${REACTOS_SOURCE_DIR}/lib/cmlib
|
||||
${REACTOS_SOURCE_DIR}/lib/rtl)
|
||||
|
||||
|
|
Loading…
Reference in a new issue