Subversion Repositories DevTools

Rev

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

Rev 2033 Rev 2035
Line 25... Line 25...
25
#       .NSH files into: tools/scripts/nsis
25
#       .NSH files into: tools/scripts/nsis
26
#
26
#
27
Src ('*', 'nsODBC/nsODBC.dll' );
27
Src ('*', 'nsODBC/nsODBC.dll' );
28
PackageFile ('*', 'nsODBC.dll', '--Dir=tools/bin/win32/nsis' );
28
PackageFile ('*', 'nsODBC.dll', '--Dir=tools/bin/win32/nsis' );
29
 
29
 
-
 
30
 
-
 
31
Src ('*', 'nsisXML/nsisXML.dll' );
-
 
32
PackageFile ('*', 'nsisXML.dll', '--Dir=tools/bin/win32/nsis' );
-
 
33
 
-
 
34
Src ('*', 'TextReplace/TextReplace.dll' );
-
 
35
Src ('*', 'TextReplace/TextReplace.nsh' );
-
 
36
PackageFile ('*', 'TextReplace.dll', '--Dir=tools/bin/win32/nsis' );
-
 
37
PackageFile ('*', 'TextReplace.nsh', '--Dir=tools/scripts/nsis' );
-
 
38
 
-
 
39
 
30
#.............................................................................
40
#.............................................................................
31
#   Packaging definitions
41
#   Packaging definitions
32
#   Packaged in a manner that NSIS will not pick them up
42
#   Packaged in a manner that NSIS will not pick them up
33
#
43
#
34
PackageFile ( '*', '--DirTree=System' );
44
PackageFile ( '*', '--DirTree=System' );