From 2f0262b6e762ee4ecb6bf058493ab73a391bab4e Mon Sep 17 00:00:00 2001 From: Arno Date: Thu, 21 Dec 2017 08:20:44 +0100 Subject: Fix buildinfo.pl Well, finally got this stuff to build anything again, even in the right places. This is getting quite convoluted... --- buildinfo.pl | 7 ++++--- 1 file 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); -- cgit v1.2.3-70-g09d2