mariuz / flamerobin

FlameRobin is a database administration tool for Firebird RDBMS. Our goal is to build a tool that is: lightweight (small footprint, fast execution) cross-platform (Linux, Windows, Mac OS X, FreeBSD) dependent only on other Open Source software
http://flamerobin.org
MIT License
211 stars 64 forks source link

Definition- errors in flamerobin.bkl #318

Closed hhfiddelke closed 8 months ago

hhfiddelke commented 1 year ago

Hello,

it seems that some error in flamerobin.bkl causes the erroneous generation of project files especially the makefile.in.

In flamerobin.bkl the SOURCEDIR- variable is sometimes referenced with $(SOURCEDIR) (round brackets) and sometimes with ${SOURCEDIR} (curly brackets). The reference with curly brackets causes wrong values in makefile.in and perhaps other project files because it is not replaced with the value 'src'.