[anjuta-list] Is it possible to create a target with its own command
- From: Igor Korot <ikorot01 gmail com>
- To: anjuta-list gnome org, anjuta-devel-list gnome org
- Subject: [anjuta-list] Is it possible to create a target with its own command
- Date: Sun, 21 May 2017 15:05:14 -0400
Hi,
I'm trying to create a project which depends on a 3rd party software.
This software has a CMake generation script.
I built this software independently and figured out almost everything.
However one of the targets inside does following:
[code]
make[2]: Entering directory '/home/igor/mysql-connector'
[ 89%] Generating ../include/mysqld_error.h, ../sql/share/english/errmsg.sys
cd /home/igor/mysql-connector/extra && ./comp_err
--charset=/home/igor/mysql-connector/sql/share/charsets
--out-dir=/home/igor/mysql-connector/sql/share/
--header_file=/home/igor/mysql-connector/include/mysqld_error.h
--name_file=/home/igor/mysql-connector/include/mysqld_ername.h
--state_file=/home/igor/mysql-connector/include/sql_state.h
--in_file=/home/igor/mysql-connector/sql/share/errmsg-utf8.txt
make[2]: Leaving directory '/home/igor/mysql-connector'
[ 89%] Built target GenError
[/code]
Is there a way to write such target in Anjuta?
If it is - how?
Thank you.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]