[CONFIGURATION]
* NEW: Update the TEMPLATE directory and its script. git-svn-id: svn://localhost/gambas/trunk@4418 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
d161440134
commit
dcaad26de1
4 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@ $/$***************************************************************************
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
|
||||
MA 02110-1301, USA.
|
||||
MA 02110-1301, USA.
|
||||
##
|
||||
***************************************************************************/
|
||||
##
|
||||
|
|
|
@ -19,7 +19,7 @@ $/$***************************************************************************
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
|
||||
MA 02110-1301, USA.
|
||||
MA 02110-1301, USA.
|
||||
##
|
||||
***************************************************************************/
|
||||
##
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#define __UNAME SMTP
|
||||
|
||||
/* Description of the component */
|
||||
#define __DESCRIPTION STMP client component
|
||||
#define __DESCRIPTION SMTP client component
|
||||
|
||||
/* If the component detection uses pkg-config */
|
||||
#define __USE_PKGCONFIG 1
|
||||
|
|
|
@ -20,7 +20,7 @@ cp -R template ../$1
|
|||
pushd . > /dev/null
|
||||
cd ../$1
|
||||
rm -f `find . -name \*~`
|
||||
for i in ../acinclude.m4 ../component.am ../config.guess ../config.sub ../main/share/gambas.h ../main/share/gb_common.h ../ltmain.sh ../reconf ../INSTALL ../COPYING ../missing ../install-sh; do
|
||||
for i in ../acinclude.m4 ../component.am ../main/share/gambas.h ../main/share/gb_common.h ../reconf ../INSTALL ../COPYING ../missing; do
|
||||
ln -s $i;
|
||||
done
|
||||
popd > /dev/null
|
||||
|
|
Loading…
Reference in a new issue