diff options
Diffstat (limited to 'linden/indra/lscript/lscript_compile/lscript_compile_fb_vc8.vcproj')
-rw-r--r-- | linden/indra/lscript/lscript_compile/lscript_compile_fb_vc8.vcproj | 131 |
1 files changed, 0 insertions, 131 deletions
diff --git a/linden/indra/lscript/lscript_compile/lscript_compile_fb_vc8.vcproj b/linden/indra/lscript/lscript_compile/lscript_compile_fb_vc8.vcproj deleted file mode 100644 index 91561b9..0000000 --- a/linden/indra/lscript/lscript_compile/lscript_compile_fb_vc8.vcproj +++ /dev/null | |||
@@ -1,131 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="8.00" | ||
5 | Name="lscript_compile_fb_vc8" | ||
6 | ProjectGUID="{B771CF1B-E253-47BD-8B0A-6B0440CC9228}" | ||
7 | RootNamespace="lscript_compile_fb" | ||
8 | Keyword="MakeFileProj" | ||
9 | > | ||
10 | <Platforms> | ||
11 | <Platform | ||
12 | Name="Win32" | ||
13 | /> | ||
14 | </Platforms> | ||
15 | <ToolFiles> | ||
16 | </ToolFiles> | ||
17 | <Configurations> | ||
18 | <Configuration | ||
19 | Name="Debug|Win32" | ||
20 | OutputDirectory="." | ||
21 | IntermediateDirectory="Debug_fb" | ||
22 | ConfigurationType="10" | ||
23 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | ||
24 | > | ||
25 | <Tool | ||
26 | Name="VCPreBuildEventTool" | ||
27 | /> | ||
28 | <Tool | ||
29 | Name="VCCustomBuildTool" | ||
30 | /> | ||
31 | <Tool | ||
32 | Name="VCMIDLTool" | ||
33 | /> | ||
34 | <Tool | ||
35 | Name="VCPostBuildEventTool" | ||
36 | /> | ||
37 | </Configuration> | ||
38 | <Configuration | ||
39 | Name="Release|Win32" | ||
40 | OutputDirectory="." | ||
41 | IntermediateDirectory="Release_fb" | ||
42 | ConfigurationType="10" | ||
43 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | ||
44 | > | ||
45 | <Tool | ||
46 | Name="VCPreBuildEventTool" | ||
47 | /> | ||
48 | <Tool | ||
49 | Name="VCCustomBuildTool" | ||
50 | /> | ||
51 | <Tool | ||
52 | Name="VCMIDLTool" | ||
53 | /> | ||
54 | <Tool | ||
55 | Name="VCPostBuildEventTool" | ||
56 | /> | ||
57 | </Configuration> | ||
58 | </Configurations> | ||
59 | <References> | ||
60 | </References> | ||
61 | <Files> | ||
62 | <Filter | ||
63 | Name="Source Files" | ||
64 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" | ||
65 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" | ||
66 | > | ||
67 | </Filter> | ||
68 | <Filter | ||
69 | Name="Header Files" | ||
70 | Filter="h;hpp;hxx;hm;inl;inc;xsd" | ||
71 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" | ||
72 | > | ||
73 | </Filter> | ||
74 | <Filter | ||
75 | Name="Resource Files" | ||
76 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" | ||
77 | UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" | ||
78 | > | ||
79 | </Filter> | ||
80 | <File | ||
81 | RelativePath=".\indra.l" | ||
82 | > | ||
83 | <FileConfiguration | ||
84 | Name="Debug|Win32" | ||
85 | > | ||
86 | <Tool | ||
87 | Name="VCCustomBuildTool" | ||
88 | Description="Building lex_yy.cpp" | ||
89 | CommandLine="flex.exe -olex_yy.cpp indra.l
" | ||
90 | Outputs="lex_yy.cpp" | ||
91 | /> | ||
92 | </FileConfiguration> | ||
93 | <FileConfiguration | ||
94 | Name="Release|Win32" | ||
95 | > | ||
96 | <Tool | ||
97 | Name="VCCustomBuildTool" | ||
98 | Description="Building lex_yy.cpp" | ||
99 | CommandLine="flex.exe -olex_yy.cpp indra.l
" | ||
100 | Outputs="lex_yy.cpp" | ||
101 | /> | ||
102 | </FileConfiguration> | ||
103 | </File> | ||
104 | <File | ||
105 | RelativePath=".\indra.y" | ||
106 | > | ||
107 | <FileConfiguration | ||
108 | Name="Debug|Win32" | ||
109 | > | ||
110 | <Tool | ||
111 | Name="VCCustomBuildTool" | ||
112 | Description="Building ytab.cpp" | ||
113 | CommandLine="bison.exe -y -d -v -o ytab.cpp indra.y
mv.exe ytab.hpp ytab.h
" | ||
114 | Outputs="ytab.cpp;ytab.h" | ||
115 | /> | ||
116 | </FileConfiguration> | ||
117 | <FileConfiguration | ||
118 | Name="Release|Win32" | ||
119 | > | ||
120 | <Tool | ||
121 | Name="VCCustomBuildTool" | ||
122 | Description="Building ytab.cpp" | ||
123 | CommandLine="bison.exe -y -d -v -o ytab.cpp indra.y
mv.exe ytab.hpp ytab.h
" | ||
124 | Outputs="ytab.cpp;ytab.h" | ||
125 | /> | ||
126 | </FileConfiguration> | ||
127 | </File> | ||
128 | </Files> | ||
129 | <Globals> | ||
130 | </Globals> | ||
131 | </VisualStudioProject> | ||