fbdoc  1.0.1
FreeBASIC documentation tool
fbdoc.bas File Reference

An all-in-one source file to compile manually. More...

Include dependency graph for fbdoc.bas:

Go to the source code of this file.

Detailed Description

An all-in-one source file to compile manually.

This file includes all the submodules in to a single source code.

If you don't like the modular compiling by the CMake scripts, you can instead compile this file with the FreeBASIC compiler in order to create your fbdoc binary. Execute

fbc -w all fbdoc.bas -x fbdoc

Definition in file fbdoc.bas.