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
214 stars 66 forks source link

missing file references in flamerobin.bkl #319

Open hhfiddelke opened 1 year ago

hhfiddelke commented 1 year ago

Hello,

in flamerobin.bkl are some missing file references which causes wrong generated project files. `

.... $(SOURCEDIR)/core/FRDecimal.cpp $(SOURCEDIR)/core/FRInt128.cpp .... $(SOURCEDIR)/ibpp/ibint128.cpp `
hhfiddelke commented 1 year ago

forget the issue, except removing it from the project, cmake works fine on SLES 15

arvanus commented 11 months ago

Hello @hhfiddelke could you provide a patch with the corresponding Bakefile removing? Thanks