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

Files missing in Makefiles #300

Open hhfiddelke opened 1 year ago

hhfiddelke commented 1 year ago

The files:

  1. src/core/FRDecimal.cpp
  2. src/core/FRInt128.cpp
  3. src/src/ibpp/ibint128.cpp

are not referenced in Makefile and Makefile.in

Without implementing rules for the above files, flamerobin is not compilable and linkable under Linux Opensuse (and i think also others)