-
Notifications
You must be signed in to change notification settings - Fork 68
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
c7ca6ee
commit a2525d6
Showing
1,883 changed files
with
381,324 additions
and
0 deletions.
There are no files selected for viewing
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,3 @@ | ||
[submodule "DISDescription"] | ||
path = DISDescription | ||
url = https://github.com/open-dis/DISDescription.git |
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,25 @@ | ||
<html> | ||
<head> | ||
<title>DIS: Compiling the generated source files.</title> | ||
</head> | ||
<body> | ||
<p>So far, this really only applies to the C++ users since the results of the Java compile are distributed in this package.</p> | ||
<p>Your options include using: | ||
<ul> | ||
<li>the Ant task.</li> | ||
<li>the distributed MSVC project files.</li> | ||
<li>the premake project definitions.</li> | ||
</ul> | ||
</p> | ||
<p>There exists an Ant task that can be executed at the top directory using the build.xml file with Ant.</p> | ||
<p>For your convenience, the authors are distributing the MSVC project files.</p> | ||
<p>You can use <a href="http://premake.sourceforge.net">Premake</a> to generate another build system. This is done by: | ||
<ul> | ||
<li>Downloading Premake</li> | ||
<li>Using the provided .bat files provided in the DIS/Compile/premake directory</li> | ||
<li>Using your own command-line usage of the Premake utility to generate another build system.</li> | ||
</ul> | ||
Premake will generate the project build files in the directory specified by the (Lua) project description file, which states they should be created at DIS/Compile/target. | ||
</p> | ||
</body> | ||
</html> |
Oops, something went wrong.