I tried creating a new c++ Shared Library project, and copying all the files from the source folder to that project, then clicking Project-> Make Target -> Build
I get a dialog box to fill out a couple things,
Make Target: (Im not sure what this should be, but I have tried several things such as "all" "clean" "sharedlib_win32" and leaving it blank)
Build command: the default is "make" so I just left it as that.
When I actually build it, I get random errors such as
Code: Select all
..\bzip2\bzip2.c:556:4: error: 'BZFILE' undeclared (first use in this function)
..\bzip2\bzip2.c:556:12: error: 'bzf' undeclared (first use in this function)
..\bzip2\bzip2.c:559:19: error: 'BZ_MAX_UNUSED' undeclared (first use in this function)
..\bzip2\bzip2.c:559:12: warning: unused variable 'unused'Code: Select all
..\libpng\/png.h:493:18: fatal error: zlib.h: No such file or directory