- Formatting. No code change.

svn path=/branches/cmake-bringup/; revision=48444
This commit is contained in:
Amine Khaldi 2010-08-03 21:58:41 +00:00
parent fb995372b0
commit 53edf4d8fa
9 changed files with 12 additions and 21 deletions

View file

@ -1,5 +1,4 @@
add_definitions(-DUNICODE -D_UNICODE)
file(GLOB_RECURSE SOURCE "*.c")
add_library(delayimp ${SOURCE})
add_library(delayimp ${SOURCE})

View file

@ -1,4 +1,3 @@
file(GLOB_RECURSE SOURCE "*.c")
add_library(dxguid ${SOURCE})
add_library(dxguid ${SOURCE})

View file

@ -1,4 +1,3 @@
file(GLOB_RECURSE SOURCE "*.c")
add_library(ioevent ${SOURCE})
add_library(ioevent ${SOURCE})

View file

@ -1,4 +1,3 @@
file(GLOB_RECURSE SOURCE "*.c")
add_library(nt ${SOURCE})
add_library(nt ${SOURCE})

View file

@ -1,5 +1,4 @@
add_definitions(-DUNICODE -D_UNICODE)
file(GLOB_RECURSE SOURCE "*.c")
add_library(scrnsave ${SOURCE})
add_library(scrnsave ${SOURCE})

View file

@ -1,4 +1,3 @@
file(GLOB_RECURSE SOURCE "*.c")
add_library(strmiids ${SOURCE})
add_library(strmiids ${SOURCE})

View file

@ -1,4 +1,3 @@
file(GLOB_RECURSE SOURCE "*.c")
add_library(uuid ${SOURCE})
add_library(uuid ${SOURCE})

View file

@ -1,4 +1,3 @@
file(GLOB_RECURSE SOURCE "*.c")
add_library(wdmguid ${SOURCE})
add_library(wdmguid ${SOURCE})

View file

@ -1,5 +1,4 @@
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/subsys)
file(GLOB_RECURSE SOURCE "*.c")
add_library(smlib ${SOURCE})
add_library(smlib ${SOURCE})