1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-16 06:13:53 +00:00
qb64/internal/c/parts/user_mods/os/lnx/setup_build.sh

4 lines
260 B
Bash
Executable file

#!/bin/sh
gcc -I../../../../ -DFREEGLUT_STATIC -I../../include -c ../../src/luke_mods.cpp -o temp/luke_mods.o
gcc -I../../../../ -DFREEGLUT_STATIC -I../../include -c ../../src/steve_mods.cpp -o temp/steve_mods.o
ar rcs src.a temp/steve_mods.o temp/luke_mods.o