game entry file names changed to canonical version

This commit is contained in:
Trilarion
2019-08-19 16:06:48 +02:00
parent 3515ffc167
commit 4a61c63a3f
117 changed files with 318 additions and 315 deletions

17
games/pthreads-win32.md Normal file
View File

@@ -0,0 +1,17 @@
# Pthreads-win32
_Implements a large subset of the POSIX standard threads related API._
- Home: https://sourceware.org/pthreads-win32/
- Media: https://en.wikipedia.org/wiki/POSIX_Threads#POSIX_Threads_for_Windows
- State: mature
- Download: (see home)
- Keywords: library
- Code repository: https://github.com/GerHobbelt/pthread-win32.git, (cvs, see home)
- Code language: C
- Code license: LGPL-2.1
## Building
Manually created project files for MSVC.