Change over to GNU build system - part 1

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1056 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
jcalcote
2008-06-26 17:02:11 +00:00
parent 91f9f1b91c
commit e7548d8b4c
350 changed files with 4510 additions and 841 deletions

View File

@@ -23,7 +23,7 @@
// $Id$
//-------------------------------------------------------------------------
#include "ftk.h"
#include "flaimtk.h"
#define F_ATOM_TEST_THREADS 64
#define F_ATOM_TEST_ITERATIONS 100000
@@ -4327,7 +4327,7 @@ int main(
}
if( RC_BAD( rc = pArgSet->addArg( "port", "listener port for RPC requests",
TRUE, F_ARG_OPTION, F_ARG_CONTENT_UNSIGNED_INT, 1, 65535)))
TRUE, F_ARG_OPTION, F_ARG_CONTENT_UNSIGNED_INT, (FLMUINT)1, (FLMUINT)65535)))
{
goto Exit;
}