On 12/16/14 14:53, Egor Pugin wrote:
> Here are some answers:
>
>> Mentioned CO command
>> git clone g...@bitbucket.org:egor_pugin/firebird_cmake.git
> firebird_cmake_bs
>> does not work for me.
> Try:
> git clone https://bitbucket.org/egor_pugin/firebird_cmake.git
> firebird_cmake_bs

OK, this works

>> What should be done when new file is added to the project? (current posix
> build does everything automatically)
>
> Open a CMakeLists.txt file in text editor or IDE (these files are visible
> in IDE project tree), put a file name into according project's source list.
> Example in CMake:
> set(yvalve_src
>      *list of source files*
>      your/new/file_here.cpp
> )
> Also it is possible to automatically add source file to project with file
> mask, e.g. src/jrd/*.cpp. But I did not do this, because at the moment I
> cannot say with sure what file in what directory should be automatically
> added to what project. You as developer should know this better. Later you
> can help me with such subleties.

In FB3 cpp/epp files are located in directories rather careful. What 
where is obvious from builds/posix/make.shared.variables.



------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to