From c599a19eecbbf58d81eb7352104dc42859a6f0e5 Mon Sep 17 00:00:00 2001 From: Nicolas Boichat Date: Fri, 23 Apr 2004 21:24:35 +0000 Subject: [PATCH] added automatically generated config file. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1282 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/win32/Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bacula/src/win32/Makefile.in b/bacula/src/win32/Makefile.in index 29613fce8e..678be1f2a9 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 -- 2.39.5