2020-03-29 23:47:47 +00:00
|
|
|
pushd build
|
2020-03-29 23:50:55 +00:00
|
|
|
clang++ ../src/gs_osx.mm \
|
2020-03-29 23:47:47 +00:00
|
|
|
-g \
|
|
|
|
-Wno-c11-extensions -Wno-unused-variable -Wno-unused-function \
|
|
|
|
-framework Cocoa -framework OpenGL \
|
|
|
|
-o osx_foldhaus.out
|
|
|
|
popd
|