added: plugins_dir to config

small changes in makefiles


git-svn-id: svn://ttmath.org/publicrep/winix/trunk@643 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2010-08-17 22:32:47 +00:00
parent eec0ddf466
commit 3b655f39e1
15 changed files with 73 additions and 29 deletions

View File

@@ -74,7 +74,7 @@ bool App::CreateFCGISocket()
int s = FCGX_OpenSocket(sock, 10);
int s = FCGX_OpenSocket(sock, 100);
if( s < 0 )
{