]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/win32/patches/wx1.patch
Restore win32 dir from Branch-5.2 and update it
[bacula/bacula] / bacula / src / win32 / patches / wx1.patch
1 --- build/msw/config.gcc        Sun Feb  5 13:37:26 2006
2 +++ build/msw/config.mingw32    Mon Jun 26 16:54:42 2006
3 @@ -11,10 +11,10 @@
4  # -------------------------------------------------------------------------
5  
6  # C compiler 
7 -CC = gcc
8 +CC = mingw32-gcc
9  
10  # C++ compiler 
11 -CXX = g++
12 +CXX = mingw32-g++
13  
14  # Standard flags for CC 
15  CFLAGS = 
16 @@ -23,10 +23,10 @@
17  CXXFLAGS = 
18  
19  # Standard preprocessor flags (common for CC and CXX) 
20 -CPPFLAGS = 
21 +CPPFLAGS = -I../../../zlib
22  
23  # Standard linker flags 
24 -LDFLAGS = 
25 +LDFLAGS = -L../../../zlib
26  
27  # The C preprocessor 
28  CPP = $(CC) -E
29 @@ -44,7 +44,7 @@
30  MSLU = 0
31  
32  # Type of compiled binaries [debug,release]
33 -BUILD = debug
34 +BUILD = release
35  
36  # Should debugging info be included in the executables? The default value
37  # "default" means that debug info will be included if BUILD=debug