mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-06-08 08:13:55 +00:00
8 lines
179 B
Batchfile
8 lines
179 B
Batchfile
|
|
rem @echo off
|
|
|
|
|
|
premake4 --file=bin2cpp.lua --binfile="../btgui/FontFiles/OpenSans.ttf" --cppfile="../btgui/OpenGLWindow/OpenSans.cpp" --stringname="OpenSansData" bin2cpp
|
|
|
|
pause
|