mirror of
https://github.com/RPCS3/libpng.git
synced 2026-01-31 01:25:20 +01:00
master
libpng
A clone of libpng for RPCS3 with upgraded projects, for use with Visual Studio 2015.
Updating this repo
- Update the source from the forked official repository. Make sure to keep this README file and .gitignore
- Go into /projects/vstudio/ and open the vstudio solution in the latest Visual Studio
- Upgrade the solution and all the projects in the solution
- Add the x64 configuration and remove the Win32 configuration
- Open libpng project properties.
- Select all configurations
- Change the target name to $(ProjectName)
- Change the output directory to $(SolutionDir)lib/
- Change the intermediate directory to $(SolutionDir)tmp$(ProjectName)-$(Configuration)-$(Platform)/
- Copy pnglibconf.h.prebuilt from /scripts/ to the base directory and rename it to pnglibconf.h
- Good job, you're done!
Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-31T05:28:28.579Z
Languages
C
85.7%
Roff
8.9%
Awk
1.4%
Makefile
1.1%
Shell
1%
Other
1.8%