summaryrefslogtreecommitdiffstats
path: root/buildinfo.pl
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2017-12-21 08:20:44 +0100
committerArno <arno@disconnect.de>2017-12-21 08:20:44 +0100
commit2f0262b6e762ee4ecb6bf058493ab73a391bab4e (patch)
treed39b899ab60b4e339c7b8d975e56b285b156f863 /buildinfo.pl
parentf2119b774cdf85e9cfe9b83c2213294e067f706d (diff)
downloadShemovCleaner-2f0262b6e762ee4ecb6bf058493ab73a391bab4e.tar.gz
ShemovCleaner-2f0262b6e762ee4ecb6bf058493ab73a391bab4e.tar.bz2
ShemovCleaner-2f0262b6e762ee4ecb6bf058493ab73a391bab4e.zip
Fix buildinfo.pl
Well, finally got this stuff to build anything again, even in the right places. This is getting quite convoluted...
Diffstat (limited to 'buildinfo.pl')
-rw-r--r--buildinfo.pl7
1 files changed, 4 insertions, 3 deletions
diff --git a/buildinfo.pl b/buildinfo.pl
index 5ade7b2..3513f13 100644
--- a/buildinfo.pl
+++ b/buildinfo.pl
@@ -72,9 +72,10 @@ unlink ("shemovclenaner.cpp");
rename ("shemovcleaner2.cpp", "shemovcleaner.cpp");
open (my $batch, '>', "make.cmd");
-print $batch 'PATH="C:\Qt\5.10.0\mingw53_32\bin;C:\Qt\Tools\mingw530_32\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\OpenVPN\bin;C:\Progr Files (x86)\GNU\GnuPG\pub;C:\Program Files\Git\cmd;C:\psql\10.1\lib;C:\psql\10.1\bin;C:\psql\10.1include"', "\n";
-print $batch 'C:\Qt\5.10.0\mingw53_32\bin\qmake.exe ShemovCleaner.pro -r -spec win32-g++', "\n";
-//print $batch 'C:\Qt\5.10.0\mingw53_32\bin\qmake.exe ShemovCleaner.pro', "\n";
+
+print $batch 'PATH="c:\psql\10.1\bin;C:\Qt\Tools\mingw530_32\bin;C:\Qt\5.10.0\mingw53_32\bin;C:\Qt\Tools\mingw530_32\bin;C:\Program Files (x86)\Google\Chrome\Application;C:\Perl64\site\bin;C:\Perl64\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\GNU\GnuPG\pub;C:\Program Files\Git\cmd;C:\Program Files\OpenVPN\bin;C:\Users\am\AppData\Local\Microsoft\WindowsApps;"', "\n";
+print $batch 'C:\Qt\5.10.0\mingw53_32\bin\qmake.exe C:\Users\am\Documents\ShemovCleaner-Release\ShemovCleaner.pro -spec win32-g++', "\n";
+print $batch 'C:\Qt\5.10.0\mingw53_32\bin\qmake.exe C:\Users\am\Documents\ShemovCleaner-Release\ShemovCleaner.pro -o Makefile', "\n";
print $batch 'C:\Qt\Tools\mingw530_32\bin\mingw32-make.exe -j 5', "\n";
print $batch 'copy /Y release\ShemovCleaner.exe ', $finaldest;
close($batch);