Subversion Repositories DevTools

Rev

Rev 267 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 267 Rev 4814
Line 22... Line 22...
22
#
22
#
23
Src ('*', "pipe_win32.c");                      # For Windows
23
Src ('*', "pipe_win32.c");                      # For Windows
24
Src ('*', "pipe.c");                            # For others
24
Src ('*', "pipe.c");                            # For others
25
Src ('*', "stdouterr.c");                       # Test Utility
25
Src ('*', "stdouterr.c");                       # Test Utility
26
 
26
 
27
Prog('WIN32' , "stdmux", "pipe_win32" );
27
Prog('WINDOWS' , "stdmux", "pipe_win32" );
28
Prog('!WIN32' ,"stdmux", "pipe" );
28
Prog('!WINDOWS' ,"stdmux", "pipe" );
29
 
29
 
30
Prog('*'      ,"stdouterr", "stdouterr" );
30
Prog('*'      ,"stdouterr", "stdouterr" );
31
 
31
 
32
#.............................................................................
32
#.............................................................................
33
# Packaging definitions
33
# Packaging definitions