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 /.gitignore | |
| 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 '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -72,4 +72,5 @@ src/libraylib.bc # external libraries DLLs !src/external/glfw3/lib/win32/glfw3.dll !src/external/openal_soft/lib/win32/OpenAL32.dll -!src/external/OculusSDK/LibOVR/LibOVRRT32_1.dll
\ No newline at end of file +!src/external/OculusSDK/LibOVR/LibOVRRT32_1.dll +!src/external/pthread/pthreadGC2.dll
\ No newline at end of file |
