couch/thirdparty/bullet/build3/bin2cpp.bat

8 lines
182 B
Batchfile
Raw Normal View History

2021-03-15 17:11:19 -05:00
rem @echo off
premake4 --file=bin2cpp.lua --binfile="../btgui/OpenGLWindow/OpenSans.ttf" --cppfile="../btgui/OpenGLWindow/OpenSans.cpp" --stringname="OpenSansData" bin2cpp
pause