aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/others/irrlicht-1.8.1/bin
diff options
context:
space:
mode:
Diffstat (limited to 'src/others/irrlicht-1.8.1/bin')
-rw-r--r--src/others/irrlicht-1.8.1/bin/Linux/readme.txt4
-rw-r--r--src/others/irrlicht-1.8.1/bin/MacOSX/readme.txt5
-rw-r--r--src/others/irrlicht-1.8.1/bin/Win32-VisualStudio/irrlicht.icobin0 -> 2238 bytes
-rw-r--r--src/others/irrlicht-1.8.1/bin/Win32-gcc/irrlicht.icobin0 -> 2238 bytes
-rw-r--r--src/others/irrlicht-1.8.1/bin/Win64-VisualStudio/irrlicht.icobin0 -> 2238 bytes
-rw-r--r--src/others/irrlicht-1.8.1/bin/Win64-VisualStudio/readme.txt3
6 files changed, 12 insertions, 0 deletions
diff --git a/src/others/irrlicht-1.8.1/bin/Linux/readme.txt b/src/others/irrlicht-1.8.1/bin/Linux/readme.txt
new file mode 100644
index 0000000..c93be39
--- /dev/null
+++ b/src/others/irrlicht-1.8.1/bin/Linux/readme.txt
@@ -0,0 +1,4 @@
1If you wish to compile the engine in linux yourself,
2goto the \source directory. Run a 'make' in the subfolder 'Irrlicht'.
3After this, you should be able to make all example applications in \examples.
4Then just start an X Server and run them, from the directory where they are.
diff --git a/src/others/irrlicht-1.8.1/bin/MacOSX/readme.txt b/src/others/irrlicht-1.8.1/bin/MacOSX/readme.txt
new file mode 100644
index 0000000..ea3cfa0
--- /dev/null
+++ b/src/others/irrlicht-1.8.1/bin/MacOSX/readme.txt
@@ -0,0 +1,5 @@
1The Irrlicht Engine is staticly compiled together with the application under MacOSX.
2
3If you wish to compile the engine in MacOSX yourself, use the source in the \source directory.
4
5Please note that this SDK has not been tested on MacOSX. Get a SDK especially for MacOSX on http://irrlicht.sf.net \ No newline at end of file
diff --git a/src/others/irrlicht-1.8.1/bin/Win32-VisualStudio/irrlicht.ico b/src/others/irrlicht-1.8.1/bin/Win32-VisualStudio/irrlicht.ico
new file mode 100644
index 0000000..49f8eab
--- /dev/null
+++ b/src/others/irrlicht-1.8.1/bin/Win32-VisualStudio/irrlicht.ico
Binary files differ
diff --git a/src/others/irrlicht-1.8.1/bin/Win32-gcc/irrlicht.ico b/src/others/irrlicht-1.8.1/bin/Win32-gcc/irrlicht.ico
new file mode 100644
index 0000000..49f8eab
--- /dev/null
+++ b/src/others/irrlicht-1.8.1/bin/Win32-gcc/irrlicht.ico
Binary files differ
diff --git a/src/others/irrlicht-1.8.1/bin/Win64-VisualStudio/irrlicht.ico b/src/others/irrlicht-1.8.1/bin/Win64-VisualStudio/irrlicht.ico
new file mode 100644
index 0000000..49f8eab
--- /dev/null
+++ b/src/others/irrlicht-1.8.1/bin/Win64-VisualStudio/irrlicht.ico
Binary files differ
diff --git a/src/others/irrlicht-1.8.1/bin/Win64-VisualStudio/readme.txt b/src/others/irrlicht-1.8.1/bin/Win64-VisualStudio/readme.txt
new file mode 100644
index 0000000..e2f88f4
--- /dev/null
+++ b/src/others/irrlicht-1.8.1/bin/Win64-VisualStudio/readme.txt
@@ -0,0 +1,3 @@
1Sorry, I cannot provide procompiled binaries for Win64.
2Please goto the \source directory, unzip the source.zip file
3and compile them yourself, it will cost you about 3 minutes. :) \ No newline at end of file