diff options
author | Brian <[email protected]> | 2008-02-25 10:57:40 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2008-02-25 11:01:23 -0700 |
commit | 65685785faaa521e1f080bb79599a7eca5fb2536 (patch) | |
tree | 29eb1545efe74cff283bc619e32bf23879f6179a /windows/VC7 | |
parent | 45a800a2e7eb5d8d87820ef32d60ae912729cbb0 (diff) |
Replace glut_fbc.c with glut_fcb.c (cb=callback)
Diffstat (limited to 'windows/VC7')
-rw-r--r-- | windows/VC7/progs/glut/glut.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/VC7/progs/glut/glut.vcproj b/windows/VC7/progs/glut/glut.vcproj index 2d0dd351ce5..a9387f60520 100644 --- a/windows/VC7/progs/glut/glut.vcproj +++ b/windows/VC7/progs/glut/glut.vcproj @@ -176,7 +176,7 @@ if exist ..\..\..\..\progs\demos copy Release\GLUT32.DLL ..\..\..\..\progs\demos RelativePath="..\..\..\..\src\glut\glx\glut_ext.c">
</File>
<File
- RelativePath="..\..\..\..\src\glut\glx\glut_fbc.c">
+ RelativePath="..\..\..\..\src\glut\glx\glut_fcb.c">
</File>
<File
RelativePath="..\..\..\..\src\glut\glx\glut_fullscrn.c">
|