add xp support and fix static build
This commit is contained in:
committed by
dukelsky
parent
dbea29951d
commit
bf7f3c9b2f
@@ -2,6 +2,5 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
set(glibc_SOURCES
|
||||
regex.cpp
|
||||
)
|
||||
add_definitions(-DHAVE_CONFIG_H)
|
||||
include_directories(../gall)
|
||||
ADD_LIBRARY(glibc STATIC ${glibc_SOURCES})
|
||||
|
Reference in New Issue
Block a user