merged tag ooo/OOO330_m14
[LibreOffice.git] / extensions / test / ole / MfcControl / MfcControl.dsp
blobf327a989368ef9be122c96573e7c95fca1e07eb3
1 # Microsoft Developer Studio Project File - Name="MfcControl" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
3 # ** DO NOT EDIT **
5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
7 CFG=MfcControl - Win32 Debug
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 "MfcControl.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 "MfcControl.mak" CFG="MfcControl - Win32 Debug"
17 !MESSAGE 
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE 
20 !MESSAGE "MfcControl - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "MfcControl - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
22 !MESSAGE "MfcControl - Win32 Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library")
23 !MESSAGE "MfcControl - Win32 Unicode Release" (based on "Win32 (x86) Dynamic-Link Library")
24 !MESSAGE 
26 # Begin Project
27 # PROP AllowPerConfigDependencies 0
28 # PROP Scc_ProjName ""
29 # PROP Scc_LocalPath ""
30 CPP=cl.exe
31 MTL=midl.exe
32 RSC=rc.exe
34 !IF  "$(CFG)" == "MfcControl - Win32 Release"
36 # PROP BASE Use_MFC 2
37 # PROP BASE Use_Debug_Libraries 0
38 # PROP BASE Output_Dir "Release"
39 # PROP BASE Intermediate_Dir "Release"
40 # PROP BASE Target_Ext "ocx"
41 # PROP BASE Target_Dir ""
42 # PROP Use_MFC 2
43 # PROP Use_Debug_Libraries 0
44 # PROP Output_Dir "Release"
45 # PROP Intermediate_Dir "Release"
46 # PROP Target_Ext "ocx"
47 # PROP Target_Dir ""
48 # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
49 # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /c
50 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
51 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
52 # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
53 # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
54 BSC32=bscmake.exe
55 # ADD BASE BSC32 /nologo
56 # ADD BSC32 /nologo
57 LINK32=link.exe
58 # ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386
59 # ADD LINK32 /nologo /subsystem:windows /dll /machine:I386
60 # Begin Custom Build - Registering ActiveX Control...
61 OutDir=.\Release
62 TargetPath=.\Release\MfcControl.ocx
63 InputPath=.\Release\MfcControl.ocx
64 SOURCE="$(InputPath)"
66 "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
67         regsvr32 /s /c "$(TargetPath)" 
68         echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
69         
70 # End Custom Build
72 !ELSEIF  "$(CFG)" == "MfcControl - Win32 Debug"
74 # PROP BASE Use_MFC 2
75 # PROP BASE Use_Debug_Libraries 1
76 # PROP BASE Output_Dir "Debug"
77 # PROP BASE Intermediate_Dir "Debug"
78 # PROP BASE Target_Ext "ocx"
79 # PROP BASE Target_Dir ""
80 # PROP Use_MFC 2
81 # PROP Use_Debug_Libraries 1
82 # PROP Output_Dir "Debug"
83 # PROP Intermediate_Dir "Debug"
84 # PROP Target_Ext "ocx"
85 # PROP Target_Dir ""
86 # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /Yu"stdafx.h" /FD /GZ /c
87 # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /FR /Yu"stdafx.h" /FD /GZ /c
88 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
89 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
90 # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
91 # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
92 BSC32=bscmake.exe
93 # ADD BASE BSC32 /nologo
94 # ADD BSC32 /nologo
95 LINK32=link.exe
96 # ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
97 # ADD LINK32 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
98 # Begin Custom Build - Registering ActiveX Control...
99 OutDir=.\Debug
100 TargetPath=.\Debug\MfcControl.ocx
101 InputPath=.\Debug\MfcControl.ocx
102 SOURCE="$(InputPath)"
104 "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
105         regsvr32 /s /c "$(TargetPath)" 
106         echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
107         
108 # End Custom Build
110 !ELSEIF  "$(CFG)" == "MfcControl - Win32 Unicode Debug"
112 # PROP BASE Use_MFC 2
113 # PROP BASE Use_Debug_Libraries 1
114 # PROP BASE Output_Dir "DebugU"
115 # PROP BASE Intermediate_Dir "DebugU"
116 # PROP BASE Target_Ext "ocx"
117 # PROP BASE Target_Dir ""
118 # PROP Use_MFC 2
119 # PROP Use_Debug_Libraries 1
120 # PROP Output_Dir "DebugU"
121 # PROP Intermediate_Dir "DebugU"
122 # PROP Target_Ext "ocx"
123 # PROP Target_Dir ""
124 # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /GZ /c
125 # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_USRDLL" /D "_UNICODE" /Yu"stdafx.h" /FD /GZ /c
126 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
127 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
128 # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
129 # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
130 BSC32=bscmake.exe
131 # ADD BASE BSC32 /nologo
132 # ADD BSC32 /nologo
133 LINK32=link.exe
134 # ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
135 # ADD LINK32 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
136 # Begin Custom Build - Registering ActiveX Control...
137 OutDir=.\DebugU
138 TargetPath=.\DebugU\MfcControl.ocx
139 InputPath=.\DebugU\MfcControl.ocx
140 SOURCE="$(InputPath)"
142 "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
143         regsvr32 /s /c "$(TargetPath)" 
144         echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
145         
146 # End Custom Build
148 !ELSEIF  "$(CFG)" == "MfcControl - Win32 Unicode Release"
150 # PROP BASE Use_MFC 2
151 # PROP BASE Use_Debug_Libraries 0
152 # PROP BASE Output_Dir "ReleaseU"
153 # PROP BASE Intermediate_Dir "ReleaseU"
154 # PROP BASE Target_Ext "ocx"
155 # PROP BASE Target_Dir ""
156 # PROP Use_MFC 2
157 # PROP Use_Debug_Libraries 0
158 # PROP Output_Dir "ReleaseU"
159 # PROP Intermediate_Dir "ReleaseU"
160 # PROP Target_Ext "ocx"
161 # PROP Target_Dir ""
162 # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /c
163 # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_USRDLL" /D "_UNICODE" /Yu"stdafx.h" /FD /c
164 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
165 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
166 # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
167 # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
168 BSC32=bscmake.exe
169 # ADD BASE BSC32 /nologo
170 # ADD BSC32 /nologo
171 LINK32=link.exe
172 # ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386
173 # ADD LINK32 /nologo /subsystem:windows /dll /machine:I386
174 # Begin Custom Build - Registering ActiveX Control...
175 OutDir=.\ReleaseU
176 TargetPath=.\ReleaseU\MfcControl.ocx
177 InputPath=.\ReleaseU\MfcControl.ocx
178 SOURCE="$(InputPath)"
180 "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
181         regsvr32 /s /c "$(TargetPath)" 
182         echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
183         
184 # End Custom Build
186 !ENDIF 
188 # Begin Target
190 # Name "MfcControl - Win32 Release"
191 # Name "MfcControl - Win32 Debug"
192 # Name "MfcControl - Win32 Unicode Debug"
193 # Name "MfcControl - Win32 Unicode Release"
194 # Begin Group "Source Files"
196 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
197 # Begin Source File
199 SOURCE=.\MfcControl.cpp
200 # End Source File
201 # Begin Source File
203 SOURCE=.\MfcControl.def
204 # End Source File
205 # Begin Source File
207 SOURCE=.\MfcControl.odl
208 # End Source File
209 # Begin Source File
211 SOURCE=.\MfcControl.rc
212 # End Source File
213 # Begin Source File
215 SOURCE=.\MfcControlCtl.cpp
216 # End Source File
217 # Begin Source File
219 SOURCE=.\MfcControlPpg.cpp
220 # End Source File
221 # Begin Source File
223 SOURCE=.\StdAfx.cpp
224 # ADD CPP /Yc"stdafx.h"
225 # End Source File
226 # End Group
227 # Begin Group "Header Files"
229 # PROP Default_Filter "h;hpp;hxx;hm;inl"
230 # Begin Source File
232 SOURCE=.\MfcControl.h
233 # End Source File
234 # Begin Source File
236 SOURCE=.\MfcControlCtl.h
237 # End Source File
238 # Begin Source File
240 SOURCE=.\MfcControlPpg.h
241 # End Source File
242 # Begin Source File
244 SOURCE=.\Resource.h
245 # End Source File
246 # Begin Source File
248 SOURCE=.\StdAfx.h
249 # End Source File
250 # End Group
251 # Begin Group "Resource Files"
253 # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
254 # Begin Source File
256 SOURCE=.\MfcControlCtl.bmp
257 # End Source File
258 # End Group
259 # Begin Source File
261 SOURCE=.\ReadMe.txt
262 # End Source File
263 # End Target
264 # End Project