* Sync up to trunk head (r64829).

svn path=/branches/shell-experiments/; revision=64830
This commit is contained in:
Amine Khaldi 2014-10-19 18:45:40 +00:00
commit 609ba8d717
709 changed files with 6443 additions and 5701 deletions

View file

@ -10,4 +10,5 @@ if(ARCH STREQUAL "i386")
elseif(ARCH STREQUAL "amd64")
add_asm_files(cpprt_asm amd64/cpprt.s)
endif()
add_library(cpprt ${SOURCE} ${cpprt_asm})