From: Nicolas Boichat Date: Fri, 23 Apr 2004 21:24:35 +0000 (+0000) Subject: added automatically generated config file. X-Git-Tag: Release-1.34.3~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c599a19eecbbf58d81eb7352104dc42859a6f0e5;p=thirdparty%2Fbacula.git added automatically generated config file. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1282 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/win32/Makefile.in b/bacula/src/win32/Makefile.in index 29613fce8..678be1f2a 100644 --- a/bacula/src/win32/Makefile.in +++ b/bacula/src/win32/Makefile.in @@ -12,7 +12,7 @@ first_rule: all dummy: -all: bacula bconsole installer +all: bacula bconsole wx-console installer bacula: @@ -20,6 +20,9 @@ bacula: bconsole: (cd console; env MAKEFLAGS= ${NMAKE} CFG="console - Win32 Release" /f console.mak) + +wx-console: + (cd wx-console; env MAKEFLAGS= ${NMAKE} CFG="console - Win32 Release" /f wx-console.mak) # # Quickie debug installation