blob: 06ed8c4f437bf1ca864313956d2a52b187e94342 [file] [log] [blame]
Constantin Kaplinsky729598c2006-05-25 05:12:25 +00001# Microsoft Developer Studio Project File - Name="logmessages" - Package Owner=<4>
2# Microsoft Developer Studio Generated Build File, Format Version 6.00
3# ** DO NOT EDIT **
4
5# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
6
7CFG=logmessages - Win32 Debug Unicode
8!MESSAGE This is not a valid makefile. To build this project using NMAKE,
9!MESSAGE use the Export Makefile command and run
10!MESSAGE
11!MESSAGE NMAKE /f "logmessages.mak".
12!MESSAGE
13!MESSAGE You can specify a configuration when running NMAKE
14!MESSAGE by defining the macro CFG on the command line. For example:
15!MESSAGE
16!MESSAGE NMAKE /f "logmessages.mak" CFG="logmessages - Win32 Debug Unicode"
17!MESSAGE
18!MESSAGE Possible choices for configuration are:
19!MESSAGE
20!MESSAGE "logmessages - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21!MESSAGE "logmessages - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
22!MESSAGE "logmessages - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
23!MESSAGE
24
25# Begin Project
26# PROP AllowPerConfigDependencies 0
27# PROP Scc_ProjName ""
28# PROP Scc_LocalPath ""
29CPP=cl.exe
30MTL=midl.exe
31RSC=rc.exe
32
33!IF "$(CFG)" == "logmessages - Win32 Release"
34
35# PROP BASE Use_MFC 0
36# PROP BASE Use_Debug_Libraries 0
37# PROP BASE Output_Dir "Release"
38# PROP BASE Intermediate_Dir "Release"
39# PROP BASE Target_Dir ""
40# PROP Use_MFC 0
41# PROP Use_Debug_Libraries 0
42# PROP Output_Dir "..\Release"
43# PROP Intermediate_Dir "..\Release\logmessages"
44# PROP Ignore_Export_Lib 0
45# PROP Target_Dir ""
46# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LOGMESSAGES_EXPORTS" /YX /FD /c
47# ADD CPP /nologo /MT /W3 /GX /O2 /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "LOGMESSAGES_EXPORTS" /D "WIN32" /D "_MBCS" /YX /FD /c
48# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
49# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
50# ADD BASE RSC /l 0x809 /d "NDEBUG"
51# ADD RSC /l 0x809 /d "NDEBUG"
52BSC32=bscmake.exe
53# ADD BASE BSC32 /nologo
54# ADD BSC32 /nologo
55LINK32=link.exe
56# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
57# ADD LINK32 /nologo /dll /machine:I386 /out:"messages.mc"
58# Begin Custom Build
59InputPath=.\messages.mc
60SOURCE="$(InputPath)"
61
62BuildCmds= \
63 mc messages.mc \
64 rc -r -fo messages.res messages.rc \
65 link -dll -noentry -out:..\Release\logmessages.dll messages.res \
66
67
68"messages.res" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
69 $(BuildCmds)
70
71"messages.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
72 $(BuildCmds)
73
74"messages.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
75 $(BuildCmds)
76
77"..\Release\logmessages.dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
78 $(BuildCmds)
79# End Custom Build
80
81!ELSEIF "$(CFG)" == "logmessages - Win32 Debug"
82
83# PROP BASE Use_MFC 0
84# PROP BASE Use_Debug_Libraries 1
85# PROP BASE Output_Dir "Debug"
86# PROP BASE Intermediate_Dir "Debug"
87# PROP BASE Target_Dir ""
88# PROP Use_MFC 0
89# PROP Use_Debug_Libraries 1
90# PROP Output_Dir "../Debug"
91# PROP Intermediate_Dir "..\Debug\logmessages"
92# PROP Ignore_Export_Lib 1
93# PROP Target_Dir ""
94# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LOGMESSAGES_EXPORTS" /YX /FD /GZ /c
95# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "LOGMESSAGES_EXPORTS" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c
96# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
97# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
98# ADD BASE RSC /l 0x809 /d "_DEBUG"
99# ADD RSC /l 0x809 /d "_DEBUG"
100BSC32=bscmake.exe
101# ADD BASE BSC32 /nologo
102# ADD BSC32 /nologo
103LINK32=link.exe
104# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
105# ADD LINK32 /nologo /dll /debug /machine:I386 /nodefaultlib /out:"messages.mc" /pdbtype:sept
106# Begin Custom Build
107InputPath=.\messages.mc
108SOURCE="$(InputPath)"
109
110BuildCmds= \
111 mc messages.mc \
112 rc -r -fo messages.res messages.rc \
113 link -dll -noentry -out:..\Debug\logmessages.dll messages.res \
114
115
116"messages.res" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
117 $(BuildCmds)
118
119"messages.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
120 $(BuildCmds)
121
122"messages.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
123 $(BuildCmds)
124
125"..\Debug\logmessages.dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
126 $(BuildCmds)
127# End Custom Build
128
129!ELSEIF "$(CFG)" == "logmessages - Win32 Debug Unicode"
130
131# PROP BASE Use_MFC 0
132# PROP BASE Use_Debug_Libraries 1
133# PROP BASE Output_Dir "logmessages___Win32_Debug_Unicode"
134# PROP BASE Intermediate_Dir "logmessages___Win32_Debug_Unicode"
135# PROP BASE Ignore_Export_Lib 1
136# PROP BASE Target_Dir ""
137# PROP Use_MFC 0
138# PROP Use_Debug_Libraries 1
139# PROP Output_Dir "..\Debug_Unicode"
140# PROP Intermediate_Dir "..\Debug_Unicode\logmessages"
141# PROP Ignore_Export_Lib 1
142# PROP Target_Dir ""
143# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "LOGMESSAGES_EXPORTS" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c
144# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "_WINDOWS" /D "_USRDLL" /D "LOGMESSAGES_EXPORTS" /D "_DEBUG" /D "WIN32" /D "_UNICODE" /D "UNICODE" /YX /FD /GZ /c
145# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
146# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
147# ADD BASE RSC /l 0x809 /d "_DEBUG"
148# ADD RSC /l 0x809 /d "_DEBUG"
149BSC32=bscmake.exe
150# ADD BASE BSC32 /nologo
151# ADD BSC32 /nologo
152LINK32=link.exe
153# ADD BASE LINK32 /nologo /dll /debug /machine:I386 /nodefaultlib /out:"messages.mc" /pdbtype:sept
154# ADD LINK32 /nologo /dll /debug /machine:I386 /nodefaultlib /out:"messages.mc" /pdbtype:sept
155# Begin Custom Build
156InputPath=.\messages.mc
157SOURCE="$(InputPath)"
158
159BuildCmds= \
160 mc messages.mc \
161 rc -r -fo messages.res messages.rc \
162 link -dll -noentry -out:..\Debug_Unicode\logmessages.dll messages.res \
163
164
165"messages.res" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
166 $(BuildCmds)
167
168"messages.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
169 $(BuildCmds)
170
171"messages.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
172 $(BuildCmds)
173
174"..\Debug_Unicode\logmessages.dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
175 $(BuildCmds)
176# End Custom Build
177
178!ENDIF
179
180# Begin Target
181
182# Name "logmessages - Win32 Release"
183# Name "logmessages - Win32 Debug"
184# Name "logmessages - Win32 Debug Unicode"
185# Begin Group "Source Files"
186
187# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
188# End Group
189# Begin Group "Header Files"
190
191# PROP Default_Filter "h;hpp;hxx;hm;inl"
192# End Group
193# Begin Group "Resource Files"
194
195# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
196# End Group
197# Begin Source File
198
199SOURCE=.\messages.mc
200# End Source File
201# End Target
202# End Project