add a lib for rendering text in sdl2 and rules to make in makefile
This commit is contained in:
8
SDL2_ttf/build-scripts/touch-autofoo.sh
Executable file
8
SDL2_ttf/build-scripts/touch-autofoo.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Run this script from the root of $srcdir to touch the
|
||||
# autotools generated files, so that the build procedure
|
||||
# doesn't attempt to regenerate them.
|
||||
|
||||
cd `dirname $0`/..
|
||||
touch aclocal.m4 configure Makefile.in
|
||||
Reference in New Issue
Block a user