From b96811ce47f6fe87b590d8472e1f853ba1eae58c Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Wed, 1 Nov 2006 10:22:55 +0000 Subject: [PATCH] Fix missing update for stab2cv. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3591 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/win32/Makefile.inc.in | 1 + 1 file changed, 1 insertion(+) diff --git a/bacula/src/win32/Makefile.inc.in b/bacula/src/win32/Makefile.inc.in index d9d7fce0bb..ef2b7e211c 100644 --- a/bacula/src/win32/Makefile.inc.in +++ b/bacula/src/win32/Makefile.inc.in @@ -28,6 +28,7 @@ WINDRES := $(MINGW_BIN)/mingw32-windres DLLTOOL := $(MINGW_BIN)/../mingw32/bin/dlltool OBJCPY := $(MINGW_BIN)/mingw32-objcopy NSIS_DIR := $(DEPKGS)/nsis +STAB2CV := $(DEPKGS)/tools/bin/stab2cv CFLAGS := -Wall -mno-cygwin -m32 -mwin32 -mthreads -O3 -fno-strict-aliasing LDFLAGS := -Wall -mno-cygwin -Wl,--disable-auto-import -- 2.39.5