Subversion Repositories DevTools

Rev

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

Rev 2429 Rev 4814
Line 15... Line 15...
15
require "$ARGV[1]";
15
require "$ARGV[1]";
16
 
16
 
17
# Build platform definitions ..
17
# Build platform definitions ..
18
#
18
#
19
Platform( '*' );
19
Platform( '*' );
20
AddFlags ('WIN32', '-DUNICODE', '-D_UNICODE');
20
AddFlags ('WINDOWS', '-DUNICODE', '-D_UNICODE');
21
 
21
 
22
############################################################################
22
############################################################################
23
#   Define the source files
23
#   Define the source files
24
#
24
#
25
Src ('WIN32',   "JatsFileUtilWin.c");                     # For Windows
25
Src ('WINDOWS',   "JatsFileUtilWin.c");                     # For Windows
26
Src ('!WIN32',  "JatsFileUtilUnx.c");                     # For Unix
26
Src ('!WINDOWS',  "JatsFileUtilUnx.c");                     # For Unix
27
 
27
 
28
Prog('*',       "JatsFileUtil", @OBJS );
28
Prog('*',       "JatsFileUtil", @OBJS );
29
 
29
 
30
#.............................................................................
30
#.............................................................................
31
# Packaging definitions
31
# Packaging definitions