This website requires JavaScript.
Explore
Help
Sign in
luisgulo
/
gambas-source-code
Watch
1
Star
0
Fork
You've already forked gambas-source-code
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
8bfa98f865
gambas-source-code
/
TEMPLATE
/
template
/
make-component
4 lines
61 B
Text
Raw
Normal View
History
Unescape
Escape
* Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas git-svn-id: svn://localhost/gambas/trunk@893 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2007-12-30 17:41:49 +01:00
$#$!/bin/sh
cd src
[INTERPRETER] * NEW: GB.ReturnSingle() is a new API that allows to return a Single from a method or property implementation routine. [GB.NET.POP3] * NEW: Pop3Client has a new Remove() method to delete a message from its index. Pop3Client.Remove(n) is just a synonymous for Pop3Client[n].Delete. [GB.OPENAL] * NEW: New component for the OpenAL 3D audio library. Work in progress... [GB.OPENGL] * BUG: Fix a possible crash in GL.GenTextures(). I guess that bug will have to be fixed in other equivalent routines. git-svn-id: svn://localhost/gambas/trunk@5753 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2013-07-21 18:19:26 +02:00
mv gb.xxx.component __COMPONENT.component
Reference in a new issue
Copy permalink