1 | NO CONTENT: file renamed from tests/scripts/Jobs.pm to tools/Jobs.pm |
|
NO CONTENT: file renamed from tests/scripts/Jobs.pm to tools/Jobs.pm |
1 | NO CONTENT: file renamed from tests/scripts/Tiny.pm to tools/Tiny.pm |
|
NO CONTENT: file renamed from tests/scripts/Tiny.pm to tools/Tiny.pm |
@@ -1,6 +1,6 | |||||
1 | use File::Basename; |
|
1 | use File::Basename; | |
2 | use feature "switch"; |
|
2 | use feature "switch"; | |
3 |
use lib 't |
|
3 | use lib 'tools'; | |
4 | use Jobs; |
|
4 | use Jobs; | |
5 |
|
5 | |||
6 | # read command line params |
|
6 | # read command line params |
1 | NO CONTENT: file renamed from tests/scripts/build_win_mingw.bat to tools/build_win_mingw.bat |
|
NO CONTENT: file renamed from tests/scripts/build_win_mingw.bat to tools/build_win_mingw.bat |
1 | NO CONTENT: file renamed from tests/scripts/build_win_vs2005.bat to tools/build_win_vs2005.bat |
|
NO CONTENT: file renamed from tests/scripts/build_win_vs2005.bat to tools/build_win_vs2005.bat |
1 | NO CONTENT: file renamed from tests/scripts/build_win_vs2008.bat to tools/build_win_vs2008.bat |
|
NO CONTENT: file renamed from tests/scripts/build_win_vs2008.bat to tools/build_win_vs2008.bat |
1 | NO CONTENT: file renamed from tests/scripts/build_win_vs2010.bat to tools/build_win_vs2010.bat |
|
NO CONTENT: file renamed from tests/scripts/build_win_vs2010.bat to tools/build_win_vs2010.bat |
1 | NO CONTENT: file renamed from tests/scripts/build_win_vs2010_64bit.bat to tools/build_win_vs2010_64bit.bat |
|
NO CONTENT: file renamed from tests/scripts/build_win_vs2010_64bit.bat to tools/build_win_vs2010_64bit.bat |
1 | NO CONTENT: file renamed from tests/scripts/jobs.ini to tools/jobs.ini |
|
NO CONTENT: file renamed from tests/scripts/jobs.ini to tools/jobs.ini |
@@ -3,7 +3,7 use Cwd 'abs_path'; | |||||
3 | use File::Basename; |
|
3 | use File::Basename; | |
4 | use File::Copy; |
|
4 | use File::Copy; | |
5 | use feature "switch"; |
|
5 | use feature "switch"; | |
6 |
use lib 't |
|
6 | use lib 'tools'; | |
7 | use Jobs; |
|
7 | use Jobs; | |
8 |
|
8 | |||
9 | # read command line params |
|
9 | # read command line params |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now