Re: [Plplot-devel] ada bindings mingw fix (?)

2007-03-13 Thread Alan W. Irwin
On 2007-03-13 11:29+0100 Werner Smekal wrote: Hi Alan, Ada bindings and example work now for the MinGW environment. Apart from the fix below I only needed a small change - instead of TARGET.adb I used TARGET_BASE.adb, since TARGET_BASE is the target name without suffix. I also checked that

Re: [Plplot-devel] ada bindings mingw fix (?)

2007-03-05 Thread Alan W. Irwin
On 2007-03-05 23:03+0100 Werner Smekal wrote: Hi Alan, I just found an easy fix for the object file ending problem. In CMakeAdaCompiler.cmake.in change the last lines to: IF(UNIX OR MINGW) SET(CMAKE_Ada_OUTPUT_EXTENSION .o) ELSE(UNIX OR MINGW) SET(CMAKE_Ada_OUTPUT_EXTENSION .obj)