]> OCCT Git - occt-wok.git/commitdiff
Removing earlier removed file
authormnt <mnt@opencascade.com>
Fri, 11 Dec 2009 12:47:14 +0000 (12:47 +0000)
committermnt <mnt@opencascade.com>
Fri, 11 Dec 2009 12:47:14 +0000 (12:47 +0000)
src/WOKDeliv/WOKDeliv_CODEGEN.edl [deleted file]

diff --git a/src/WOKDeliv/WOKDeliv_CODEGEN.edl b/src/WOKDeliv/WOKDeliv_CODEGEN.edl
deleted file mode 100755 (executable)
index c930a7f..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-@ifnotdefined ( %WOKDeliv_CODEGEN_EDL) then
-@set %WOKDeliv_CODEGEN_EDL = "";
-
-@if ( %Station != "wnt" ) then
-
-@template CODEGEN_LEX_OptLine  (%CODEGEN_FlexBisHome) is
-$%CODEGEN_FlexBisHome/bin/flex -P <Module>  -L -8 <LexFile>
-@end;
-
-@template CODEGEN_LEX_CmdLine  ( %CODEGEN_FlexBisHome, %Source, %BaseName, %OutputDir ) is
-$cd %OutputDir;
-$%CODEGEN_FlexBisHome/bin/flex -P%BaseName  -L -8  %Source;
-@end;
-
-@else
-
-@template CODEGEN_LEX_CmdLine  ( %Source, %BaseName, %OutputDir ) is
-$cd %OutputDir;
-$%WOKHOME%/lib/wnt/flex -P%BaseName  -L -8  %Source
-@end;
-
-@template CODEGEN_YACC_CmdLine ( %Source, %BaseName, %OutputDir ) is
-$cd %OutputDir;
-$%WOKHOME%/lib/wnt/bison -d -b %BaseName -p %BaseName %Source
-@end;
-
-@endif;
-
-@endif;