Add pthread external library to source...

and add instructions in physac examples to run it successful.
This commit is contained in:
victorfisac 2016-06-14 20:31:48 +02:00
parent 5a1cbb2842
commit 1a8fbe5cf0
4 changed files with 11 additions and 1 deletions

View file

@ -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)
*
********************************************************************************************/