]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/win32/wx-console/wx-console.mak.in
Small correction (release lib used instead of debug).
[bacula/bacula] / bacula / src / win32 / wx-console / wx-console.mak.in
1 # Microsoft Developer Studio Generated NMAKE File, Based on wx-console.dsp
2 !IF "$(CFG)" == ""
3 CFG=wx-console - Win32 Release
4 !MESSAGE No configuration specified. Defaulting to wx-console - Win32 Release.
5 !ENDIF 
6
7 !IF "$(CFG)" != "wx-console - Win32 Release" && "$(CFG)" != "wx-console - Win32 Debug"
8 !MESSAGE Invalid configuration "$(CFG)" specified.
9 !MESSAGE You can specify a configuration when running NMAKE
10 !MESSAGE by defining the macro CFG on the command line. For example:
11 !MESSAGE 
12 !MESSAGE NMAKE /f "wx-console.mak" CFG="wx-console - Win32 Debug"
13 !MESSAGE 
14 !MESSAGE Possible choices for configuration are:
15 !MESSAGE 
16 !MESSAGE "wx-console - Win32 Release" (based on "Win32 (x86) Console Application")
17 !MESSAGE "wx-console - Win32 Debug" (based on "Win32 (x86) Console Application")
18 !MESSAGE 
19 !ERROR An invalid configuration is specified.
20 !ENDIF 
21
22 !IF "$(OS)" == "Windows_NT"
23 NULL=
24 !ELSE 
25 NULL=nul
26 !ENDIF 
27
28 CPP=cl.exe
29 RSC=rc.exe
30
31 !IF  "$(CFG)" == "wx-console - Win32 Release"
32
33 OUTDIR=.\Release
34 INTDIR=.\Release
35 # Begin Custom Macros
36 OutDir=.\Release
37 # End Custom Macros
38
39 ALL : "$(OUTDIR)\wx-console.exe"
40
41
42 CLEAN :
43         @@REL-CLEAN@@
44         -@erase "$(OUTDIR)\wx-console.exe"
45
46 "$(OUTDIR)" :
47     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
48
49 CPP_PROJ=/nologo /MT /W3 /GX /O2 /I "../compat" /I "../.." /I "../../../../depkgs-win32/pthreads" /I "../../../../depkgs-win32/zlib" /I "." /D "NDEBUG" /D "WIN32" /D "__WXMSW__" /D "_CONSOLE" /D "_MBCS" /D "HAVE_WIN32" /D "HAVE_WXCONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
50 RSC_PROJ=/l 0x409 /fo"$(INTDIR)\winres.res" /d "NDEBUG" 
51 BSC32=bscmake.exe
52 BSC32_FLAGS=/nologo /o"$(OUTDIR)\wx-console.bsc" 
53 BSC32_SBRS= \
54         
55 LINK32=link.exe
56 LINK32_FLAGS=wxmsw.lib rpcrt4.lib oleaut32.lib ole32.lib uuid.lib winspool.lib winmm.lib \
57   comctl32.lib comdlg32.lib Shell32.lib AdvAPI32.lib User32.lib Gdi32.lib wsock32.lib \
58   wldap32.lib pthreadVCE.lib zlib.lib /nodefaultlib:libcmt.lib \
59   /nologo /subsystem:windows /machine:I386 /out:"$(OUTDIR)\wx-console.exe" /libpath:"../../../../depkgs-win32/pthreads" /libpath:"../../../../depkgs-win32/zlib" 
60 LINK32_OBJS= \
61         @@REL-OBJS@@
62         "$(INTDIR)\wx-console_private.res"
63
64 "$(OUTDIR)\wx-console.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
65     $(LINK32) @<<
66   $(LINK32_FLAGS) $(LINK32_OBJS)
67 <<
68
69 !ELSEIF  "$(CFG)" == "wx-console - Win32 Debug"
70
71 # Don't make debug...
72
73 !ENDIF 
74
75 .c{$(INTDIR)}.obj::
76    $(CPP) @<<
77    $(CPP_PROJ) $< 
78 <<
79
80 .cpp{$(INTDIR)}.obj::
81    $(CPP) @<<
82    $(CPP_PROJ) $< 
83 <<
84
85 .cxx{$(INTDIR)}.obj::
86    $(CPP) @<<
87    $(CPP_PROJ) $< 
88 <<
89
90 .c{$(INTDIR)}.sbr::
91    $(CPP) @<<
92    $(CPP_PROJ) $< 
93 <<
94
95 .cpp{$(INTDIR)}.sbr::
96    $(CPP) @<<
97    $(CPP_PROJ) $< 
98 <<
99
100 .cxx{$(INTDIR)}.sbr::
101    $(CPP) @<<
102    $(CPP_PROJ) $< 
103 <<
104
105
106 !IF "$(NO_EXTERNAL_DEPS)" != "1"
107 !IF EXISTS("wx-console.dep")
108 !INCLUDE "wx-console.dep"
109 !ELSE 
110 !MESSAGE Warning: cannot find "wx-console.dep"
111 !ENDIF 
112 !ENDIF 
113
114 SOURCE=..\..\wx-console\wx-console_private.rc
115
116 "$(INTDIR)\wx-console_private.res" : $(SOURCE) "$(INTDIR)"
117         $(RSC) /l 0x409 /fo"$(INTDIR)\wx-console_private.res" /d "NDEBUG" $(SOURCE)
118
119 @@OBJTARGETS@@
120
121