FreeGLUT library ported to PS Vita using Pigs-In-A-Blanket
This repository has been archived on 2024-06-25. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Sean Moore 4e6bceed00 Fixed freeglut.pdb install for builds with MSVC compiler and NMake.
The CMake variable "MSVC" indicates that the Visual Studio compiler is
used but  when using that compiler and the "NMake Makefiles JOM" build
generator the *.pdb is wasn't output in a "Debug" directory.
2017-07-29 03:37:58 -04:00
.github Added templates 2017-04-25 21:55:49 -04:00
freeglut Fixed freeglut.pdb install for builds with MSVC compiler and NMake. 2017-07-29 03:37:58 -04:00
.gitattributes added handy upload script which uses rsync to copy all modified files 2015-03-12 19:53:32 +00:00
.gitignore Merge remote-tracking branch 'svn/trunk' into git_master 2017-07-12 22:45:46 +02:00
README.md Update README.md 2017-05-14 22:51:31 +02:00

FreeGLUT

This readme file applies to the git clone of FreeGLUT's svn repo on sourceforge.net that is hosted on github. This is provided here to enable user to contribute easier.

Every effort is made to ensure that the git_master branch only progresses in a fastforward manner, but complete guarantees cannot be given as the sourceforge.net trunk is at all times leading.

I will be unable to merge a pull request if the github clone is behind svn/trunk on sourceforge.net. Should you detect this, please contact me, maybe through making an issue here on github.

This copy of the svn repository was not created with git svn but with the excellent svn support of SmartGit.

Notes to self on how to work with this: Basic workflow upon receiving a pull request is as follows:

  • Merge pull request on github
  • pull in changes to my local clone of the git_master branch.
  • cherry pick the merged commits onto my local clone of the svn/trunk branch
  • push these commits to svn remote (this alters the commits in the local svn/trunk clone as extra meta data is added)
  • merge svn/trunk into local git_master
  • push merge commit to github (its fast forward!)