First commit of 2008, Happy New Year!
Add option to compile without btClock and without profiling: comment out USE_BT_CLOCK, and #define BT_NO_PROFILE Fixed typo/case in #include "LinearMath/btQuickProf.h", in SpuParallelSolver.cpp Removed unnecessary files from libxml CMakeLists.txt
This commit is contained in:
@@ -4,6 +4,9 @@ INCLUDE_DIRECTORIES(
|
||||
|
||||
# Prevent MSVC from moaning
|
||||
ADD_DEFINITIONS( -D_CRT_SECURE_NO_WARNINGS)
|
||||
ADD_DEFINITIONS( -D_CRT_SECURE_NO_DEPRECATE)
|
||||
|
||||
|
||||
|
||||
ADD_LIBRARY(LibXML
|
||||
c14n.c
|
||||
@@ -27,8 +30,6 @@ ADD_LIBRARY(LibXML
|
||||
parserInternals.c
|
||||
pattern.c
|
||||
relaxng.c
|
||||
runsuite.c
|
||||
runtest.c
|
||||
SAX.c
|
||||
SAX2.c
|
||||
schematron.c
|
||||
@@ -41,9 +42,7 @@ ADD_LIBRARY(LibXML
|
||||
valid.c
|
||||
xinclude.c
|
||||
xlink.c
|
||||
xmlcatalog.c
|
||||
xmlIO.c
|
||||
xmllint.c
|
||||
xmlmemory.c
|
||||
xmlmodule.c
|
||||
xmlreader.c
|
||||
|
||||
Reference in New Issue
Block a user