f811768f78
* NEW: Add gb.sdl2 and gb.sdl2.audio to the component list. [EXAMPLES] * NEW: Start porting SDL examples to gb.sdl2. They are not published to the farm server yet. [GB.UTIL] * NEW: Raise an error if Date.EasterDay() is call for a year lower then 1583. [GB.GTK] * NEW: Ignore WAIT inside jkeyboard event handlers only if a duration is specified. [GB.GTK3] * NEW: Ignore WAIT inside jkeyboard event handlers only if a duration is specified. [GB.QT4] * NEW: Ignore WAIT inside jkeyboard event handlers only if a duration is specified. [GB.SDL2] * NEW: OpenGL support. * NEW: Window.Resizable has been implemented. git-svn-id: svn://localhost/gambas/trunk@6779 867c0c6c-44f3-4631-809d-bfa615b0a4ec
18 lines
351 B
XML
18 lines
351 B
XML
# Gambas Project File 3.0
|
|
# Compiled with Gambas 3.6.90
|
|
Title=Md2Model example
|
|
Startup=FMain
|
|
Icon=icon.png
|
|
Version=3.6.90
|
|
VersionFile=1
|
|
Component=gb.image
|
|
Component=gb.gui
|
|
Component=gb.db
|
|
Component=gb.db.mysql
|
|
Component=gb.gui.opengl
|
|
Component=gb.opengl
|
|
Component=gb.opengl.glu
|
|
Component=gb.opengl.sge
|
|
Environment="GB_GUI=gb.qt4"
|
|
TabSize=2
|
|
Packager=1
|