diff options
Diffstat (limited to 'linden/indra/lscript/lscript_compile/lscript_compile_ly.vcproj')
-rw-r--r-- | linden/indra/lscript/lscript_compile/lscript_compile_ly.vcproj | 110 |
1 files changed, 110 insertions, 0 deletions
diff --git a/linden/indra/lscript/lscript_compile/lscript_compile_ly.vcproj b/linden/indra/lscript/lscript_compile/lscript_compile_ly.vcproj new file mode 100644 index 0000000..c324ed9 --- /dev/null +++ b/linden/indra/lscript/lscript_compile/lscript_compile_ly.vcproj | |||
@@ -0,0 +1,110 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="lscript_compile_ly" | ||
6 | ProjectGUID="{FF8ECB70-C788-47D4-91BF-F88448AE8940}" | ||
7 | RootNamespace="lscript_compile_ly" | ||
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_ly" | ||
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_ly" | ||
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="set ROOTDIR=..\..\..\libraries\i686-win32\mks | ||
69 | ..\..\..\libraries\i686-win32\mks\lex.exe -o lex_yy.cpp indra.l | ||
70 | " | ||
71 | Outputs="lex_yy.cpp"/> | ||
72 | </FileConfiguration> | ||
73 | <FileConfiguration | ||
74 | Name="Release|Win32"> | ||
75 | <Tool | ||
76 | Name="VCCustomBuildTool" | ||
77 | Description="Building lex_yy.cpp" | ||
78 | CommandLine="set ROOTDIR=..\..\..\libraries\i686-win32\mks | ||
79 | ..\..\..\libraries\i686-win32\mks\lex.exe -o lex_yy.cpp indra.l | ||
80 | " | ||
81 | Outputs="lex_yy.cpp"/> | ||
82 | </FileConfiguration> | ||
83 | </File> | ||
84 | <File | ||
85 | RelativePath=".\indra.y"> | ||
86 | <FileConfiguration | ||
87 | Name="Debug|Win32"> | ||
88 | <Tool | ||
89 | Name="VCCustomBuildTool" | ||
90 | Description="Building ytab.cpp" | ||
91 | CommandLine="set ROOTDIR=..\..\..\libraries\i686-win32\mks | ||
92 | ..\..\..\libraries\i686-win32\mks\yacc.exe -o ytab.cpp -v -d indra.y | ||
93 | " | ||
94 | Outputs="ytab.cpp;ytab.h"/> | ||
95 | </FileConfiguration> | ||
96 | <FileConfiguration | ||
97 | Name="Release|Win32"> | ||
98 | <Tool | ||
99 | Name="VCCustomBuildTool" | ||
100 | Description="Building ytab.cpp" | ||
101 | CommandLine="set ROOTDIR=..\..\..\libraries\i686-win32\mks | ||
102 | ..\..\..\libraries\i686-win32\mks\yacc.exe -o ytab.cpp -v -d indra.y | ||
103 | " | ||
104 | Outputs="ytab.cpp;ytab.h"/> | ||
105 | </FileConfiguration> | ||
106 | </File> | ||
107 | </Files> | ||
108 | <Globals> | ||
109 | </Globals> | ||
110 | </VisualStudioProject> | ||