mirror of
https://github.com/blendogames/quadrilateralcowboy.git
synced 2024-11-10 06:41:36 +00:00
69420a703a
Huge shoutout to dhewm3 and RBDOOM-3-BFG for doing 99% of this work before us!
6 lines
131 B
Bash
Executable file
6 lines
131 B
Bash
Executable file
#!/bin/bash
|
|
set -ex
|
|
cd "`dirname "$0"`"
|
|
cd sys/linux
|
|
m4 glimp_dlopen.cpp.m4 > glimp_dlopen.cpp
|
|
m4 glimp_local.h.m4 > glimp_local.h
|