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

Cmake build #122

Closed blumf closed 4 years ago

blumf commented 4 years ago

Works on both Windows (Visual Studio 2019 tested), and Linux (Slackware 14.2 and Mint 20 tested)

Take note! I've edited the BUILD.txt file for this. But everything else should merge in without affecting anything else.

arvanus commented 4 years ago

Hi, is namke correct? doesn't work here

 6. Build the static debug lib
    > namke /f makefile.vc RUNTIME_LIBS=static
 7. Build the static release lib
    > namke /f makefile.vc BUILD=release RUNTIME_LIBS=static
arvanus commented 4 years ago

probably was nmake👍

blumf commented 4 years ago

Oops! Yeah nmake

Fix: #123