forked from rbei-etas/busmaster
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
93f0f28
commit 69530be
Showing
3,493 changed files
with
237,858 additions
and
332,753 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
DB Manager License | ||
|
||
Redistribution and use solely in binary form, without modification, are permitted provided that the following conditions are met: | ||
� The Software is re-distributed only under this license and a copy of this license is provided. | ||
� Except to the extent explicitly permitted by applicable law and provided in Section 4 of LGPL 3.0 reverse engineering, de-compilation, disassembly, decryption of the Software is NOT permitted. | ||
|
||
THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
DISCLAIMED. IN NO EVENT SHALL THE LICENSOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | ||
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 0 additions & 40 deletions
40
Documents/1 Development Environment/topics/Build_Configurations.dita
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
Documents/1 Development Environment/topics/build_order.dita
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<!-- This document was created with Syntext Serna Free. --><!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "http://docs.oasis-open.org/dita/v1.1/OS/dtd/topic.dtd" []> | ||
<topic id="msbuild" xml:lang="en-us"> | ||
<title>Building BUSMASTER</title> | ||
<prolog> | ||
<author>Tobias Lorenz</author> | ||
<copyright> | ||
<copyryear year="2011"/> | ||
<copyrholder>ETAS GmbH</copyrholder> | ||
</copyright> | ||
</prolog> | ||
<body> | ||
<section><title>BUSMASTER Build Order:</title>To Build BUSMASTER its dependency solution files must be compiled first.The following section describes the order of compilation.<p><b>Order:</b></p><p><ol> | ||
<li>Kernel\BusmasterKernel.sln</li> | ||
<li>DBManager\DBManager.sln</li> | ||
<li>BUSMASTER\BUSMASTER.sln</li> | ||
<li>BUSMASTER\Language Dlls\Language Dlls.sln</li> | ||
<li>BUSMASTER\LDFEditor\LDFEditor.sln</li> | ||
<li>BUSMASTER\LDFViewer\LDFViewer.sln</li> | ||
<li>BUSMASTER\Format Converter\FormatConverter.sln</li> | ||
</ol></p></section> | ||
</body> | ||
</topic> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.