-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
38 changed files
with
515 additions
and
451 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
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
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
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 |
---|---|---|
@@ -1,29 +1,29 @@ | ||
#define APPN "Jade Engine" | ||
#define VERSION_ 0,12,1,0 | ||
#define VERSION_STR "Beta 0.12.1" | ||
|
||
0 ICON DISCARDABLE jd.ico | ||
|
||
1 VERSIONINFO | ||
FILEVERSION VERSION_ | ||
PRODUCTVERSION VERSION_ | ||
BEGIN | ||
BLOCK "StringFileInfo" | ||
BEGIN | ||
BLOCK "000704b0" | ||
BEGIN | ||
VALUE "CompanyName", "Christian Neum�ller" | ||
VALUE "FileDescription", "Jade Game Engine" | ||
VALUE "FileVersion", VERSION_STR | ||
VALUE "InternalName", APPN | ||
VALUE "LegalCopyright", "Copyright � 2013" | ||
VALUE "OriginalFilename", "jd.exe" | ||
VALUE "ProductName", APPN | ||
VALUE "ProductVersion", VERSION_STR | ||
END | ||
END | ||
BLOCK "VarFileInfo" | ||
BEGIN | ||
VALUE "Translation", 0x7, 1200 | ||
END | ||
END | ||
#define APPN "Jade Engine" | ||
#define VERSION_ 0,12,1,0 | ||
#define VERSION_STR "Beta 0.12.1" | ||
0 ICON DISCARDABLE jd.ico | ||
1 VERSIONINFO | ||
FILEVERSION VERSION_ | ||
PRODUCTVERSION VERSION_ | ||
BEGIN | ||
BLOCK "StringFileInfo" | ||
BEGIN | ||
BLOCK "000704b0" | ||
BEGIN | ||
VALUE "CompanyName", "Christian Neum�ller" | ||
VALUE "FileDescription", "Jade Game Engine" | ||
VALUE "FileVersion", VERSION_STR | ||
VALUE "InternalName", APPN | ||
VALUE "LegalCopyright", "Copyright � 2013" | ||
VALUE "OriginalFilename", "jd.exe" | ||
VALUE "ProductName", APPN | ||
VALUE "ProductVersion", VERSION_STR | ||
END | ||
END | ||
BLOCK "VarFileInfo" | ||
BEGIN | ||
VALUE "Translation", 0x7, 1200 | ||
END | ||
END |
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
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
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
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,12 @@ | ||
#include <boost/config/stdlib/libstdcpp3.hpp> | ||
|
||
// Let's hope for the best: | ||
#undef BOOST_NO_CXX11_HDR_CONDITION_VARIABLE | ||
#undef BOOST_NO_CXX11_HDR_FORWARD_LIST | ||
#undef BOOST_NO_CXX11_HDR_INITIALIZER_LIST | ||
#undef BOOST_NO_CXX11_HDR_MUTEX | ||
#undef BOOST_NO_CXX11_HDR_RATIO | ||
#undef BOOST_NO_CXX11_HDR_SYSTEM_ERROR | ||
#undef BOOST_NO_CXX11_SMART_PTR | ||
|
||
#undef BOOST_NO_CXX11_HDR_TYPE_TRAITS // HACK |
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
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
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
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.