bullet3/build3/bin2cpp.bat

7 lines
175 B
Batchfile
Raw Normal View History

2013-03-13 07:00:26 +00:00
rem @echo off
premake4 --file=bin2cpp.lua --binfile="../btgui/FontFiles/OpenSans.ttf" --cppfile="../btgui/FontFiles/OpenSans.cpp" --stringname="OpenSansData" bin2cpp
pause