source: OGRE/trunk/ogrenew/OgreMain/scripts/OgreMain.dsp @ 657

Revision 657, 31.7 KB checked in by mattausch, 19 years ago (diff)

added ogre dependencies and patched ogre sources

Line 
1# Microsoft Developer Studio Project File - Name="OgreMain" - 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=OgreMain - 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 "OgreMain.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 "OgreMain.mak" CFG="OgreMain - Win32 Debug"
17!MESSAGE
18!MESSAGE Possible choices for configuration are:
19!MESSAGE
20!MESSAGE "OgreMain - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21!MESSAGE "OgreMain - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
22!MESSAGE
23
24# Begin Project
25# PROP AllowPerConfigDependencies 0
26# PROP Scc_ProjName ""
27# PROP Scc_LocalPath ""
28CPP=cl.exe
29MTL=midl.exe
30RSC=rc.exe
31
32!IF  "$(CFG)" == "OgreMain - Win32 Release"
33
34# PROP BASE Use_MFC 0
35# PROP BASE Use_Debug_Libraries 0
36# PROP BASE Output_Dir "Release"
37# PROP BASE Intermediate_Dir "Release"
38# PROP BASE Target_Dir ""
39# PROP Use_MFC 0
40# PROP Use_Debug_Libraries 0
41# PROP Output_Dir "..\lib\Release"
42# PROP Intermediate_Dir "..\obj\Release"
43# PROP Ignore_Export_Lib 0
44# PROP Target_Dir ""
45# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OGREMAIN_EXPORTS" /YX /FD /c
46# ADD CPP /nologo /MD /W3 /GX /Ot /Oi /Oy /Ob1 /I "..\include" /I "..\..\Dependencies\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OGRE_NONCLIENT_BUILD" /Yu"OgreStableHeaders.h" /FD /Zm200 /c
47# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
48# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
49# ADD BASE RSC /l 0x418 /d "NDEBUG"
50# ADD RSC /l 0x418 /d "NDEBUG"
51BSC32=bscmake.exe
52# ADD BASE BSC32 /nologo
53# ADD BSC32 /nologo
54LINK32=link.exe
55# 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
56# ADD 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 zdll.lib zziplib.lib freetype2110.lib  devil.lib ilu.lib /nologo /dll /machine:I386 /libpath:"..\..\Dependencies\lib\Release"
57# Begin Special Build Tool
58SOURCE="$(InputPath)"
59PostBuild_Cmds=copy ..\lib\Release\OgreMain.dll ..\..\Samples\Common\bin\Release        copy ..\lib\Release\OgreMain.dll ..\..\Tools\Common\bin\Release
60# End Special Build Tool
61
62!ELSEIF  "$(CFG)" == "OgreMain - Win32 Debug"
63
64# PROP BASE Use_MFC 0
65# PROP BASE Use_Debug_Libraries 1
66# PROP BASE Output_Dir "Debug"
67# PROP BASE Intermediate_Dir "Debug"
68# PROP BASE Target_Dir ""
69# PROP Use_MFC 0
70# PROP Use_Debug_Libraries 1
71# PROP Output_Dir "..\lib\Debug"
72# PROP Intermediate_Dir "..\obj\Debug"
73# PROP Ignore_Export_Lib 0
74# PROP Target_Dir ""
75# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OGREMAIN_EXPORTS" /YX /FD /GZ /c
76# ADD CPP /nologo /G6 /MDd /W3 /Gm /Gi /GX /ZI /Od /I "..\include" /I "..\..\Dependencies\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OGRE_NONCLIENT_BUILD" /Yu"OgreStableHeaders.h" /FD /GZ /Zm500 /c
77# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
78# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
79# ADD BASE RSC /l 0x418 /d "_DEBUG"
80# ADD RSC /l 0x418 /d "_DEBUG"
81BSC32=bscmake.exe
82# ADD BASE BSC32 /nologo
83# ADD BSC32 /nologo
84LINK32=link.exe
85# 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
86# ADD 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 zdll.lib zziplibd.lib freetype2110_D.lib devil.lib ilu.lib /nologo /dll /debug /machine:I386 /out:"..\lib\Debug/OgreMain_d.dll" /pdbtype:sept /libpath:"..\..\Dependencies\lib\Debug"
87# Begin Special Build Tool
88SOURCE="$(InputPath)"
89PostBuild_Cmds=copy ..\lib\Debug\OgreMain_d.dll ..\..\Samples\Common\bin\Debug  copy ..\lib\Debug\OgreMain_d.dll ..\..\Tools\Common\bin\Debug
90# End Special Build Tool
91
92!ENDIF
93
94# Begin Target
95
96# Name "OgreMain - Win32 Release"
97# Name "OgreMain - Win32 Debug"
98# Begin Group "Source Files"
99
100# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
101# Begin Source File
102
103SOURCE=..\src\OgreAnimation.cpp
104# End Source File
105# Begin Source File
106
107SOURCE=..\src\OgreAnimationState.cpp
108# End Source File
109# Begin Source File
110
111SOURCE=..\src\OgreAnimationTrack.cpp
112# End Source File
113# Begin Source File
114
115SOURCE=..\src\OgreArchiveManager.cpp
116# End Source File
117# Begin Source File
118
119SOURCE=..\src\OgreAutoParamDataSource.cpp
120# End Source File
121# Begin Source File
122
123SOURCE=..\src\OgreAxisAlignedBox.cpp
124# End Source File
125# Begin Source File
126
127SOURCE=..\src\OgreBillboard.cpp
128# End Source File
129# Begin Source File
130
131SOURCE=..\src\OgreBillboardParticleRenderer.cpp
132# End Source File
133# Begin Source File
134
135SOURCE=..\src\OgreBillboardSet.cpp
136# End Source File
137# Begin Source File
138
139SOURCE=..\src\OgreBitwise.cpp
140# End Source File
141# Begin Source File
142
143SOURCE=..\src\OgreBone.cpp
144# End Source File
145# Begin Source File
146
147SOURCE=..\src\OgreBorderPanelOverlayElement.cpp
148# End Source File
149# Begin Source File
150
151SOURCE=..\src\OgreCamera.cpp
152# End Source File
153# Begin Source File
154
155SOURCE=..\src\OgreCodec.cpp
156# End Source File
157# Begin Source File
158
159SOURCE=..\src\OgreColourValue.cpp
160# End Source File
161# Begin Source File
162
163SOURCE=..\src\OgreCommon.cpp
164# End Source File
165# Begin Source File
166
167SOURCE=..\src\OgreConfigFile.cpp
168# End Source File
169# Begin Source File
170
171SOURCE=..\src\OgreConfigOptionMap.cpp
172# End Source File
173# Begin Source File
174
175SOURCE=..\src\OgreController.cpp
176# End Source File
177# Begin Source File
178
179SOURCE=..\src\OgreControllerManager.cpp
180# End Source File
181# Begin Source File
182
183SOURCE=..\src\OgreCursor.cpp
184# End Source File
185# Begin Source File
186
187SOURCE=..\src\OgreDataStream.cpp
188# End Source File
189# Begin Source File
190
191SOURCE=..\src\OgreDefaultHardwareBufferManager.cpp
192# End Source File
193# Begin Source File
194
195SOURCE=..\src\OgreDynLib.cpp
196# End Source File
197# Begin Source File
198
199SOURCE=..\src\OgreDynLibManager.cpp
200# End Source File
201# Begin Source File
202
203SOURCE=..\src\OgreEdgeListBuilder.cpp
204# End Source File
205# Begin Source File
206
207SOURCE=..\src\OgreEntity.cpp
208# End Source File
209# Begin Source File
210
211SOURCE=..\src\OgreEventDispatcher.cpp
212# End Source File
213# Begin Source File
214
215SOURCE=..\src\OgreEventProcessor.cpp
216# End Source File
217# Begin Source File
218
219SOURCE=..\src\OgreEventQueue.cpp
220# End Source File
221# Begin Source File
222
223SOURCE=..\src\OgreException.cpp
224# End Source File
225# Begin Source File
226
227SOURCE=..\src\OgreExternalTextureSource.cpp
228# End Source File
229# Begin Source File
230
231SOURCE=..\src\OgreExternalTextureSourceManager.cpp
232# End Source File
233# Begin Source File
234
235SOURCE=..\src\OgreFileSystem.cpp
236# End Source File
237# Begin Source File
238
239SOURCE=..\src\OgreFont.cpp
240# End Source File
241# Begin Source File
242
243SOURCE=..\src\OgreFontManager.cpp
244# End Source File
245# Begin Source File
246
247SOURCE=..\src\OgreFrustum.cpp
248# End Source File
249# Begin Source File
250
251SOURCE=..\src\OgreGpuProgram.cpp
252# End Source File
253# Begin Source File
254
255SOURCE=..\src\OgreGpuProgramManager.cpp
256# End Source File
257# Begin Source File
258
259SOURCE=..\src\OgreGpuProgramUsage.cpp
260# End Source File
261# Begin Source File
262
263SOURCE=..\src\OgreHardwareBufferManager.cpp
264# End Source File
265# Begin Source File
266
267SOURCE=..\src\OgreHardwareIndexBuffer.cpp
268# End Source File
269# Begin Source File
270
271SOURCE=..\src\OgreHardwareOcclusionQuery.cpp
272# End Source File
273# Begin Source File
274
275SOURCE=..\src\OgreHardwarePixelBuffer.cpp
276# End Source File
277# Begin Source File
278
279SOURCE=..\src\OgreHardwareVertexBuffer.cpp
280# End Source File
281# Begin Source File
282
283SOURCE=..\src\OgreHighLevelGpuProgram.cpp
284# End Source File
285# Begin Source File
286
287SOURCE=..\src\OgreHighLevelGpuProgramManager.cpp
288# End Source File
289# Begin Source File
290
291SOURCE=..\src\OgreILCodecs.cpp
292# End Source File
293# Begin Source File
294
295SOURCE=..\src\OgreILImageCodec.cpp
296# End Source File
297# Begin Source File
298
299SOURCE=..\src\OgreILUtil.cpp
300# End Source File
301# Begin Source File
302
303SOURCE=..\src\OgreImage.cpp
304# End Source File
305# Begin Source File
306
307SOURCE=..\src\OgreImageResampler.h
308# End Source File
309# Begin Source File
310
311SOURCE=..\src\OgreInput.cpp
312# End Source File
313# Begin Source File
314
315SOURCE=..\src\OgreInputEvent.cpp
316# End Source File
317# Begin Source File
318
319SOURCE=..\src\OgreKeyEvent.cpp
320# End Source File
321# Begin Source File
322
323SOURCE=..\src\OgreKeyFrame.cpp
324# End Source File
325# Begin Source File
326
327SOURCE=..\src\OgreKeyTarget.cpp
328# End Source File
329# Begin Source File
330
331SOURCE=..\src\OgreLight.cpp
332# End Source File
333# Begin Source File
334
335SOURCE=..\src\OgreLog.cpp
336# End Source File
337# Begin Source File
338
339SOURCE=..\src\OgreLogManager.cpp
340# End Source File
341# Begin Source File
342
343SOURCE=..\src\OgreMaterial.cpp
344# End Source File
345# Begin Source File
346
347SOURCE=..\src\OgreMaterialManager.cpp
348# End Source File
349# Begin Source File
350
351SOURCE=..\src\OgreMaterialSerializer.cpp
352# End Source File
353# Begin Source File
354
355SOURCE=..\src\OgreMath.cpp
356# End Source File
357# Begin Source File
358
359SOURCE=..\src\OgreMatrix3.cpp
360# End Source File
361# Begin Source File
362
363SOURCE=..\src\OgreMatrix4.cpp
364# End Source File
365# Begin Source File
366
367SOURCE=..\src\OgreMemoryManager.cpp
368# End Source File
369# Begin Source File
370
371SOURCE=..\src\OgreMesh.cpp
372# End Source File
373# Begin Source File
374
375SOURCE=..\src\OgreMeshManager.cpp
376# End Source File
377# Begin Source File
378
379SOURCE=..\src\OgreMeshSerializer.cpp
380# End Source File
381# Begin Source File
382
383SOURCE=..\src\OgreMeshSerializerImpl.cpp
384# End Source File
385# Begin Source File
386
387SOURCE=..\src\OgreMouseEvent.cpp
388# End Source File
389# Begin Source File
390
391SOURCE=..\src\OgreMouseMotionTarget.cpp
392# End Source File
393# Begin Source File
394
395SOURCE=..\src\OgreMouseTarget.cpp
396# End Source File
397# Begin Source File
398
399SOURCE=..\src\OgreMovableObject.cpp
400# End Source File
401# Begin Source File
402
403SOURCE=..\src\OgreMovablePlane.cpp
404# End Source File
405# Begin Source File
406
407SOURCE=..\src\OgreNode.cpp
408# End Source File
409# Begin Source File
410
411SOURCE=..\src\OgreOverlay.cpp
412# End Source File
413# Begin Source File
414
415SOURCE=..\src\OgreOverlayContainer.cpp
416# End Source File
417# Begin Source File
418
419SOURCE=..\src\OgreOverlayElement.cpp
420# End Source File
421# Begin Source File
422
423SOURCE=..\src\OgreOverlayElementCommands.cpp
424# End Source File
425# Begin Source File
426
427SOURCE=..\src\OgreOverlayManager.cpp
428# End Source File
429# Begin Source File
430
431SOURCE=..\src\OgrePanelOverlayElement.cpp
432# End Source File
433# Begin Source File
434
435SOURCE=..\src\OgreParticle.cpp
436# End Source File
437# Begin Source File
438
439SOURCE=..\src\OgreParticleEmitter.cpp
440# End Source File
441# Begin Source File
442
443SOURCE=..\src\OgreParticleEmitterCommands.cpp
444# End Source File
445# Begin Source File
446
447SOURCE=..\src\OgreParticleIterator.cpp
448# End Source File
449# Begin Source File
450
451SOURCE=..\src\OgreParticleSystem.cpp
452# End Source File
453# Begin Source File
454
455SOURCE=..\src\OgreParticleSystemManager.cpp
456# End Source File
457# Begin Source File
458
459SOURCE=..\src\OgrePass.cpp
460# End Source File
461# Begin Source File
462
463SOURCE=..\src\OgrePatchMesh.cpp
464# End Source File
465# Begin Source File
466
467SOURCE=..\src\OgrePatchSurface.cpp
468# End Source File
469# Begin Source File
470
471SOURCE=..\src\OgrePixelConversions.h
472# End Source File
473# Begin Source File
474
475SOURCE=..\src\OgrePixelFormat.cpp
476# End Source File
477# Begin Source File
478
479SOURCE=..\src\OgrePlane.cpp
480# End Source File
481# Begin Source File
482
483SOURCE=..\src\OgrePlatformManager.cpp
484# End Source File
485# Begin Source File
486
487SOURCE=..\src\OgrePrecompiledHeaders.cpp
488# ADD CPP /Yc"OgreStableHeaders.h"
489# End Source File
490# Begin Source File
491
492SOURCE=..\src\OgrePredefinedControllers.cpp
493# End Source File
494# Begin Source File
495
496SOURCE=..\src\OgreProfiler.cpp
497# End Source File
498# Begin Source File
499
500SOURCE=..\src\OgreProgressiveMesh.cpp
501# End Source File
502# Begin Source File
503
504SOURCE=..\src\OgreQuaternion.cpp
505# End Source File
506# Begin Source File
507
508SOURCE=..\src\OgreRectangle2D.cpp
509# End Source File
510# Begin Source File
511
512SOURCE=..\src\OgreRenderQueue.cpp
513# End Source File
514# Begin Source File
515
516SOURCE=..\src\OgreRenderQueueSortingGrouping.cpp
517# End Source File
518# Begin Source File
519
520SOURCE=..\src\OgreRenderSystem.cpp
521# End Source File
522# Begin Source File
523
524SOURCE=..\src\OgreRenderSystemCapabilities.cpp
525# End Source File
526# Begin Source File
527
528SOURCE=..\src\OgreRenderTarget.cpp
529# End Source File
530# Begin Source File
531
532SOURCE=..\src\OgreRenderTexture.cpp
533# End Source File
534# Begin Source File
535
536SOURCE=..\src\OgreRenderWindow.cpp
537# End Source File
538# Begin Source File
539
540SOURCE=..\src\OgreResource.cpp
541# End Source File
542# Begin Source File
543
544SOURCE=..\src\OgreResourceBackgroundQueue.cpp
545# End Source File
546# Begin Source File
547
548SOURCE=..\src\OgreResourceGroupManager.cpp
549# End Source File
550# Begin Source File
551
552SOURCE=..\src\OgreResourceManager.cpp
553# End Source File
554# Begin Source File
555
556SOURCE=..\src\OgreRoot.cpp
557# End Source File
558# Begin Source File
559
560SOURCE=..\src\OgreRotationSpline.cpp
561# End Source File
562# Begin Source File
563
564SOURCE=..\src\OgreSceneManager.cpp
565# End Source File
566# Begin Source File
567
568SOURCE=..\src\OgreSceneManagerEnumerator.cpp
569# End Source File
570# Begin Source File
571
572SOURCE=..\src\OgreSceneNode.cpp
573# End Source File
574# Begin Source File
575
576SOURCE=..\src\OgreSceneQuery.cpp
577# End Source File
578# Begin Source File
579
580SOURCE=..\src\OgreSerializer.cpp
581# End Source File
582# Begin Source File
583
584SOURCE=..\src\OgreShadowCaster.cpp
585# End Source File
586# Begin Source File
587
588SOURCE=..\src\OgreShadowVolumeExtrudeProgram.cpp
589# End Source File
590# Begin Source File
591
592SOURCE=..\src\OgreSimpleRenderable.cpp
593# End Source File
594# Begin Source File
595
596SOURCE=..\src\OgreSimpleSpline.cpp
597# End Source File
598# Begin Source File
599
600SOURCE=..\src\OgreSingleton.cpp
601# End Source File
602# Begin Source File
603
604SOURCE=..\src\OgreSkeleton.cpp
605# End Source File
606# Begin Source File
607
608SOURCE=..\src\OgreSkeletonInstance.cpp
609# End Source File
610# Begin Source File
611
612SOURCE=..\src\OgreSkeletonManager.cpp
613# End Source File
614# Begin Source File
615
616SOURCE=..\src\OgreSkeletonSerializer.cpp
617# End Source File
618# Begin Source File
619
620SOURCE=..\src\OgreStaticGeometry.cpp
621# End Source File
622# Begin Source File
623
624SOURCE=..\src\OgreString.cpp
625# End Source File
626# Begin Source File
627
628SOURCE=..\src\OgreStringConverter.cpp
629# End Source File
630# Begin Source File
631
632SOURCE=..\src\OgreStringInterface.cpp
633# End Source File
634# Begin Source File
635
636SOURCE=..\src\OgreStringVector.cpp
637# End Source File
638# Begin Source File
639
640SOURCE=..\src\OgreSubEntity.cpp
641# End Source File
642# Begin Source File
643
644SOURCE=..\src\OgreSubMesh.cpp
645# End Source File
646# Begin Source File
647
648SOURCE=..\src\OgreTagPoint.cpp
649# End Source File
650# Begin Source File
651
652SOURCE=..\src\OgreTechnique.cpp
653# End Source File
654# Begin Source File
655
656SOURCE=..\src\OgreTextAreaOverlayElement.cpp
657# End Source File
658# Begin Source File
659
660SOURCE=..\src\OgreTexture.cpp
661# End Source File
662# Begin Source File
663
664SOURCE=..\src\OgreTextureManager.cpp
665# End Source File
666# Begin Source File
667
668SOURCE=..\src\OgreTextureUnitState.cpp
669# End Source File
670# Begin Source File
671
672SOURCE=..\src\OgreTimer.cpp
673# End Source File
674# Begin Source File
675
676SOURCE=..\src\OgreUserDefinedObject.cpp
677# End Source File
678# Begin Source File
679
680SOURCE=..\src\OgreVector2.cpp
681# End Source File
682# Begin Source File
683
684SOURCE=..\src\OgreVector3.cpp
685# End Source File
686# Begin Source File
687
688SOURCE=..\src\OgreVertexIndexData.cpp
689# End Source File
690# Begin Source File
691
692SOURCE=..\src\OgreViewport.cpp
693# End Source File
694# Begin Source File
695
696SOURCE=..\src\OgreWireBoundingBox.cpp
697# End Source File
698# Begin Source File
699
700SOURCE=..\src\OgreZip.cpp
701# End Source File
702# End Group
703# Begin Group "Header Files"
704
705# PROP Default_Filter "h;hpp;hxx;hm;inl"
706# Begin Source File
707
708SOURCE=..\include\asm_math.h
709# End Source File
710# Begin Source File
711
712SOURCE=..\include\Ogre.h
713# End Source File
714# Begin Source File
715
716SOURCE=..\include\OgreAnimation.h
717# End Source File
718# Begin Source File
719
720SOURCE=..\include\OgreAnimationState.h
721# End Source File
722# Begin Source File
723
724SOURCE=..\include\OgreAnimationTrack.h
725# End Source File
726# Begin Source File
727
728SOURCE=..\include\OgreArchive.h
729# End Source File
730# Begin Source File
731
732SOURCE=..\include\OgreArchiveFactory.h
733# End Source File
734# Begin Source File
735
736SOURCE=..\include\OgreArchiveManager.h
737# End Source File
738# Begin Source File
739
740SOURCE=..\include\OgreAutoParamDataSource.h
741# End Source File
742# Begin Source File
743
744SOURCE=..\include\OgreAxisAlignedBox.h
745# End Source File
746# Begin Source File
747
748SOURCE=..\include\OgreBillboard.h
749# End Source File
750# Begin Source File
751
752SOURCE=..\include\OgreBillboardParticleRenderer.h
753# End Source File
754# Begin Source File
755
756SOURCE=..\include\OgreBillboardSet.h
757# End Source File
758# Begin Source File
759
760SOURCE=..\include\OgreBitwise.h
761# End Source File
762# Begin Source File
763
764SOURCE=..\include\OgreBlendMode.h
765# End Source File
766# Begin Source File
767
768SOURCE=..\include\OgreBone.h
769# End Source File
770# Begin Source File
771
772SOURCE=..\include\OgreBorderPanelOverlayElement.h
773# End Source File
774# Begin Source File
775
776SOURCE=..\include\OgreCamera.h
777# End Source File
778# Begin Source File
779
780SOURCE=..\include\OgreCodec.h
781# End Source File
782# Begin Source File
783
784SOURCE=..\include\OgreColourValue.h
785# End Source File
786# Begin Source File
787
788SOURCE=..\include\OgreCommon.h
789# End Source File
790# Begin Source File
791
792SOURCE=..\include\OgreConfig.h
793# End Source File
794# Begin Source File
795
796SOURCE=..\include\OgreConfigDialog.h
797# End Source File
798# Begin Source File
799
800SOURCE=..\include\OgreConfigFile.h
801# End Source File
802# Begin Source File
803
804SOURCE=..\include\OgreConfigOptionMap.h
805# End Source File
806# Begin Source File
807
808SOURCE=..\include\OgreController.h
809# End Source File
810# Begin Source File
811
812SOURCE=..\include\OgreControllerManager.h
813# End Source File
814# Begin Source File
815
816SOURCE=..\include\OgreCursor.h
817# End Source File
818# Begin Source File
819
820SOURCE=..\include\OgreDataStream.h
821# End Source File
822# Begin Source File
823
824SOURCE=..\include\OgreDefaultHardwareBufferManager.h
825# End Source File
826# Begin Source File
827
828SOURCE=..\include\OgreDynLib.h
829# End Source File
830# Begin Source File
831
832SOURCE=..\include\OgreDynLibManager.h
833# End Source File
834# Begin Source File
835
836SOURCE=..\include\OgreEdgeListBuilder.h
837# End Source File
838# Begin Source File
839
840SOURCE=..\include\OgreEntity.h
841# End Source File
842# Begin Source File
843
844SOURCE=..\include\OgreErrorDialog.h
845# End Source File
846# Begin Source File
847
848SOURCE=..\include\OgreEventDispatcher.h
849# End Source File
850# Begin Source File
851
852SOURCE=..\include\OgreEventListeners.h
853# End Source File
854# Begin Source File
855
856SOURCE=..\include\OgreEventProcessor.h
857# End Source File
858# Begin Source File
859
860SOURCE=..\include\OgreEventQueue.h
861# End Source File
862# Begin Source File
863
864SOURCE=..\include\OgreEventTarget.h
865# End Source File
866# Begin Source File
867
868SOURCE=..\include\OgreException.h
869# End Source File
870# Begin Source File
871
872SOURCE=..\include\OgreExternalTextureSource.h
873# End Source File
874# Begin Source File
875
876SOURCE=..\include\OgreExternalTextureSourceManager.h
877# End Source File
878# Begin Source File
879
880SOURCE=..\include\OgreFactoryObj.h
881# End Source File
882# Begin Source File
883
884SOURCE=..\include\OgreFileSystem.h
885# End Source File
886# Begin Source File
887
888SOURCE=..\include\OgreFont.h
889# End Source File
890# Begin Source File
891
892SOURCE=..\include\OgreFontManager.h
893# End Source File
894# Begin Source File
895
896SOURCE=..\include\OgreFrameListener.h
897# End Source File
898# Begin Source File
899
900SOURCE=..\include\OgreFrustum.h
901# End Source File
902# Begin Source File
903
904SOURCE=..\include\OgreGpuProgram.h
905# End Source File
906# Begin Source File
907
908SOURCE=..\include\OgreGpuProgramManager.h
909# End Source File
910# Begin Source File
911
912SOURCE=..\include\OgreGpuProgramUsage.h
913# End Source File
914# Begin Source File
915
916SOURCE=..\include\OgreHardwareBuffer.h
917# End Source File
918# Begin Source File
919
920SOURCE=..\include\OgreHardwareBufferManager.h
921# End Source File
922# Begin Source File
923
924SOURCE=..\include\OgreHardwareIndexBuffer.h
925# End Source File
926# Begin Source File
927
928SOURCE=..\include\OgreHardwareOcclusionQuery.h
929# End Source File
930# Begin Source File
931
932SOURCE=..\include\OgreHardwarePixelBuffer.h
933# End Source File
934# Begin Source File
935
936SOURCE=..\include\OgreHardwareVertexBuffer.h
937# End Source File
938# Begin Source File
939
940SOURCE=..\include\OgreHighLevelGpuProgram.h
941# End Source File
942# Begin Source File
943
944SOURCE=..\include\OgreHighLevelGpuProgramManager.h
945# End Source File
946# Begin Source File
947
948SOURCE=..\include\OgreILCodecs.h
949# End Source File
950# Begin Source File
951
952SOURCE=..\include\OgreILImageCodec.h
953# End Source File
954# Begin Source File
955
956SOURCE=..\include\OgreILUtil.h
957# End Source File
958# Begin Source File
959
960SOURCE=..\include\OgreImage.h
961# End Source File
962# Begin Source File
963
964SOURCE=..\include\OgreImageCodec.h
965# End Source File
966# Begin Source File
967
968SOURCE=..\include\OgreInput.h
969# End Source File
970# Begin Source File
971
972SOURCE=..\include\OgreInputEvent.h
973# End Source File
974# Begin Source File
975
976SOURCE=..\include\OgreIteratorWrappers.h
977# End Source File
978# Begin Source File
979
980SOURCE=..\include\OgreKeyEvent.h
981# End Source File
982# Begin Source File
983
984SOURCE=..\include\OgreKeyFrame.h
985# End Source File
986# Begin Source File
987
988SOURCE=..\include\OgreKeyTarget.h
989# End Source File
990# Begin Source File
991
992SOURCE=..\include\OgreLight.h
993# End Source File
994# Begin Source File
995
996SOURCE=..\include\OgreLog.h
997# End Source File
998# Begin Source File
999
1000SOURCE=..\include\OgreLogManager.h
1001# End Source File
1002# Begin Source File
1003
1004SOURCE=..\include\OgreMaterial.h
1005# End Source File
1006# Begin Source File
1007
1008SOURCE=..\include\OgreMaterialManager.h
1009# End Source File
1010# Begin Source File
1011
1012SOURCE=..\include\OgreMaterialSerializer.h
1013# End Source File
1014# Begin Source File
1015
1016SOURCE=..\include\OgreMath.h
1017# End Source File
1018# Begin Source File
1019
1020SOURCE=..\include\OgreMatrix3.h
1021# End Source File
1022# Begin Source File
1023
1024SOURCE=..\include\OgreMatrix4.h
1025# End Source File
1026# Begin Source File
1027
1028SOURCE=..\include\OgreMemoryMacros.h
1029# End Source File
1030# Begin Source File
1031
1032SOURCE=..\include\OgreMemoryManager.h
1033# End Source File
1034# Begin Source File
1035
1036SOURCE=..\include\OgreMesh.h
1037# End Source File
1038# Begin Source File
1039
1040SOURCE=..\include\OgreMeshFileFormat.h
1041# End Source File
1042# Begin Source File
1043
1044SOURCE=..\include\OgreMeshManager.h
1045# End Source File
1046# Begin Source File
1047
1048SOURCE=..\include\OgreMeshSerializer.h
1049# End Source File
1050# Begin Source File
1051
1052SOURCE=..\include\OgreMeshSerializerImpl.h
1053# End Source File
1054# Begin Source File
1055
1056SOURCE=..\include\OgreMouseEvent.h
1057# End Source File
1058# Begin Source File
1059
1060SOURCE=..\include\OgreMouseMotionTarget.h
1061# End Source File
1062# Begin Source File
1063
1064SOURCE=..\include\OgreMouseTarget.h
1065# End Source File
1066# Begin Source File
1067
1068SOURCE=..\include\OgreMovableObject.h
1069# End Source File
1070# Begin Source File
1071
1072SOURCE=..\include\OgreMovablePlane.h
1073# End Source File
1074# Begin Source File
1075
1076SOURCE=..\include\OgreNode.h
1077# End Source File
1078# Begin Source File
1079
1080SOURCE=..\include\OgreNoMemoryMacros.h
1081# End Source File
1082# Begin Source File
1083
1084SOURCE=..\include\OgreOverlay.h
1085# End Source File
1086# Begin Source File
1087
1088SOURCE=..\include\OgreOverlayContainer.h
1089# End Source File
1090# Begin Source File
1091
1092SOURCE=..\include\OgreOverlayElement.h
1093# End Source File
1094# Begin Source File
1095
1096SOURCE=..\include\OgreOverlayElementCommands.h
1097# End Source File
1098# Begin Source File
1099
1100SOURCE=..\include\OgreOverlayElementFactory.h
1101# End Source File
1102# Begin Source File
1103
1104SOURCE=..\include\OgreOverlayManager.h
1105# End Source File
1106# Begin Source File
1107
1108SOURCE=..\include\OgrePanelOverlayElement.h
1109# End Source File
1110# Begin Source File
1111
1112SOURCE=..\include\OgreParticle.h
1113# End Source File
1114# Begin Source File
1115
1116SOURCE=..\include\OgreParticleAffector.h
1117# End Source File
1118# Begin Source File
1119
1120SOURCE=..\include\OgreParticleAffectorFactory.h
1121# End Source File
1122# Begin Source File
1123
1124SOURCE=..\include\OgreParticleEmitter.h
1125# End Source File
1126# Begin Source File
1127
1128SOURCE=..\include\OgreParticleEmitterCommands.h
1129# End Source File
1130# Begin Source File
1131
1132SOURCE=..\include\OgreParticleEmitterFactory.h
1133# End Source File
1134# Begin Source File
1135
1136SOURCE=..\include\OgreParticleIterator.h
1137# End Source File
1138# Begin Source File
1139
1140SOURCE=..\include\OgreParticleSystem.h
1141# End Source File
1142# Begin Source File
1143
1144SOURCE=..\include\OgreParticleSystemManager.h
1145# End Source File
1146# Begin Source File
1147
1148SOURCE=..\include\OgreParticleSystemRenderer.h
1149# End Source File
1150# Begin Source File
1151
1152SOURCE=..\include\OgrePass.h
1153# End Source File
1154# Begin Source File
1155
1156SOURCE=..\include\OgrePatchMesh.h
1157# End Source File
1158# Begin Source File
1159
1160SOURCE=..\include\OgrePatchSurface.h
1161# End Source File
1162# Begin Source File
1163
1164SOURCE=..\include\OgrePixelFormat.h
1165# End Source File
1166# Begin Source File
1167
1168SOURCE=..\include\OgrePlane.h
1169# End Source File
1170# Begin Source File
1171
1172SOURCE=..\include\OgrePlaneBoundedVolume.h
1173# End Source File
1174# Begin Source File
1175
1176SOURCE=..\include\OgrePlatform.h
1177# End Source File
1178# Begin Source File
1179
1180SOURCE=..\include\OgrePlatformManager.h
1181# End Source File
1182# Begin Source File
1183
1184SOURCE=..\include\OgrePositionTarget.h
1185# End Source File
1186# Begin Source File
1187
1188SOURCE=..\include\OgrePredefinedControllers.h
1189# End Source File
1190# Begin Source File
1191
1192SOURCE=..\include\OgrePrerequisites.h
1193# End Source File
1194# Begin Source File
1195
1196SOURCE=..\include\OgreProfiler.h
1197# End Source File
1198# Begin Source File
1199
1200SOURCE=..\include\OgreProgressiveMesh.h
1201# End Source File
1202# Begin Source File
1203
1204SOURCE=..\include\OgreQuaternion.h
1205# End Source File
1206# Begin Source File
1207
1208SOURCE=..\include\OgreRay.h
1209# End Source File
1210# Begin Source File
1211
1212SOURCE=..\include\OgreRectangle.h
1213# End Source File
1214# Begin Source File
1215
1216SOURCE=..\include\OgreRectangle2D.h
1217# End Source File
1218# Begin Source File
1219
1220SOURCE=..\include\OgreRenderable.h
1221# End Source File
1222# Begin Source File
1223
1224SOURCE=..\include\OgreRenderOperation.h
1225# End Source File
1226# Begin Source File
1227
1228SOURCE=..\include\OgreRenderQueue.h
1229# End Source File
1230# Begin Source File
1231
1232SOURCE=..\include\OgreRenderQueueListener.h
1233# End Source File
1234# Begin Source File
1235
1236SOURCE=..\include\OgreRenderQueueSortingGrouping.h
1237# End Source File
1238# Begin Source File
1239
1240SOURCE=..\include\OgreRenderSystem.h
1241# End Source File
1242# Begin Source File
1243
1244SOURCE=..\include\OgreRenderSystemCapabilities.h
1245# End Source File
1246# Begin Source File
1247
1248SOURCE=..\include\OgreRenderTarget.h
1249# End Source File
1250# Begin Source File
1251
1252SOURCE=..\include\OgreRenderTargetListener.h
1253# End Source File
1254# Begin Source File
1255
1256SOURCE=..\include\OgreRenderTargetTexture.h
1257# End Source File
1258# Begin Source File
1259
1260SOURCE=..\include\OgreRenderTexture.h
1261# End Source File
1262# Begin Source File
1263
1264SOURCE=..\include\OgreRenderWindow.h
1265# End Source File
1266# Begin Source File
1267
1268SOURCE=..\include\OgreResource.h
1269# End Source File
1270# Begin Source File
1271
1272SOURCE=..\include\OgreResourceBackgroundQueue.h
1273# End Source File
1274# Begin Source File
1275
1276SOURCE=..\include\OgreResourceGroupManager.h
1277# End Source File
1278# Begin Source File
1279
1280SOURCE=..\include\OgreResourceManager.h
1281# End Source File
1282# Begin Source File
1283
1284SOURCE=..\include\OgreRoot.h
1285# End Source File
1286# Begin Source File
1287
1288SOURCE=..\include\OgreRotationalSpline.h
1289# End Source File
1290# Begin Source File
1291
1292SOURCE=..\include\OgreSceneManager.h
1293# End Source File
1294# Begin Source File
1295
1296SOURCE=..\include\OgreSceneManagerEnumerator.h
1297# End Source File
1298# Begin Source File
1299
1300SOURCE=..\include\OgreSceneNode.h
1301# End Source File
1302# Begin Source File
1303
1304SOURCE=..\include\OgreSceneQuery.h
1305# End Source File
1306# Begin Source File
1307
1308SOURCE=..\include\OgreScriptLoader.h
1309# End Source File
1310# Begin Source File
1311
1312SOURCE=..\include\OgreSearchOps.h
1313# End Source File
1314# Begin Source File
1315
1316SOURCE=..\include\OgreSerializer.h
1317# End Source File
1318# Begin Source File
1319
1320SOURCE=..\include\OgreShadowCaster.h
1321# End Source File
1322# Begin Source File
1323
1324SOURCE=..\include\OgreShadowVolumeExtrudeProgram.h
1325# End Source File
1326# Begin Source File
1327
1328SOURCE=..\include\OgreSharedPtr.h
1329# End Source File
1330# Begin Source File
1331
1332SOURCE=..\include\OgreSimpleRenderable.h
1333# End Source File
1334# Begin Source File
1335
1336SOURCE=..\include\OgreSimpleSpline.h
1337# End Source File
1338# Begin Source File
1339
1340SOURCE=..\include\OgreSingleton.h
1341# End Source File
1342# Begin Source File
1343
1344SOURCE=..\include\OgreSkeleton.h
1345# End Source File
1346# Begin Source File
1347
1348SOURCE=..\include\OgreSkeletonFileFormat.h
1349# End Source File
1350# Begin Source File
1351
1352SOURCE=..\include\OgreSkeletonInstance.h
1353# End Source File
1354# Begin Source File
1355
1356SOURCE=..\include\OgreSkeletonManager.h
1357# End Source File
1358# Begin Source File
1359
1360SOURCE=..\include\OgreSkeletonSerializer.h
1361# End Source File
1362# Begin Source File
1363
1364SOURCE=..\include\OgreSphere.h
1365# End Source File
1366# Begin Source File
1367
1368SOURCE=..\include\OgreSpotShadowFadePng.h
1369# End Source File
1370# Begin Source File
1371
1372SOURCE=..\include\OgreStableHeaders.h
1373# End Source File
1374# Begin Source File
1375
1376SOURCE=..\include\OgreStaticFaceGroup.h
1377# End Source File
1378# Begin Source File
1379
1380SOURCE=..\include\OgreStaticGeometry.h
1381# End Source File
1382# Begin Source File
1383
1384SOURCE=..\include\OgreStdHeaders.h
1385# End Source File
1386# Begin Source File
1387
1388SOURCE=..\include\OgreString.h
1389# End Source File
1390# Begin Source File
1391
1392SOURCE=..\include\OgreStringConverter.h
1393# End Source File
1394# Begin Source File
1395
1396SOURCE=..\include\OgreStringInterface.h
1397# End Source File
1398# Begin Source File
1399
1400SOURCE=..\include\OgreStringVector.h
1401# End Source File
1402# Begin Source File
1403
1404SOURCE=..\include\OgreSubEntity.h
1405# End Source File
1406# Begin Source File
1407
1408SOURCE=..\include\OgreSubMesh.h
1409# End Source File
1410# Begin Source File
1411
1412SOURCE=..\include\OgreTagPoint.h
1413# End Source File
1414# Begin Source File
1415
1416SOURCE=..\include\OgreTargetManager.h
1417# End Source File
1418# Begin Source File
1419
1420SOURCE=..\include\OgreTechnique.h
1421# End Source File
1422# Begin Source File
1423
1424SOURCE=..\include\OgreTextAreaOverlayElement.h
1425# End Source File
1426# Begin Source File
1427
1428SOURCE=..\include\OgreTexture.h
1429# End Source File
1430# Begin Source File
1431
1432SOURCE=..\include\OgreTextureManager.h
1433# End Source File
1434# Begin Source File
1435
1436SOURCE=..\include\OgreTextureUnitState.h
1437# End Source File
1438# Begin Source File
1439
1440SOURCE=..\include\OgreTimer.h
1441# End Source File
1442# Begin Source File
1443
1444SOURCE=..\include\OgreUserDefinedObject.h
1445# End Source File
1446# Begin Source File
1447
1448SOURCE=..\include\OgreVector2.h
1449# End Source File
1450# Begin Source File
1451
1452SOURCE=..\include\OgreVector3.h
1453# End Source File
1454# Begin Source File
1455
1456SOURCE=..\include\OgreVector4.h
1457# End Source File
1458# Begin Source File
1459
1460SOURCE=..\include\OgreVertexBoneAssignment.h
1461# End Source File
1462# Begin Source File
1463
1464SOURCE=..\include\OgreVertexIndexData.h
1465# End Source File
1466# Begin Source File
1467
1468SOURCE=..\include\OgreViewport.h
1469# End Source File
1470# Begin Source File
1471
1472SOURCE=..\include\OgreWireBoundingBox.h
1473# End Source File
1474# Begin Source File
1475
1476SOURCE=..\include\OgreZip.h
1477# End Source File
1478# Begin Source File
1479
1480SOURCE=..\include\stl_user_config.h
1481# End Source File
1482# End Group
1483# Begin Group "Resource Files"
1484
1485# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
1486# End Group
1487# End Target
1488# End Project
Note: See TracBrowser for help on using the repository browser.