]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/make-win32
Initialize delta_seq to -1 because 0 means that we have already a version
[bacula/bacula] / bacula / src / qt-console / make-win32
index 295023ec31c23a0445bb9d40e2e803e3d6b2aa0b..5b1bab2e6e00e4fd5e4f225df8f407b9a57bedd5 100755 (executable)
@@ -1,12 +1,11 @@
 #!/bin/sh
 #
-#  Used to build the Windows version of bat and the tray-monitor 
+#  Used to build the Win32 version of bat
 #
 rm -f debug/bat.exe
 if test -f ../config.h ; then
    mv -f ../config.h ../config.h.orig
 fi
-# Create bat Makefile.mingw32
 qmake -spec win32 -unix -o Makefile.mingw32 bat.pro.mingw32
 echo "Make Windows bat"
 make -j3 -f Makefile.mingw32 $1
@@ -30,7 +29,6 @@ fi
 
 cd tray-monitor
 rm -f release/bacula-tray-monitor.exe debug/bacula-tray-monitor.exe
-# Create tray-monitor Makefile.mingw32
 qmake -spec ../win32 -unix -o Makefile.mingw32 tray-monitor.pro
 echo "Make Windows tray-monitor"
 make -j3 -f Makefile.mingw32 $1