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 | 10 |
1 files changed, 6 insertions, 4 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 index 1b2e3b7..901a191 100644 --- a/linden/indra/lscript/lscript_compile/lscript_compile_fb_vc8.vcproj +++ b/linden/indra/lscript/lscript_compile/lscript_compile_fb_vc8.vcproj | |||
@@ -86,7 +86,7 @@ | |||
86 | <Tool | 86 | <Tool |
87 | Name="VCCustomBuildTool" | 87 | Name="VCCustomBuildTool" |
88 | Description="Building lex_yy.cpp" | 88 | Description="Building lex_yy.cpp" |
89 | CommandLine="C:\cygwin\bin\flex.exe -olex_yy.cpp indra.l
" | 89 | CommandLine="flex.exe -olex_yy.cpp indra.l
" |
90 | Outputs="lex_yy.cpp" | 90 | Outputs="lex_yy.cpp" |
91 | /> | 91 | /> |
92 | </FileConfiguration> | 92 | </FileConfiguration> |
@@ -96,7 +96,7 @@ | |||
96 | <Tool | 96 | <Tool |
97 | Name="VCCustomBuildTool" | 97 | Name="VCCustomBuildTool" |
98 | Description="Building lex_yy.cpp" | 98 | Description="Building lex_yy.cpp" |
99 | CommandLine="C:\cygwin\bin\flex.exe -olex_yy.cpp indra.l
" | 99 | CommandLine="flex.exe -olex_yy.cpp indra.l
" |
100 | Outputs="lex_yy.cpp" | 100 | Outputs="lex_yy.cpp" |
101 | /> | 101 | /> |
102 | </FileConfiguration> | 102 | </FileConfiguration> |
@@ -110,7 +110,8 @@ | |||
110 | <Tool | 110 | <Tool |
111 | Name="VCCustomBuildTool" | 111 | Name="VCCustomBuildTool" |
112 | Description="Building ytab.cpp" | 112 | Description="Building ytab.cpp" |
113 | CommandLine="C:\cygwin\bin\bison.exe -y -d -v -o ytab.cpp indra.y
" | 113 | CommandLine="bison.exe -y -d -v -o ytab.cpp indra.y |
114 | mv.exe ytab.hpp ytab.h" | ||
114 | Outputs="ytab.cpp;ytab.h" | 115 | Outputs="ytab.cpp;ytab.h" |
115 | /> | 116 | /> |
116 | </FileConfiguration> | 117 | </FileConfiguration> |
@@ -120,7 +121,8 @@ | |||
120 | <Tool | 121 | <Tool |
121 | Name="VCCustomBuildTool" | 122 | Name="VCCustomBuildTool" |
122 | Description="Building ytab.cpp" | 123 | Description="Building ytab.cpp" |
123 | CommandLine="dir
C:\cygwin\bin\bison.exe -y -d -v -o ytab.cpp indra.y
C:\cygwin\bin\mv.exe ytab.hpp ytab.h
" | 124 | CommandLine="bison.exe -y -d -v -o ytab.cpp indra.y |
125 | mv.exe ytab.hpp ytab.h" | ||
124 | Outputs="ytab.cpp;ytab.h" | 126 | Outputs="ytab.cpp;ytab.h" |
125 | /> | 127 | /> |
126 | </FileConfiguration> | 128 | </FileConfiguration> |