summaryrefslogtreecommitdiff
path: root/bin/Win32-gcc
diff options
context:
space:
mode:
authorMirrorbot <mirrorbot@cogarr.net>2025-12-27 17:53:06 -0600
committerMirrorbot <mirrorbot@cogarr.net>2025-12-27 17:53:06 -0600
commit71e94ee161447b84c0eaabf6567f8fa62262cd3e (patch)
tree391064cc6173a6fe75069af2fdc1978af12f623e /bin/Win32-gcc
downloadirrlicht-master.tar.gz
irrlicht-master.tar.bz2
irrlicht-master.zip
Inital commitHEADmaster
Diffstat (limited to 'bin/Win32-gcc')
-rw-r--r--bin/Win32-gcc/irrlicht.icobin0 -> 2238 bytes
-rw-r--r--bin/Win32-gcc/readme.txt16
2 files changed, 16 insertions, 0 deletions
diff --git a/bin/Win32-gcc/irrlicht.ico b/bin/Win32-gcc/irrlicht.ico
new file mode 100644
index 0000000..49f8eab
--- /dev/null
+++ b/bin/Win32-gcc/irrlicht.ico
Binary files differ
diff --git a/bin/Win32-gcc/readme.txt b/bin/Win32-gcc/readme.txt
new file mode 100644
index 0000000..f7294d9
--- /dev/null
+++ b/bin/Win32-gcc/readme.txt
@@ -0,0 +1,16 @@
+If you wish to compile Irrlicht for Win32-gcc you have several choices.
+
+1. You can work from within a MinGW shell.
+Go to the folder source/Irrlicht and run the Makefile with:
+make win32
+Examples can be build by going into the folder of the example (for example examples/01.HelloWorld) and running the Makefile with:
+make all_win32
+
+2. Use the Code::Blocks IDE
+There is a project file called Irrlicht-gcc.cbp in source/Irrlicht to compile just the engine.
+Be sure to select a Windows target like "Win32 - release - accurate math - dll"
+
+There is also Code::Blocks workspace file in the examples folder called BuildAllExamples.workspace
+Again be sure to select a Windows target like "Win32 - release - accurate math - dll"
+This workspace allows you to compile the engine together with all examples and tools.
+