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