Move poshlib to extern.

This commit is contained in:
castano 2009-03-02 07:30:38 +00:00
parent 93e2fb46a9
commit 5ed9090012
4 changed files with 2026 additions and 0 deletions

6
extern/CMakeLists.txt vendored Normal file
View File

@ -0,0 +1,6 @@
IF(WIN32)
ADD_SUBDIRECTORY(gnuwin32)
ENDIF(WIN32)
ADD_SUBDIRECTORY(poshlib)

7
extern/poshlib/CMakeLists.txt vendored Normal file
View File

@ -0,0 +1,7 @@
SET(POSHLIB_SRCS
posh.c
posh.h)
ADD_LIBRARY(posh STATIC ${POSHLIB_SRCS})

1006
extern/poshlib/posh.c vendored Normal file

File diff suppressed because it is too large Load Diff

1007
extern/poshlib/posh.h vendored Normal file

File diff suppressed because it is too large Load Diff