1
0
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:
bugmaster
2011-03-16 07:30:28 +00:00
committed by bugmaster
parent 4903637061
commit 7fd59977df
16375 changed files with 3882564 additions and 0 deletions

11
src/DRAWEXE/DRAWEXE.cdl Executable file
View 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
View 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
View 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
View File

@@ -0,0 +1 @@
DRAWEXE_LINK.edl