From: kgv Date: Tue, 10 Jul 2012 08:16:30 +0000 (+0400) Subject: Clean up obsolete files X-Git-Tag: V6_7_1~87 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=f64a2f3e4147d81b0741bec28e8dc73da45d02b7;p=occt-wok.git Clean up obsolete files --- diff --git a/src/WOKBuilderDef/CODEGEN.edl b/src/WOKBuilderDef/CODEGEN.edl index 0108d59..da3a16a 100755 --- a/src/WOKBuilderDef/CODEGEN.edl +++ b/src/WOKBuilderDef/CODEGEN.edl @@ -18,21 +18,6 @@ @set %CODEGEN_LEX_CmdPath = "flex"; @set %CODEGEN_YACC_CmdPath = "bison"; - --@if (%Station == "wnt") then - -- @set %CODEGEN_FlexBisHome = "%WOKHOME%/lib/wnt"; - --@endif; - --@if (%Station == "lin") then - -- @set %CODEGEN_FlexBisHome = "/usr/bin"; - --@endif; - --@if (%Station == "mac") then - -- @set %CODEGEN_FlexBisHome = "/sw/bin"; - --@endif; - --@ifnotdefined (%CODEGEN_FlexBisHome) then - -- @set %CODEGEN_FlexBisHome = "/PRODUCTS/flexbis-253-125/bin"; - --@endif; - --@string %CODEGEN_LEX_CmdPath = %CODEGEN_FlexBisHome "/bin/flex"; - --@string %CODEGEN_YACC_CmdPath = %CODEGEN_FlexBisHome "/bin/bison"; - @template CODEGEN_LEX_Production (%BaseName) is $lex.%BaseName.c @end;