Skip to content
Snippets Groups Projects
Commit a79c95d5 authored by Denis Barbier's avatar Denis Barbier
Browse files

Import the ros/ directory of OCCT 6.5.5

 Copy LICENSE from top-level directory.
 Remove unneeded .adm folders:

    rm -rf drv/*/.adm

 Fix permissions (on Unix):

   find * -type f -exec chmod a-x {} \;

   # Autotools scripts
   chmod a+x build_configure

   # Windows scripts
   find adm/msvc  -type f -exec chmod a+x {} \;

   # Shell and bat scripts
   chmod a+x draw.bat \
             draw.sh \
             env.bat \
             env.sh \
             custom.bat \
             custom.sh \
             msvc.bat
parent 16381ec9
No related branches found
Tags official/6.5.5
No related merge requests found
Showing
with 2043 additions and 2046 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment