diff options
author | Jouk Jansen <[email protected]> | 2001-03-22 11:38:36 +0000 |
---|---|---|
committer | Jouk Jansen <[email protected]> | 2001-03-22 11:38:36 +0000 |
commit | df1e73af7a46911935a9746e29ad7c5f1644e789 (patch) | |
tree | 370b1b6c8dd5bfb001846388622a354aefdec91f /progs | |
parent | ea1bfcc80a524ee2466874081194c1697e1fc936 (diff) |
Modified Files:
Mesa/descrip.mms Mesa/mms-config Mesa/demos/descrip.mms
Mesa/si-glu/include/gluos.h
Mesa/si-glu/libnurbs/internals/bufpool.h
Mesa/si-glu/libnurbs/internals/mysetjmp.h
Mesa/src-glut/descrip.mms
Added Files:
Mesa/si-glu/descrip.mms Mesa/si-glu/mesaglu.opt
changes needed to compile SI-GLU on VMS.
----------------------------------------------------------------------
Diffstat (limited to 'progs')
-rw-r--r-- | progs/demos/descrip.mms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/demos/descrip.mms b/progs/demos/descrip.mms index 145c5d6caca..b7db0878419 100644 --- a/progs/demos/descrip.mms +++ b/progs/demos/descrip.mms @@ -28,7 +28,7 @@ PROGS = bounce.exe;,clearspd.exe;,drawpix.exe;,gamma.exe;,gears.exe;,\ ##### RULES ##### .obj.exe : - link $(MMS$TARGET_NAME),$(GL_LIBS) + cxxlink $(MMS$TARGET_NAME),$(GL_LIBS) ##### TARGETS ##### default : |