summaryrefslogtreecommitdiffhomepage
path: root/examples/physics_shatter.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/physics_shatter.c')
-rw-r--r--examples/physics_shatter.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/examples/physics_shatter.c b/examples/physics_shatter.c
index 637a163e..fac90714 100644
--- a/examples/physics_shatter.c
+++ b/examples/physics_shatter.c
@@ -3,9 +3,12 @@
* Physac - Body shatter
*
* NOTE: Physac requires multi-threading, when InitPhysics() a second thread is created to manage physics calculations.
-* The file pthreadGC2.dll is required to run the program; you can find it in 'src\external'
*
-* Copyright (c) 2016 Victor Fisac
+* Use the following code to compile (-static -lpthread):
+* gcc -o $(NAME_PART).exe $(FILE_NAME) -s $(RAYLIB_DIR)\raylib\raylib_icon -static -lraylib -lpthread
+* -lglfw3 -lopengl32 -lgdi32 -lopenal32 -lwinmm -std=c99 -Wl,--subsystem,windows -Wl,-allow-multiple-definition
+*
+* Copyright (c) 2017 Victor Fisac
*
********************************************************************************************/