Skip to content
Permalink
6b63bb039b
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
16 lines (13 sloc) 314 Bytes
@echo off
title Preparing Compilation of Project mipsivm
echo Project: mipsivm
echo Platform: Universal
echo Preset: Preparation
pause
mkdir .\bin
mkdir .\bin\compchk_win10x64
mkdir .\bin\compchk_win10x64\Intermediate
mkdir .\bin\compfre_win10x64
mkdir .\bin\compfre_win10x64\Intermediate
echo Completed!
pause.