Subversion Repositories DevTools

Rev

Rev 5710 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5710 Rev 5847
Line 14... Line 14...
14
# Build platform definitions ..
14
# Build platform definitions ..
15
#
15
#
16
Platform( '*' );
16
Platform( '*' );
17
 
17
 
18
############################################################################
18
############################################################################
19
#   Define the source files
19
#   For Windows
20
#
-
 
-
 
20
#       Statically link the runtime library as some amchines don't have the compiler runtime
-
 
21
CompileOptions('WINDOWS', 'multithread_static');
21
Src ('*', "timeout_win32.cpp");                 # For Windows
22
Src ('*', "timeout_win32.cpp");
22
Src ('*', "timeout_unix.c");                    # For Unix
23
Prog('WINDOWS' , 'timeout', 'timeout_win32' );
23
 
24
 
-
 
25
#
-
 
26
#   For Unix
24
Prog('WINDOWS' , "timeout", "timeout_win32" );
27
Src ('*', "timeout_unix.c");
25
Prog('UNIX'     ,"timeout", "timeout_unix" );
28
Prog('UNIX'     ,'timeout', 'timeout_unix' );
26
 
29
 
27
 
30
 
28
#.............................................................................
31
#.............................................................................
29
# Packaging definitions
32
# Packaging definitions
30
#
33
#