-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate to MinGW32, remove slipstream, statically link ijl15
- Loading branch information
Showing
75 changed files
with
268 additions
and
2,307 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 |
---|---|---|
|
@@ -6,4 +6,4 @@ | |
gglog.txt | ||
/.tmp/ | ||
/compile_flags.txt | ||
|
||
/compile_commands.json |
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,18 +1,8 @@ | ||
FORMAT windows dll | ||
RUNTIME windows = 4.0 | ||
ALIAS __DLLstart_ = '_DllMain@12' | ||
|
||
OPTION START = '_DllMain@12' | ||
OPTION STACK = 8k | ||
OPTION ALIGN = 512 | ||
OPTION NODEFAULTLIBS | ||
OPTION ELIMINATE | ||
OPTION QUIET | ||
|
||
EXPORT ijlGetLibVersion.1 = '_ijlGetLibVersion@0' | ||
EXPORT ijlInit.2 = '_ijlInit@4' | ||
EXPORT ijlFree.3 = '_ijlFree@4' | ||
EXPORT ijlRead.4 = '_ijlRead@8' | ||
EXPORT ijlWrite.5 = '_ijlWrite@8' | ||
EXPORT ijlErrorStr.6 = '_ijlErrorStr@4' | ||
EXPORT SlipstrmDllMain.7 = '_SlipstrmDllMain@12' | ||
LIBRARY IJL15 | ||
EXPORTS | ||
ijlGetLibVersion @1 | ||
ijlInit @2 | ||
ijlFree @3 | ||
ijlRead @4 | ||
ijlWrite @5 | ||
ijlErrorStr @6 |
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
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.