]> git.saurik.com Git - wxWidgets.git/commit - utils/glcanvas/win/glcanvas.cpp
Added GLCanvas library (Win only at present).
authorJulian Smart <julian@anthemion.co.uk>
Sat, 15 Aug 1998 12:43:34 +0000 (12:43 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 15 Aug 1998 12:43:34 +0000 (12:43 +0000)
commit6a1120ad4cc05520f989449ffc953a217782af72
tree8ee90d4bb401223efe3bc655aeee5e3b3762358a
parentc856c750c0e30373a686fe632e9746fc6e693a3e
Added GLCanvas library (Win only at present).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
12 files changed:
utils/glcanvas/distrib/glcanvas.rsp [new file with mode: 0644]
utils/glcanvas/distrib/zipsrc.bat [new file with mode: 0755]
utils/glcanvas/docs/notes.txt [new file with mode: 0644]
utils/glcanvas/samples/cube/cube.cpp [new file with mode: 0644]
utils/glcanvas/samples/cube/cube.h [new file with mode: 0644]
utils/glcanvas/samples/cube/cube.rc [new file with mode: 0644]
utils/glcanvas/samples/cube/makefile.g95 [new file with mode: 0644]
utils/glcanvas/samples/cube/makefile.nt [new file with mode: 0644]
utils/glcanvas/samples/cube/mondrian.ico [new file with mode: 0644]
utils/glcanvas/win/glcanvas.cpp [new file with mode: 0644]
utils/glcanvas/win/glcanvas.h [new file with mode: 0644]
utils/glcanvas/win/makefile.nt [new file with mode: 0644]