diff options
| author | victorfisac <victorfisac@gmail.com> | 2016-06-14 20:31:48 +0200 |
|---|---|---|
| committer | victorfisac <victorfisac@gmail.com> | 2016-06-14 20:31:48 +0200 |
| commit | 1a8fbe5cf0b982cf74434f1ba4654fced71a0450 (patch) | |
| tree | 646fbfe178289a0dc289f72c207d34e04a691628 /examples | |
| parent | 5a1cbb2842f6801f7a86086e87f4821fd0b09229 (diff) | |
| download | raylib-1a8fbe5cf0b982cf74434f1ba4654fced71a0450.tar.gz raylib-1a8fbe5cf0b982cf74434f1ba4654fced71a0450.zip | |
Add pthread external library to source...
and add instructions in physac examples to run it successful.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/physics_basic_rigidbody.c | 4 | ||||
| -rw-r--r-- | examples/physics_forces.c | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/examples/physics_basic_rigidbody.c b/examples/physics_basic_rigidbody.c index 5223f46a..b85f7543 100644 --- a/examples/physics_basic_rigidbody.c +++ b/examples/physics_basic_rigidbody.c @@ -5,6 +5,10 @@ * This example has been created using raylib 1.5 (www.raylib.com) * raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details) * +* +* Compile example using: +* cmd /c IF NOT EXIST pthreadGC2.dll copy C:\raylib\raylib\src\external\pthread\pthreadGC2.dll $(CURRENT_DIRECTORY) /Y +* * Copyright (c) 2016 Victor Fisac and Ramon Santamaria (@raysan5) * ********************************************************************************************/ diff --git a/examples/physics_forces.c b/examples/physics_forces.c index 87510552..7de85483 100644 --- a/examples/physics_forces.c +++ b/examples/physics_forces.c @@ -5,6 +5,11 @@ * This example has been created using raylib 1.5 (www.raylib.com) * raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details) * +* NOTE: This example requires raylib module [rlgl] +* +* Compile example using: +* cmd /c IF NOT EXIST pthreadGC2.dll copy C:\raylib\raylib\src\external\pthread\pthreadGC2.dll $(CURRENT_DIRECTORY) /Y +* * Copyright (c) 2016 Victor Fisac and Ramon Santamaria (@raysan5) * ********************************************************************************************/ |
