Move poshlib to extern.

pull/216/head
castano 15 years ago
parent 93e2fb46a9
commit 5ed9090012

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

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

1006
extern/poshlib/posh.c vendored

File diff suppressed because it is too large Load Diff

1007
extern/poshlib/posh.h vendored

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save