- Clang
5.0.0
above environment. Clang Pre-Built Binaries - MinGW-w64
7.2.0
above with posix thread model. ( windows ) - mingw 7.2.0
x86_64-w64-mingw32-g++-posix
above. ( linux )
- edit src/config/config.cpp, the supported config types are described in ConfigManager
- run gen-config.bat
- edit makefile as needed
- compile code use
make
ormingw32-make
run in different directory, for each directory has its own config.txt
EXE_PATH=D:/workspace/test/out.exe
####################################
cd D:/run-pool/test/01
pwd
$EXE_PATH
####################################
cd D:/run-pool/test/02
pwd
$EXE_PATH
####################################
cd D:/run-pool/test/03
pwd
$EXE_PATH
A Clang based front-end C++/C preprocessor for auto generating configuration headers.
A text based configuration manager for C++/C project