Skip to content
Snippets Groups Projects
Commit a8dd4944 authored by stefan's avatar stefan
Browse files

Windows build, add Shortcut to dng into the root directory of the archive

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2383 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent d91b2098
Branches
Tags
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
REM create a zip archive for deployment on windows REM create a zip archive for deployment on windows
REM no regisrty entries REM no regisrty entries
REM no PATHs will be changed except in the DNG session REM no PATHs will be changed except in the DNG session
set inst_dir=openstructure1.0.0a1_1885 set inst_dir=openstructure1.0.0a1_2381
set archive_name=OpenStructureWin32 set archive_name=OpenStructureWin32
if exist "%inst_dir%" rmdir /S /Q "%inst_dir%" if exist "%inst_dir%" rmdir /S /Q "%inst_dir%"
if exist %archive_name%.zip del %archive_name%.zip*.* if exist %archive_name%.zip del %archive_name%.zip*.*
......
@ECHO OFF
REM ------------------------------------------------------------------------------
REM This file is part of the OpenStructure project <www.openstructure.org>
REM
REM Copyright (C) 2008-2010 by the OpenStructure authors
REM
REM This library is free software; you can redistribute it and/or modify it under
REM the terms of the GNU Lesser General Public License as published by the Free
REM Software Foundation; either version 3.0 of the License, or (at your option)
REM any later version.
REM This library is distributed in the hope that it will be useful, but WITHOUT
REM ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
REM FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
REM details.
REM
REM You should have received a copy of the GNU Lesser General Public License
REM along with this library; if not, write to the Free Software Foundation, Inc.,
REM 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
REM ------------------------------------------------------------------------------
REM Windows startup script for a protein-centric user interface
REM Author: Juergen Haas
call "%~dp0\bin\dng.bat" %*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment