diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2007-02-01 18:10:07 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2007-02-01 18:10:07 +0000 |
| commit | bda374b38662398c62d0bff5dc27620e4b39f47a (patch) | |
| tree | d12c89288c53a200666468044dfb8d6a1928decd /visualc | |
| parent | 51d7304d8b6c7f0525d01cedd6c232f61b8a3474 (diff) | |
Add GLUT support functions from FreeGLUT (STR #1522)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5650 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'visualc')
| -rw-r--r-- | visualc/fltkdll.dsp | 40 | ||||
| -rw-r--r-- | visualc/fltkgl.dsp | 20 |
2 files changed, 60 insertions, 0 deletions
diff --git a/visualc/fltkdll.dsp b/visualc/fltkdll.dsp index 60d736339..6035b8810 100644 --- a/visualc/fltkdll.dsp +++ b/visualc/fltkdll.dsp @@ -2620,6 +2620,46 @@ DEP_CPP_FORMS_T=\ # End Source File
# Begin Source File
+SOURCE=..\src\freeglut_geometry.cxx
+DEP_CPP_GL_DR=\
+ "..\FL\gl.h"\
+ "..\FL\glut.h"\
+ "..\src\flstring.h"\
+ ".\config.h"\
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\src\freeglut_stroke_mono_roman.cxx
+DEP_CPP_GL_DR=\
+ "..\FL\gl.h"\
+ "..\FL\glut.h"\
+ "..\src\flstring.h"\
+ ".\config.h"\
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\src\freeglut_stroke_roman.cxx
+DEP_CPP_GL_DR=\
+ "..\FL\gl.h"\
+ "..\FL\glut.h"\
+ "..\src\flstring.h"\
+ ".\config.h"\
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\src\freeglut_teapot.cxx
+DEP_CPP_GL_DR=\
+ "..\FL\gl.h"\
+ "..\FL\glut.h"\
+ "..\src\flstring.h"\
+ ".\config.h"\
+
+# End Source File
+# Begin Source File
+
SOURCE=..\src\gl_draw.cxx
DEP_CPP_GL_DR=\
"..\fl\enumerations.h"\
diff --git a/visualc/fltkgl.dsp b/visualc/fltkgl.dsp index 0792182ff..d50ce1612 100644 --- a/visualc/fltkgl.dsp +++ b/visualc/fltkgl.dsp @@ -95,6 +95,26 @@ SOURCE=..\src\Fl_Gl_Window.cxx # End Source File
# Begin Source File
+SOURCE=..\src\freeglut_geometry.cxx
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\src\freeglut_stroke_mono_roman.cxx
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\src\freeglut_stroke_roman.cxx
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\src\freeglut_teapot.cxx
+
+# End Source File
+# Begin Source File
+
SOURCE=..\src\gl_draw.cxx
# End Source File
# Begin Source File
|
