mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-22 05:34:46 +00:00
8 lines
182 B
Batchfile
8 lines
182 B
Batchfile
|
|
|
||
|
|
rem @echo off
|
||
|
|
|
||
|
|
|
||
|
|
premake4 --file=bin2cpp.lua --binfile="../btgui/OpenGLWindow/OpenSans.ttf" --cppfile="../btgui/OpenGLWindow/OpenSans.cpp" --stringname="OpenSansData" bin2cpp
|
||
|
|
|
||
|
|
pause
|