| Line 39... |
Line 39... |
| 39 |
Src ('*', 'TextReplace/TextReplace.dll' );
|
39 |
Src ('*', 'TextReplace/TextReplace.dll' );
|
| 40 |
Src ('*', 'TextReplace/TextReplace.nsh' );
|
40 |
Src ('*', 'TextReplace/TextReplace.nsh' );
|
| 41 |
PackageFile ('*', 'TextReplace.dll', '--Dir=tools/bin/win32/nsis' );
|
41 |
PackageFile ('*', 'TextReplace.dll', '--Dir=tools/bin/win32/nsis' );
|
| 42 |
PackageFile ('*', 'TextReplace.nsh', '--Dir=tools/scripts/nsis' );
|
42 |
PackageFile ('*', 'TextReplace.nsh', '--Dir=tools/scripts/nsis' );
|
| 43 |
|
43 |
|
| - |
|
44 |
Src ('*', 'SimpleService/SimpleSC.dll' );
|
| - |
|
45 |
Src ('*', 'SimpleService/SimpleSC.txt' );
|
| - |
|
46 |
PackageFile ('*', 'SimpleSC.dll', '--Dir=tools/bin/win32/nsis' );
|
| - |
|
47 |
PackageFile ('*', 'SimpleSC.txt', '--Dir=tools/doc' );
|
| 44 |
|
48 |
|
| 45 |
#.............................................................................
|
49 |
#.............................................................................
|
| 46 |
# Packaging definitions
|
50 |
# Packaging definitions
|
| 47 |
# Packaged in a manner that NSIS will not pick them up
|
51 |
# Packaged in a manner that NSIS will not pick them up
|
| 48 |
#
|
52 |
#
|