Hello,

I'll add a standalone compilation mode with Gnoga which doesn't need Gnoga 
install.

For Unix like:
(it is like gtkada-config)
The script is created a first time with makefile and then can be use without 
makefile.

Simply do:
$ cd <gnoga-repo>
$ make gnoga-config
$ cd <your-stuff>
$ gprbuild -P your-project.gpr your-main.adb 
`<gnoga-repo>/build/bin/gnoga-config`
(your-project.gpr just have to include 'with "gnoga";')

You can also add <gnoga-repo>/build/bin to your PATH and then just do:
$ gprbuild -P your-project.gpr your-main.adb `gnoga-config`

gnoga-config sets the search project directories for gprbuild.

The modified 1.3 makefile:

Attachment: Makefile
Description: Binary data


For Windows, I fear that I can't do the same.

Has someone some ideas?

Thanks, Pascal.
http://blady.pagesperso-orange.fr


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to