diff --git a/win_installer/build.proj b/win_installer/build.proj new file mode 100755 index 000000000..c4d5579f5 --- /dev/null +++ b/win_installer/build.proj @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/win_installer/build1.bat b/win_installer/build1.bat new file mode 100755 index 000000000..9b0928e08 --- /dev/null +++ b/win_installer/build1.bat @@ -0,0 +1,18 @@ + +set QTDIR=c:\Qt\2009.01\qt +set PATH=c:\Qt\2009.01\qt\bin +set PATH=%PATH%;c:\Qt\2009.01\bin;c:\Qt\2009.01\mingw\bin +set PATH=%PATH%;%SystemRoot%\System32 +set QMAKESPEC=win32-g++ + +cd .. + +del gui\Makefile +del src\Makefile +del /Q gui\temp\* +del /Q src\temp\* +del gui\release\gui.exe +cd gui +qmake -config release +make + diff --git a/win_installer/build2.bat b/win_installer/build2.bat new file mode 100755 index 000000000..0c616b950 --- /dev/null +++ b/win_installer/build2.bat @@ -0,0 +1,24 @@ +del *.wixobj +del *.wixpdb +del cppcheck.exe +del gui.exe + +cd .. +del /Q release\* +del cppcheck.exe +del cppcheck.map +del cppcheck.tds + +msbuild cppcheck.cbproj /target:clean +msbuild cppcheck.cbproj /target:build /property:"config=release" + +copy cppcheck.exe win_installer +copy gui\release\gui.exe win_installer + +cd win_installer +candle cppcheck.wxs +light -ext WixUIExtension cppcheck.wixobj +rename cppcheck.msi cppcheck-light.msi +candle gui.wxs +light -ext WixUIExtension gui.wixobj +