mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
11
src/DRAWEXE/DRAWEXE.cdl
Executable file
11
src/DRAWEXE/DRAWEXE.cdl
Executable file
@@ -0,0 +1,11 @@
|
||||
-- File: DRAWEXE.cdl
|
||||
-- Created: Mon Aug 11 14:37:26 2003
|
||||
-- Author: Sergey ZARITCHNY <szy@opencascade.com>
|
||||
-- Copyright: Open CASCADE S.A. 2003
|
||||
|
||||
executable DRAWEXE is
|
||||
executable DRAWEXE
|
||||
is
|
||||
DRAWEXE;
|
||||
end;
|
||||
end;
|
23
src/DRAWEXE/DRAWEXE.cxx
Executable file
23
src/DRAWEXE/DRAWEXE.cxx
Executable file
@@ -0,0 +1,23 @@
|
||||
// File: DRAWEXE.cxx
|
||||
// Created: Mon Aug 11 14:39:50 2003
|
||||
// Author: Sergey ZARITCHNY <szy@opencascade.com>
|
||||
// Copyright: Open CASCADE S.A. 2003
|
||||
|
||||
#include <Draw.hxx>
|
||||
#include <DBRep.hxx>
|
||||
#include <DrawTrSurf.hxx>
|
||||
|
||||
//=======================================================================
|
||||
//function : Draw_InitAppli
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
|
||||
void Draw_InitAppli (Draw_Interpretor& di)
|
||||
{
|
||||
Draw::Commands (di);
|
||||
DBRep::BasicCommands (di);
|
||||
DrawTrSurf::BasicCommands (di);
|
||||
}
|
||||
|
||||
#include <Draw_Main.hxx>
|
||||
DRAW_MAIN
|
9
src/DRAWEXE/DRAWEXE_LINK.edl
Executable file
9
src/DRAWEXE/DRAWEXE_LINK.edl
Executable file
@@ -0,0 +1,9 @@
|
||||
-- File: DRAWEXE.edl
|
||||
-- Author: Sergey ZARITCHNY
|
||||
-- History: Tue Oct 21 11:20:21 2003
|
||||
-- Copyright: Open CASCADE SA 2003
|
||||
|
||||
@if ( %Station == "wnt" ) then
|
||||
@set %LINK_ExeType = "CONSOLE";
|
||||
@endif;
|
||||
|
1
src/DRAWEXE/FILES
Executable file
1
src/DRAWEXE/FILES
Executable file
@@ -0,0 +1 @@
|
||||
DRAWEXE_LINK.edl
|
Reference in New Issue
Block a user