mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-07-25 15:39:18 +00:00
7 lines
175 B
Batchfile
7 lines
175 B
Batchfile
|
|
rem @echo off
|
|
|
|
|
|
premake4 --file=bin2cpp.lua --binfile="../btgui/FontFiles/OpenSans.ttf" --cppfile="../btgui/FontFiles/OpenSans.cpp" --stringname="OpenSansData" bin2cpp
|
|
|
|
pause |