5 lines
113 B
Batchfile
5 lines
113 B
Batchfile
|
@echo off
|
||
|
|
||
|
pushd ..\\build
|
||
|
..\\code\\custom\\bin\\buildsuper_x64-win.bat ..\\code\\fusion\\4coder_fusion.cpp
|
||
|
popd
|