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.vcproj13
1 files changed, 6 insertions, 7 deletions
diff --git a/linden/indra/lscript/lscript_compile/lscript_compile_fb.vcproj b/linden/indra/lscript/lscript_compile/lscript_compile_fb.vcproj
index e65b8cd..af823d0 100755
--- a/linden/indra/lscript/lscript_compile/lscript_compile_fb.vcproj
+++ b/linden/indra/lscript/lscript_compile/lscript_compile_fb.vcproj
@@ -65,7 +65,7 @@
65 <Tool 65 <Tool
66 Name="VCCustomBuildTool" 66 Name="VCCustomBuildTool"
67 Description="Building lex_yy.cpp" 67 Description="Building lex_yy.cpp"
68 CommandLine="C:\cygwin\bin\flex.exe -olex_yy.cpp indra.l 68 CommandLine="flex.exe -olex_yy.cpp indra.l
69" 69"
70 Outputs="lex_yy.cpp"/> 70 Outputs="lex_yy.cpp"/>
71 </FileConfiguration> 71 </FileConfiguration>
@@ -74,7 +74,7 @@
74 <Tool 74 <Tool
75 Name="VCCustomBuildTool" 75 Name="VCCustomBuildTool"
76 Description="Building lex_yy.cpp" 76 Description="Building lex_yy.cpp"
77 CommandLine="C:\cygwin\bin\flex.exe -olex_yy.cpp indra.l" 77 CommandLine="flex.exe -olex_yy.cpp indra.l"
78 Outputs="lex_yy.cpp"/> 78 Outputs="lex_yy.cpp"/>
79 </FileConfiguration> 79 </FileConfiguration>
80 </File> 80 </File>
@@ -85,8 +85,8 @@
85 <Tool 85 <Tool
86 Name="VCCustomBuildTool" 86 Name="VCCustomBuildTool"
87 Description="Building ytab.cpp" 87 Description="Building ytab.cpp"
88 CommandLine="C:\cygwin\bin\bison.exe -y -d -v -o ytab.cpp indra.y 88 CommandLine="bison.exe -y -d -v -o ytab.cpp indra.y
89" 89mv.exe ytab.hpp ytab.h"
90 Outputs="ytab.cpp;ytab.h"/> 90 Outputs="ytab.cpp;ytab.h"/>
91 </FileConfiguration> 91 </FileConfiguration>
92 <FileConfiguration 92 <FileConfiguration
@@ -94,9 +94,8 @@
94 <Tool 94 <Tool
95 Name="VCCustomBuildTool" 95 Name="VCCustomBuildTool"
96 Description="Building ytab.cpp" 96 Description="Building ytab.cpp"
97 CommandLine="dir 97 CommandLine="bison.exe -y -d -v -o ytab.cpp indra.y
98C:\cygwin\bin\bison.exe -y -d -v -o ytab.cpp indra.y 98mv.exe ytab.hpp ytab.h"
99C:\cygwin\bin\mv.exe ytab.hpp ytab.h"
100 Outputs="ytab.cpp;ytab.h"/> 99 Outputs="ytab.cpp;ytab.h"/>
101 </FileConfiguration> 100 </FileConfiguration>
102 </File> 101 </File>