Subversion Repositories DevTools

Rev

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

Rev 4069 Rev 4270
Line 27... Line 27...
27
#
27
#
28
#
28
#
29
Src         ( '*'   , 'descpkg' );
29
Src         ( '*'   , 'descpkg' );
30
PackageFile ( '*'   , 'descpkg' );
30
PackageFile ( '*'   , 'descpkg' );
31
 
31
 
32
Src         ( '*'   , 'shellbuild.sh' );
32
Src         ( '*'   , 'shellbuild_linux.sh' );
33
PackageFile ( '*'   , 'shellbuild.sh', '--Subdir=tools/scripts' );
33
PackageFile ( '*'   , 'shellbuild_linux.sh', '--Subdir=tools/scripts' );
-
 
34
Src         ( '*'   , 'shellbuild_windows.pl' );
-
 
35
PackageFile ( '*'   , 'shellbuild_windows.pl', '--Subdir=tools/scripts' );
-
 
36
Src         ( '*'   , 'patch.pl' );
-
 
37
PackageFile ( '*'   , 'patch.pl', '--Subdir=tools/scripts' );
34
Src         ( '*'   , 'debbuild.pl' );
38
Src         ( '*'   , 'debbuild.pl' );
35
PackageFile ( '*'   , 'debbuild.pl', '--Subdir=tools/scripts' );
39
PackageFile ( '*'   , 'debbuild.pl', '--Subdir=tools/scripts' );
36
Src         ( '*'   , 'postinstall' );
40
Src         ( '*'   , 'postinstall' );
37
PackageFile ( '*'   , 'postinstall', '--Subdir=tools/scripts' );
41
PackageFile ( '*'   , 'postinstall', '--Subdir=tools/scripts' );
38
 
42