~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/embedding/browser/activex/src/pluginhostctrl/pluginhostctrl.dsp

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Microsoft Developer Studio Project File - Name="pluginhostctrl" - 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
 
 
7
CFG=pluginhostctrl - 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 "pluginhostctrl.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 "pluginhostctrl.mak" CFG="pluginhostctrl - Win32 Debug"
 
17
!MESSAGE 
 
18
!MESSAGE Possible choices for configuration are:
 
19
!MESSAGE 
 
20
!MESSAGE "pluginhostctrl - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
 
21
!MESSAGE "pluginhostctrl - Win32 Release MinSize" (based on "Win32 (x86) Dynamic-Link Library")
 
22
!MESSAGE "pluginhostctrl - Win32 Release MinDependency" (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 ""
 
29
CPP=cl.exe
 
30
MTL=midl.exe
 
31
RSC=rc.exe
 
32
 
 
33
!IF  "$(CFG)" == "pluginhostctrl - Win32 Debug"
 
34
 
 
35
# PROP BASE Use_MFC 0
 
36
# PROP BASE Use_Debug_Libraries 1
 
37
# PROP BASE Output_Dir "Debug"
 
38
# PROP BASE Intermediate_Dir "Debug"
 
39
# PROP BASE Target_Dir ""
 
40
# PROP Use_MFC 0
 
41
# PROP Use_Debug_Libraries 1
 
42
# PROP Output_Dir "Debug"
 
43
# PROP Intermediate_Dir "Debug"
 
44
# PROP Ignore_Export_Lib 0
 
45
# PROP Target_Dir ""
 
46
# ADD BASE CPP /nologo /MTd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /GZ /c
 
47
# ADD CPP /nologo /MTd /W3 /Gm /GX- /ZI /Od /I "pluginsdk_include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /GZ /c
 
48
# ADD BASE RSC /l 0x1809 /d "_DEBUG"
 
49
# ADD RSC /l 0x1809 /d "_DEBUG"
 
50
BSC32=bscmake.exe
 
51
# ADD BASE BSC32 /nologo
 
52
# ADD BSC32 /nologo
 
53
LINK32=link.exe
 
54
# 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 /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
 
55
# ADD LINK32 kernel32.lib user32.lib gdi32.lib version.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
 
56
# Begin Custom Build - Performing registration
 
57
OutDir=.\Debug
 
58
TargetPath=.\Debug\pluginhostctrl.dll
 
59
InputPath=.\Debug\pluginhostctrl.dll
 
60
SOURCE="$(InputPath)"
 
61
 
 
62
"$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
63
        regsvr32 /s /c "$(TargetPath)" 
 
64
        echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
 
65
        
 
66
# End Custom Build
 
67
 
 
68
!ELSEIF  "$(CFG)" == "pluginhostctrl - Win32 Release MinSize"
 
69
 
 
70
# PROP BASE Use_MFC 0
 
71
# PROP BASE Use_Debug_Libraries 0
 
72
# PROP BASE Output_Dir "ReleaseMinSize"
 
73
# PROP BASE Intermediate_Dir "ReleaseMinSize"
 
74
# PROP BASE Target_Dir ""
 
75
# PROP Use_MFC 0
 
76
# PROP Use_Debug_Libraries 0
 
77
# PROP Output_Dir "ReleaseMinSize"
 
78
# PROP Intermediate_Dir "ReleaseMinSize"
 
79
# PROP Ignore_Export_Lib 0
 
80
# PROP Target_Dir ""
 
81
# ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_DLL" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
 
82
# ADD CPP /nologo /MT /W3 /GX- /O1 /I "pluginsdk_include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_MIN_CRT" /D "_ATL_DLL" /Yu"stdafx.h" /FD /c
 
83
# ADD BASE RSC /l 0x1809 /d "NDEBUG"
 
84
# ADD RSC /l 0x1809 /d "NDEBUG"
 
85
BSC32=bscmake.exe
 
86
# ADD BASE BSC32 /nologo
 
87
# ADD BSC32 /nologo
 
88
LINK32=link.exe
 
89
# 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 /subsystem:windows /dll /machine:I386
 
90
# ADD LINK32 kernel32.lib user32.lib gdi32.lib version.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
 
91
# Begin Custom Build - Performing registration
 
92
OutDir=.\ReleaseMinSize
 
93
TargetPath=.\ReleaseMinSize\pluginhostctrl.dll
 
94
InputPath=.\ReleaseMinSize\pluginhostctrl.dll
 
95
SOURCE="$(InputPath)"
 
96
 
 
97
"$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
98
        regsvr32 /s /c "$(TargetPath)" 
 
99
        echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
 
100
        
 
101
# End Custom Build
 
102
 
 
103
!ELSEIF  "$(CFG)" == "pluginhostctrl - Win32 Release MinDependency"
 
104
 
 
105
# PROP BASE Use_MFC 0
 
106
# PROP BASE Use_Debug_Libraries 0
 
107
# PROP BASE Output_Dir "ReleaseMinDependency"
 
108
# PROP BASE Intermediate_Dir "ReleaseMinDependency"
 
109
# PROP BASE Target_Dir ""
 
110
# PROP Use_MFC 0
 
111
# PROP Use_Debug_Libraries 0
 
112
# PROP Output_Dir "ReleaseMinDependency"
 
113
# PROP Intermediate_Dir "ReleaseMinDependency"
 
114
# PROP Ignore_Export_Lib 0
 
115
# PROP Target_Dir ""
 
116
# ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
 
117
# ADD CPP /nologo /MT /W3 /GX- /O1 /I "pluginsdk_include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
 
118
# ADD BASE RSC /l 0x1809 /d "NDEBUG"
 
119
# ADD RSC /l 0x1809 /d "NDEBUG"
 
120
BSC32=bscmake.exe
 
121
# ADD BASE BSC32 /nologo
 
122
# ADD BSC32 /nologo
 
123
LINK32=link.exe
 
124
# 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 /subsystem:windows /dll /machine:I386
 
125
# ADD LINK32 kernel32.lib user32.lib gdi32.lib version.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
 
126
# Begin Custom Build - Performing registration
 
127
OutDir=.\ReleaseMinDependency
 
128
TargetPath=.\ReleaseMinDependency\pluginhostctrl.dll
 
129
InputPath=.\ReleaseMinDependency\pluginhostctrl.dll
 
130
SOURCE="$(InputPath)"
 
131
 
 
132
"$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
133
        regsvr32 /s /c "$(TargetPath)" 
 
134
        echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
 
135
        
 
136
# End Custom Build
 
137
 
 
138
!ENDIF 
 
139
 
 
140
# Begin Target
 
141
 
 
142
# Name "pluginhostctrl - Win32 Debug"
 
143
# Name "pluginhostctrl - Win32 Release MinSize"
 
144
# Name "pluginhostctrl - Win32 Release MinDependency"
 
145
# Begin Group "Source Files"
 
146
 
 
147
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
 
148
# Begin Source File
 
149
 
 
150
SOURCE=.\npn.cpp
 
151
# End Source File
 
152
# Begin Source File
 
153
 
 
154
SOURCE=.\nsPluginHostCtrl.cpp
 
155
# End Source File
 
156
# Begin Source File
 
157
 
 
158
SOURCE=.\nsPluginWnd.cpp
 
159
# End Source File
 
160
# Begin Source File
 
161
 
 
162
SOURCE=.\nsURLDataCallback.cpp
 
163
# End Source File
 
164
# Begin Source File
 
165
 
 
166
SOURCE=.\pluginhostctrl.cpp
 
167
# End Source File
 
168
# Begin Source File
 
169
 
 
170
SOURCE=.\pluginhostctrl.def
 
171
# End Source File
 
172
# Begin Source File
 
173
 
 
174
SOURCE=.\pluginhostctrl.idl
 
175
# ADD MTL /tlb ".\pluginhostctrl.tlb" /h "pluginhostctrl.h" /iid "pluginhostctrl_i.c" /Oicf
 
176
# End Source File
 
177
# Begin Source File
 
178
 
 
179
SOURCE=.\pluginhostctrl.rc
 
180
# End Source File
 
181
# Begin Source File
 
182
 
 
183
SOURCE=.\StdAfx.cpp
 
184
# ADD CPP /Yc"stdafx.h"
 
185
# End Source File
 
186
# End Group
 
187
# Begin Group "Header Files"
 
188
 
 
189
# PROP Default_Filter "h;hpp;hxx;hm;inl"
 
190
# Begin Source File
 
191
 
 
192
SOURCE=.\npn.h
 
193
# End Source File
 
194
# Begin Source File
 
195
 
 
196
SOURCE=.\nsPluginHostCtrl.h
 
197
# End Source File
 
198
# Begin Source File
 
199
 
 
200
SOURCE=.\nsPluginWnd.h
 
201
# End Source File
 
202
# Begin Source File
 
203
 
 
204
SOURCE=.\nsURLDataCallback.h
 
205
# End Source File
 
206
# Begin Source File
 
207
 
 
208
SOURCE=.\Resource.h
 
209
# End Source File
 
210
# Begin Source File
 
211
 
 
212
SOURCE=.\StdAfx.h
 
213
# End Source File
 
214
# End Group
 
215
# Begin Group "Resource Files"
 
216
 
 
217
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
 
218
# Begin Source File
 
219
 
 
220
SOURCE=.\PluginHostCtrl.rgs
 
221
# End Source File
 
222
# End Group
 
223
# Begin Group "Test Files"
 
224
 
 
225
# PROP Default_Filter ""
 
226
# Begin Source File
 
227
 
 
228
SOURCE=.\tests\ns4x_reference_test3.htm
 
229
# End Source File
 
230
# Begin Source File
 
231
 
 
232
SOURCE=.\tests\test1.htm
 
233
# End Source File
 
234
# Begin Source File
 
235
 
 
236
SOURCE=.\tests\test2.htm
 
237
# End Source File
 
238
# Begin Source File
 
239
 
 
240
SOURCE=.\tests\test3.htm
 
241
# End Source File
 
242
# Begin Source File
 
243
 
 
244
SOURCE=.\tests\test4.htm
 
245
# End Source File
 
246
# Begin Source File
 
247
 
 
248
SOURCE=.\tests\test5.htm
 
249
# End Source File
 
250
# Begin Source File
 
251
 
 
252
SOURCE=.\tests\test6.htm
 
253
# End Source File
 
254
# Begin Source File
 
255
 
 
256
SOURCE=.\tests\test7.htm
 
257
# End Source File
 
258
# Begin Source File
 
259
 
 
260
SOURCE=.\tests\test8.htm
 
261
# End Source File
 
262
# Begin Source File
 
263
 
 
264
SOURCE=.\tests\test9.htm
 
265
# End Source File
 
266
# End Group
 
267
# Begin Source File
 
268
 
 
269
SOURCE=.\PluginHostCtrlUI.htm
 
270
# End Source File
 
271
# End Target
 
272
# End Project