mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-09 12:37:22 +08:00
BuildExecutables.sh
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
CodePack
|
||||
CppMerge
|
||||
GacGen
|
||||
GlrParserGen
|
||||
Executable
+26
@@ -0,0 +1,26 @@
|
||||
#!/bin/bash
|
||||
|
||||
pushd ./Executables/CodePack
|
||||
make VCPROOT="$(pwd)/.." clean
|
||||
make VCPROOT="$(pwd)/.."
|
||||
popd
|
||||
|
||||
pushd ./Executables/CppMerge
|
||||
make VCPROOT="$(pwd)/.." clean
|
||||
make VCPROOT="$(pwd)/.."
|
||||
popd
|
||||
|
||||
pushd ./Executables/GlrParserGen
|
||||
make VCPROOT="$(pwd)/.." clean
|
||||
make VCPROOT="$(pwd)/.."
|
||||
popd
|
||||
|
||||
pushd ./Executables/GacGen
|
||||
make VCPROOT="$(pwd)/.." clean
|
||||
make VCPROOT="$(pwd)/.."
|
||||
popd
|
||||
|
||||
cp ./Executables/CodePack/Bin/CodePack .
|
||||
cp ./Executables/CppMerge/Bin/CppMerge .
|
||||
cp ./Executables/GlrParserGen/Bin/GlrParserGen .
|
||||
cp ./Executables/GacGen/Bin/GacGen .
|
||||
+11
-1
@@ -4,10 +4,20 @@
|
||||
|
||||
- Open `Executables/Executables.sln` in Visual Studio and build `Release` with `x86`.
|
||||
- Run `CopyExecutables.ps1`.
|
||||
- New files will be available in this folder:
|
||||
- CodePack.exe
|
||||
- CppMerge.exe
|
||||
- GacGen.exe
|
||||
- GlrParserGen.exe
|
||||
|
||||
## Linux
|
||||
|
||||
(editing...)
|
||||
- Run `BuildExecutables.sh`
|
||||
- New files will be available in this folder:
|
||||
- CodePack
|
||||
- CppMerge
|
||||
- GacGen
|
||||
- GlrParserGen
|
||||
|
||||
## macOS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user