Skip to content

Commit

Permalink
Add small compile.sh for mingw compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloudef committed Jun 22, 2015
1 parent 69a73ef commit 44053e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,4 @@ xiloader
========

FFXI Server Emulator Boot Loader -- Launches client without PlayOnline.
Visit our forums and IRC to keep in touch with the latest developments.

**Forums:** https://forums.dspt.info/index.php

**IRC Channel**
* **Server:** irc.rizon.net
* **Port:** 6667
* **Channel:** #darkstarproject
Modified to compile under mingw, works with wine.
2 changes: 2 additions & 0 deletions compile.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
i686-w64-mingw32-g++ -Os -s -static -static-libgcc -static-libstdc++ --std=c++11 -Wno-write-strings xiloader/*.cpp -lws2_32 -lole32 -lpsapi -o xiloader.exe

1 comment on commit 44053e7

@Cloudef
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit should be discarded if ever merged to upstream.

Please sign in to comment.