panne       2002/08/27 13:03:33 PDT
Sender: [EMAIL PROTECTED]
Errors-To: [EMAIL PROTECTED]
X-BeenThere: [EMAIL PROTECTED]
X-Mailman-Version: 2.0.8
Precedence: bulk
List-Help: <mailto:[EMAIL PROTECTED]?subject=help>
List-Post: <mailto:[EMAIL PROTECTED]>
List-Subscribe: <http://www.haskell.org/mailman/listinfo/cvs-libraries>,
        <mailto:[EMAIL PROTECTED]?subject=subscribe>
List-Id: fptools/libraries CVS commit messages <cvs-libraries.haskell.org>
List-Unsubscribe: <http://www.haskell.org/mailman/listinfo/cvs-libraries>,
        <mailto:[EMAIL PROTECTED]?subject=unsubscribe>
List-Archive: <http://www.haskell.org/pipermail/cvs-libraries/>
Date: Tue, 27 Aug 2002 13:03:33 -0700

  Modified files:
    libraries/GLUT       Makefile 
    libraries/GLUT/Graphics/UI/GLUT Begin.hs Colormap.hs 
                                    Debugging.hs Fonts.hs 
                                    GameMode.hs Initialization.hs 
                                    Menu.hs Objects.hs State.hs 
                                    Window.hs 
    libraries/GLUT/Graphics/UI/GLUT/Callbacks Global.hs 
                                              Registration.hs 
                                              Window.hs 
  Log:
  Enter DLL hell:
  
  Although I wanted to keep the Haskell sources for HOpenGL CPP-clean,
  WinDoze didn't let me do this: DLLs use a different calling convention
  than the rest of the (non-Pascal) world. Thanks, Bill... *sigh*
  
  Revision  Changes    Path
  1.13      +9 -2      fptools/libraries/GLUT/Makefile
  1.3       +1 -1      fptools/libraries/GLUT/Graphics/UI/GLUT/Begin.hs
  1.4       +3 -3      fptools/libraries/GLUT/Graphics/UI/GLUT/Colormap.hs
  1.2       +1 -1      fptools/libraries/GLUT/Graphics/UI/GLUT/Debugging.hs
  1.6       +8 -8      fptools/libraries/GLUT/Graphics/UI/GLUT/Fonts.hs
  1.4       +4 -4      fptools/libraries/GLUT/Graphics/UI/GLUT/GameMode.hs
  1.11      +5 -5      fptools/libraries/GLUT/Graphics/UI/GLUT/Initialization.hs
  1.3       +11 -11    fptools/libraries/GLUT/Graphics/UI/GLUT/Menu.hs
  1.3       +18 -18    fptools/libraries/GLUT/Graphics/UI/GLUT/Objects.hs
  1.4       +3 -3      fptools/libraries/GLUT/Graphics/UI/GLUT/State.hs
  1.10      +20 -20    fptools/libraries/GLUT/Graphics/UI/GLUT/Window.hs
  1.4       +3 -3      fptools/libraries/GLUT/Graphics/UI/GLUT/Callbacks/Global.hs
  1.4       +1 -1      
fptools/libraries/GLUT/Graphics/UI/GLUT/Callbacks/Registration.hs
  1.9       +20 -20    fptools/libraries/GLUT/Graphics/UI/GLUT/Callbacks/Window.hs
_______________________________________________
Cvs-libraries mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to