Subversion Repositories DevTools

Rev

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

Rev 5692 Rev 5710
Line 16... Line 16...
16
Platform( '*' );
16
Platform( '*' );
17
 
17
 
18
############################################################################
18
############################################################################
19
#   Define the source files
19
#   Define the source files
20
#
20
#
21
Src ('*', "timeout_win32.c");                   # For Windows
21
Src ('*', "timeout_win32.cpp");                 # For Windows
22
Src ('*', "timeout_unix.c");                    # For Unix
22
Src ('*', "timeout_unix.c");                    # For Unix
23
 
23
 
24
Prog('WINDOWS' , "timeout", "timeout_win32" );
24
Prog('WINDOWS' , "timeout", "timeout_win32" );
25
Prog('UNIX'     ,"timeout", "timeout_unix" );
25
Prog('UNIX'     ,"timeout", "timeout_unix" );
26
 
26