source: trunk/tools/designer/editor/editor.dsp

Last change on this file was 197, checked in by rudi, 14 years ago

Added QtDesigner

File size: 11.8 KB
Line 
1# Microsoft Developer Studio Project File - Name="editor" - Package Owner=<4>
2# Microsoft Developer Studio Generated Build File, Format Version 6.00
3# ** DO NOT EDIT **
4
5# TARGTYPE "Win32 (x86) Static Library" 0x0104
6
7CFG=editor - Win32 Release
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 "editor.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 "editor.mak" CFG="editor - Win32 Debug"
17!MESSAGE
18!MESSAGE Possible choices for configuration are:
19!MESSAGE
20!MESSAGE "editor - Win32 Release" (based on "Win32 (x86) Static Library")
21!MESSAGE "editor - Win32 Debug" (based on "Win32 (x86) Static Library")
22!MESSAGE
23
24# Begin Project
25# PROP AllowPerConfigDependencies 0
26# PROP Scc_ProjName ""
27# PROP Scc_LocalPath ""
28CPP=cl.exe
29RSC=rc.exe
30
31!IF "$(CFG)" == "editor - Win32 Release"
32
33# PROP BASE Use_MFC 0
34# PROP BASE Use_Debug_Libraries 0
35# PROP BASE Output_Dir "../../../lib"
36# PROP BASE Intermediate_Dir "tmp/obj/release-shared-mt"
37# PROP BASE Target_Dir ""
38# PROP Use_MFC 0
39# PROP Use_Debug_Libraries 0
40# PROP Output_Dir "../../../lib"
41# PROP Intermediate_Dir "tmp/obj/release-shared-mt"
42# PROP Target_Dir ""
43# ADD CPP -MD /W3 /I "..\interfaces" /I "$(QTDIR)\include" /I "." /I "tmp\moc\release-shared-mt" /I "R:\Qt\3.3.x-p8\mkspecs\win32-msvc" /D "WIN32" /D "NDEBUG" /D "_LIB" /D UNICODE /D QT_DLL /D QT_THREAD_SUPPORT /D QT_ACCESSIBILITY_SUPPORT /D QT_TABLET_SUPPORT /D "QT_NO_DEBUG" /FD /c -nologo -Zm200 -GX -GX -GR -O1
44# ADD RSC /l 0x409 /d "NDEBUG"
45BSC32=bscmake.exe
46# ADD BSC32 /nologo
47LIB32=link.exe -lib
48# ADD LIB32 /nologo /out:"..\..\..\lib\editor.lib"
49
50
51!ELSEIF "$(CFG)" == "editor - Win32 Debug"
52
53# PROP BASE Use_MFC 0
54# PROP BASE Use_Debug_Libraries 1
55# PROP BASE Output_Dir "Debug"
56# PROP BASE Intermediate_Dir "Debug"
57# PROP BASE Target_Dir ""
58# PROP Use_MFC 0
59# PROP Use_Debug_Libraries 1
60# PROP Output_Dir "Debug"
61# PROP Intermediate_Dir "Debug"
62# PROP Target_Dir ""
63# ADD CPP -MDd /W3 /GZ /ZI /Od /I "..\interfaces" /I "$(QTDIR)\include" /I "." /I "tmp\moc\release-shared-mt" /I "R:\Qt\3.3.x-p8\mkspecs\win32-msvc" /D "WIN32" /D "_DEBUG" /D "_LIB" /D UNICODE /D QT_DLL /D QT_THREAD_SUPPORT /D QT_ACCESSIBILITY_SUPPORT /D QT_TABLET_SUPPORT /FD /c -nologo -Zm200 -GX -GX -GR -Zi
64# ADD RSC /l 0x409 /d "_DEBUG"
65BSC32=bscmake.exe
66# ADD BSC32 /nologo
67LIB32=link.exe -lib
68# ADD LIB32 /nologo /out:"..\..\..\lib\editor.lib"
69
70
71!ENDIF
72
73# Begin Target
74
75# Name "editor - Win32 Release"
76# Name "editor - Win32 Debug"
77# Begin Group "Source Files"
78
79# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
80# Begin Source File
81
82SOURCE=editor.cpp
83# End Source File
84# Begin Source File
85
86SOURCE=parenmatcher.cpp
87# End Source File
88# Begin Source File
89
90SOURCE=completion.cpp
91# End Source File
92# Begin Source File
93
94SOURCE=viewmanager.cpp
95# End Source File
96# Begin Source File
97
98SOURCE=markerwidget.cpp
99# End Source File
100# Begin Source File
101
102SOURCE=conf.cpp
103# End Source File
104# Begin Source File
105
106SOURCE=browser.cpp
107# End Source File
108# Begin Source File
109
110SOURCE=arghintwidget.cpp
111# End Source File
112# Begin Source File
113
114SOURCE=cindent.cpp
115# End Source File
116# Begin Source File
117
118SOURCE=yyindent.cpp
119# End Source File
120# Begin Source File
121
122SOURCE=preferences.ui.h
123# End Source File
124
125# End Group
126# Begin Group "Header Files"
127
128# PROP Default_Filter "h;hpp;hxx;hm;inl"
129# Begin Source File
130
131SOURCE=editor.h
132
133USERDEP_editor=""$(QTDIR)\bin\moc.exe""
134
135!IF "$(CFG)" == "editor - Win32 Release"
136
137# Begin Custom Build - Moc'ing editor.h...
138InputPath=.\editor.h
139
140
141BuildCmds= \
142 $(QTDIR)\bin\moc editor.h -o tmp\moc\release-shared-mt\moc_editor.cpp \
143
144"tmp\moc\release-shared-mt\moc_editor.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
145 $(BuildCmds)
146
147# End Custom Build
148
149!ELSEIF "$(CFG)" == "editor - Win32 Debug"
150
151# Begin Custom Build - Moc'ing editor.h...
152InputPath=.\editor.h
153
154
155BuildCmds= \
156 $(QTDIR)\bin\moc editor.h -o tmp\moc\release-shared-mt\moc_editor.cpp \
157
158"tmp\moc\release-shared-mt\moc_editor.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
159 $(BuildCmds)
160
161# End Custom Build
162
163!ENDIF
164
165# End Source File
166# Begin Source File
167
168SOURCE=parenmatcher.h
169
170# End Source File
171# Begin Source File
172
173SOURCE=completion.h
174
175USERDEP_completion=""$(QTDIR)\bin\moc.exe""
176
177!IF "$(CFG)" == "editor - Win32 Release"
178
179# Begin Custom Build - Moc'ing completion.h...
180InputPath=.\completion.h
181
182
183BuildCmds= \
184 $(QTDIR)\bin\moc completion.h -o tmp\moc\release-shared-mt\moc_completion.cpp \
185
186"tmp\moc\release-shared-mt\moc_completion.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
187 $(BuildCmds)
188
189# End Custom Build
190
191!ELSEIF "$(CFG)" == "editor - Win32 Debug"
192
193# Begin Custom Build - Moc'ing completion.h...
194InputPath=.\completion.h
195
196
197BuildCmds= \
198 $(QTDIR)\bin\moc completion.h -o tmp\moc\release-shared-mt\moc_completion.cpp \
199
200"tmp\moc\release-shared-mt\moc_completion.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
201 $(BuildCmds)
202
203# End Custom Build
204
205!ENDIF
206
207# End Source File
208# Begin Source File
209
210SOURCE=viewmanager.h
211
212USERDEP_viewmanager=""$(QTDIR)\bin\moc.exe""
213
214!IF "$(CFG)" == "editor - Win32 Release"
215
216# Begin Custom Build - Moc'ing viewmanager.h...
217InputPath=.\viewmanager.h
218
219
220BuildCmds= \
221 $(QTDIR)\bin\moc viewmanager.h -o tmp\moc\release-shared-mt\moc_viewmanager.cpp \
222
223"tmp\moc\release-shared-mt\moc_viewmanager.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
224 $(BuildCmds)
225
226# End Custom Build
227
228!ELSEIF "$(CFG)" == "editor - Win32 Debug"
229
230# Begin Custom Build - Moc'ing viewmanager.h...
231InputPath=.\viewmanager.h
232
233
234BuildCmds= \
235 $(QTDIR)\bin\moc viewmanager.h -o tmp\moc\release-shared-mt\moc_viewmanager.cpp \
236
237"tmp\moc\release-shared-mt\moc_viewmanager.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
238 $(BuildCmds)
239
240# End Custom Build
241
242!ENDIF
243
244# End Source File
245# Begin Source File
246
247SOURCE=markerwidget.h
248
249USERDEP_markerwidget=""$(QTDIR)\bin\moc.exe""
250
251!IF "$(CFG)" == "editor - Win32 Release"
252
253# Begin Custom Build - Moc'ing markerwidget.h...
254InputPath=.\markerwidget.h
255
256
257BuildCmds= \
258 $(QTDIR)\bin\moc markerwidget.h -o tmp\moc\release-shared-mt\moc_markerwidget.cpp \
259
260"tmp\moc\release-shared-mt\moc_markerwidget.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
261 $(BuildCmds)
262
263# End Custom Build
264
265!ELSEIF "$(CFG)" == "editor - Win32 Debug"
266
267# Begin Custom Build - Moc'ing markerwidget.h...
268InputPath=.\markerwidget.h
269
270
271BuildCmds= \
272 $(QTDIR)\bin\moc markerwidget.h -o tmp\moc\release-shared-mt\moc_markerwidget.cpp \
273
274"tmp\moc\release-shared-mt\moc_markerwidget.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
275 $(BuildCmds)
276
277# End Custom Build
278
279!ENDIF
280
281# End Source File
282# Begin Source File
283
284SOURCE=conf.h
285
286# End Source File
287# Begin Source File
288
289SOURCE=browser.h
290
291USERDEP_browser=""$(QTDIR)\bin\moc.exe""
292
293!IF "$(CFG)" == "editor - Win32 Release"
294
295# Begin Custom Build - Moc'ing browser.h...
296InputPath=.\browser.h
297
298
299BuildCmds= \
300 $(QTDIR)\bin\moc browser.h -o tmp\moc\release-shared-mt\moc_browser.cpp \
301
302"tmp\moc\release-shared-mt\moc_browser.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
303 $(BuildCmds)
304
305# End Custom Build
306
307!ELSEIF "$(CFG)" == "editor - Win32 Debug"
308
309# Begin Custom Build - Moc'ing browser.h...
310InputPath=.\browser.h
311
312
313BuildCmds= \
314 $(QTDIR)\bin\moc browser.h -o tmp\moc\release-shared-mt\moc_browser.cpp \
315
316"tmp\moc\release-shared-mt\moc_browser.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
317 $(BuildCmds)
318
319# End Custom Build
320
321!ENDIF
322
323# End Source File
324# Begin Source File
325
326SOURCE=arghintwidget.h
327
328USERDEP_arghintwidget=""$(QTDIR)\bin\moc.exe""
329
330!IF "$(CFG)" == "editor - Win32 Release"
331
332# Begin Custom Build - Moc'ing arghintwidget.h...
333InputPath=.\arghintwidget.h
334
335
336BuildCmds= \
337 $(QTDIR)\bin\moc arghintwidget.h -o tmp\moc\release-shared-mt\moc_arghintwidget.cpp \
338
339"tmp\moc\release-shared-mt\moc_arghintwidget.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
340 $(BuildCmds)
341
342# End Custom Build
343
344!ELSEIF "$(CFG)" == "editor - Win32 Debug"
345
346# Begin Custom Build - Moc'ing arghintwidget.h...
347InputPath=.\arghintwidget.h
348
349
350BuildCmds= \
351 $(QTDIR)\bin\moc arghintwidget.h -o tmp\moc\release-shared-mt\moc_arghintwidget.cpp \
352
353"tmp\moc\release-shared-mt\moc_arghintwidget.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
354 $(BuildCmds)
355
356# End Custom Build
357
358!ENDIF
359
360# End Source File
361# Begin Source File
362
363SOURCE=cindent.h
364
365# End Source File
366
367# End Group
368# Begin Group "Resource Files"
369
370# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
371# End Group
372
373# Begin Group "Forms"
374# Prop Default_Filter "ui"
375# Begin Source File
376
377SOURCE=preferences.ui
378USERDEP_preferences.ui="$(QTDIR)\bin\moc.exe" "$(QTDIR)\bin\uic.exe"
379
380!IF "$(CFG)" == "editor - Win32 Release"
381
382# Begin Custom Build - Uic'ing preferences.ui...
383InputPath=.\preferences.ui
384
385BuildCmds= \
386 $(QTDIR)\bin\uic preferences.ui -o preferences.h \
387 $(QTDIR)\bin\uic preferences.ui -i preferences.h -o preferences.cpp \
388 $(QTDIR)\bin\moc preferences.h -o tmp\moc\release-shared-mt\moc_preferences.cpp \
389
390"preferences.h" : "$(SOURCE)" "$(INTDIR)" "$(OUTDIR)"
391 $(BuildCmds)
392
393"preferences.cpp" : "$(SOURCE)" "$(INTDIR)" "$(OUTDIR)"
394 $(BuildCmds)
395
396"tmp\moc\release-shared-mt\moc_preferences.cpp" : "$(SOURCE)" "$(INTDIR)" "$(OUTDIR)"
397 $(BuildCmds)
398
399# End Custom Build
400
401!ELSEIF "$(CFG)" == "editor - Win32 Debug"
402
403# Begin Custom Build - Uic'ing preferences.ui...
404InputPath=.\preferences.ui
405
406BuildCmds= \
407 $(QTDIR)\bin\uic preferences.ui -o preferences.h \
408 $(QTDIR)\bin\uic preferences.ui -i preferences.h -o preferences.cpp \
409 $(QTDIR)\bin\moc preferences.h -o tmp\moc\release-shared-mt\moc_preferences.cpp \
410
411"preferences.h" : "$(SOURCE)" "$(INTDIR)" "$(OUTDIR)"
412 $(BuildCmds)
413
414"preferences.cpp" : "$(SOURCE)" "$(INTDIR)" "$(OUTDIR)"
415 $(BuildCmds)
416
417"tmp\moc\release-shared-mt\moc_preferences.cpp" : "$(SOURCE)" "$(INTDIR)" "$(OUTDIR)"
418 $(BuildCmds)
419
420# End Custom Build
421
422!ENDIF
423
424# End Source File
425
426# End Group
427
428
429
430
431
432
433# Begin Group "Generated"
434# Begin Source File
435
436SOURCE=tmp\moc\release-shared-mt\moc_editor.cpp
437# End Source File
438# Begin Source File
439
440SOURCE=tmp\moc\release-shared-mt\moc_completion.cpp
441# End Source File
442# Begin Source File
443
444SOURCE=tmp\moc\release-shared-mt\moc_viewmanager.cpp
445# End Source File
446# Begin Source File
447
448SOURCE=tmp\moc\release-shared-mt\moc_markerwidget.cpp
449# End Source File
450# Begin Source File
451
452SOURCE=tmp\moc\release-shared-mt\moc_browser.cpp
453# End Source File
454# Begin Source File
455
456SOURCE=tmp\moc\release-shared-mt\moc_arghintwidget.cpp
457# End Source File
458# Begin Source File
459
460SOURCE=tmp\moc\release-shared-mt\moc_preferences.cpp
461# End Source File
462# Begin Source File
463
464SOURCE=tmp\moc\release-shared-mt\arghintwidget.moc
465USERDEP_tmp_moc_release_shared_mt_arghintwidget=".\arghintwidget.cpp" "$(QTDIR)\bin\moc.exe"
466
467!IF "$(CFG)" == "editor - Win32 Release"
468
469# Begin Custom Build - Moc'ing arghintwidget.cpp...
470InputPath=.\tmp\moc\release-shared-mt\arghintwidget.moc
471
472"tmp\moc\release-shared-mt\arghintwidget.moc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
473 $(QTDIR)\bin\moc arghintwidget.cpp -o tmp\moc\release-shared-mt\arghintwidget.moc
474
475# End Custom Build
476
477!ELSEIF "$(CFG)" == "editor - Win32 Debug"
478
479# Begin Custom Build - Moc'ing arghintwidget.cpp...
480InputPath=.\tmp\moc\release-shared-mt\arghintwidget.moc
481
482"tmp\moc\release-shared-mt\arghintwidget.moc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
483 $(QTDIR)\bin\moc arghintwidget.cpp -o tmp\moc\release-shared-mt\arghintwidget.moc
484
485# End Custom Build
486
487!ENDIF
488
489# End Source File
490
491# Begin Source File
492
493SOURCE=preferences.cpp
494# End Source File
495
496# Begin Source File
497
498SOURCE=preferences.h
499# End Source File
500
501
502
503# Prop Default_Filter "moc"
504# End Group
505# End Target
506# End Project
507
Note: See TracBrowser for help on using the repository browser.