Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
d1a19bd7
Commit
d1a19bd7
authored
Aug 04, 2017
by
Rashad Kanavath
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG: selftester and uninstall scripts are moved to tools
parent
d249a22b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Packaging/Files/selftester.bat
Packaging/Files/selftester.bat
+1
-1
Packaging/Files/uninstall_otb.bat
Packaging/Files/uninstall_otb.bat
+1
-1
Packaging/Files/uninstall_otb.sh
Packaging/Files/uninstall_otb.sh
+1
-1
No files found.
Packaging/Files/selftester.bat
View file @
d1a19bd7
...
...
@@ -87,7 +87,7 @@ goto :eof
:check
_binary
setlocal
type
NUL
>
tmp
.log
bin
\otb_loader.exe
%
1
>
tmp
.log
2
>&
1
tools
\otb_loader.exe
%
1
>
tmp
.log
2
>&
1
call
:nb
_tmp_lines
if
%nb_tmp_lines_out%
gtr
0
(
echo
ERROR
:
otb_loader
.exe
%
1
...
...
Packaging/Files/uninstall_otb.bat
View file @
d1a19bd7
:: uninstall script for OTB
set
CUR_DIR
=
%~dp0
cmake
-S
OUT_DIR
/cmake
_uninstall_otb.cmake
-DMY
_INSTALL_DIR
=
%CUR_DIR%
-DCMAKE
_COMMAND
=
cmake
cmake
-S
OUT_DIR
/
tools/
cmake
_uninstall_otb.cmake
-DMY
_INSTALL_DIR
=
%CUR_DIR%
-DCMAKE
_COMMAND
=
cmake
del
%CUR_DIR%
mapla
.bat
del
%CUR_DIR%
monteverdi
.bat
echo
"OTB is now uninstalled from
%CUR_DIR%
"
Packaging/Files/uninstall_otb.sh
View file @
d1a19bd7
...
...
@@ -21,7 +21,7 @@
set
-e
CMAKE
=
$(
which cmake
)
$CMAKE
-S
OUT_DIR/cmake_uninstall_otb.cmake
-DMY_INSTALL_DIR
=
OUT_DIR
-DCMAKE_COMMAND
=
$CMAKE
$CMAKE
-S
OUT_DIR/
tools/
cmake_uninstall_otb.cmake
-DMY_INSTALL_DIR
=
OUT_DIR
-DCMAKE_COMMAND
=
$CMAKE
rm
-f
OUT_DIR/mapla.sh
rm
-f
OUT_DIR/monteverdi.sh
echo
"OTB is now uninstalled from OUT_DIR"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment