GPCS4/3rdParty/ReadMe.md

8 lines
282 B
Markdown
Raw Permalink Normal View History

2019-06-23 09:28:51 -04:00
3rd party liibraries.
Make sure every library folder contains it's required header files and compiled libs,
which can be include like:
#include "pthreads4w/pthread.h"
and can be linked like in ImportLib.cpp, like:
#pragma comment(lib, "../3rdParty/pthreads4w/libpthreadVCE3d.lib")