mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 14:41:40 +00:00
[CMAKE]
- Delete an unneeded lib.mak - Don't build bin2c, we don't seem to need it. - A minor cleanup, no functionality change intended. svn path=/branches/cmake-bringup/; revision=50308
This commit is contained in:
parent
24511aea48
commit
a0cb4ff5eb
20 changed files with 326 additions and 348 deletions
|
@ -6,7 +6,7 @@ include_directories(
|
|||
${REACTOS_SOURCE_DIR}/lib/drivers/oskittcp/include)
|
||||
|
||||
if(ARCH MATCHES i386)
|
||||
list(APPEND SOURCE network/i386/checksum.S)
|
||||
list(APPEND SOURCE network/i386/checksum.S)
|
||||
endif()
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue