shithub: tinygl

ref: 981c041b3982e19ad4881492aa45ae3a4ede7dc4
dir: /src/quick.sh/

View raw version
#/bin/bash
#escape character is used here to add a slash
#This script was used to move these files to include.
#sed -i 's/\"zbuffer.h/\"include\/zbuffer.h/g' *.c *.h
#sed -i 's/\"zfeatures.h/\"include\/zfeatures.h/g' *.c *.h
sed -i 's/\"include/\"..\/include/g' *.c *.h
#gcc *.c -o executable.out -lglut -lGL -lm -lGLU