2ba0de6abc
We also avoid building the w32 binary by default.
8 lines
106 B
Bash
Executable File
8 lines
106 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./subbuild-unix-unix.sh
|
|
./subbuild-unix-w32.sh
|
|
|
|
echo
|
|
echo "Built both Linux and w32 versions."
|