Skip to content

Commit

Permalink
uasenouhaosentuhth:wn
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk committed Jun 20, 2024
1 parent 96b3c0d commit d2c8523
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions re2c/bld.bat
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
echo on

mkdir re2c_build

cmake -G "Ninja" -S. -Bre2c_build ^
echo "**** configure ****"

cmake -G "Ninja" -S . -B re2c_build ^
-DCMAKE_CXX_COMPILER="%CXX%" ^
-DCMAKE_C_COMPILER="%CC%" ^
-DCMAKE_BUILD_TYPE=Release ^
-DCMAKE_INSTALL_PREFIX="%LIBRARY_PREFIX%" ^
-DCMAKE_INSTALL_PREFIX="%LIBRARY_PREFIX%"

echo "**** build ****"

cmake --build re2c_build
cmake --build re2c_build --target install

0 comments on commit d2c8523

Please sign in to comment.