adahbingee / image-hstack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table of Contents

Requirement

  • 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 )

How to use

  1. edit src/config/config.cpp, the supported config types are described in ConfigManager
  2. run gen-config.bat
  3. edit makefile as needed
  4. compile code use make or mingw32-make

bash running

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

Reference

ConfigMaker

ConfigMaker

A Clang based front-end C++/C preprocessor for auto generating configuration headers.

ConfigManager

ConfigManager

A text based configuration manager for C++/C project

About


Languages

Language:C++ 93.2%Language:C 6.4%Language:Makefile 0.2%Language:Objective-C 0.1%Language:Batchfile 0.0%Language:Pawn 0.0%