windows build with msvc2022
authorJohn Tsiombikas <nuclear@mutantstargoat.com>
Fri, 31 Dec 2021 09:36:27 +0000 (11:36 +0200)
committerJohn Tsiombikas <nuclear@mutantstargoat.com>
Fri, 31 Dec 2021 09:36:27 +0000 (11:36 +0200)
commit6bdfcf4ad3daddcd9d689deb15798403c89ce42b
treee8758f0d4317f6212e9eeb7109c35ae4e2792104
parent820efe0e275409090089fec7c2a7d2997f04c6d7
windows build with msvc2022
23 files changed:
.gitignore
andemo.sln [new file with mode: 0644]
andemo.vcxproj [new file with mode: 0644]
andemo.vcxproj.filters [new file with mode: 0644]
libs/anim/anim.vcxproj [new file with mode: 0644]
libs/anim/anim.vcxproj.filters [new file with mode: 0644]
libs/imago/imago.vcxproj [new file with mode: 0644]
libs/imago/imago.vcxproj.filters [new file with mode: 0644]
libs/imago/src/filelbm.c
libs/imago/src/filetga.c
libs/psys/pattr.c
libs/psys/psys.c
libs/psys/psys.vcxproj [new file with mode: 0644]
libs/psys/psys.vcxproj.filters [new file with mode: 0644]
libs/treestore/README.md [deleted file]
libs/treestore/treestore.c
libs/treestore/treestore.vcxproj [new file with mode: 0644]
libs/treestore/treestore.vcxproj.filters [new file with mode: 0644]
src/opengl.c
src/pc/assfilepc.c [new file with mode: 0644]
src/pc/assman.c [deleted file]
src/pc/miniglut.c
src/util.h