Skip to content
Permalink
master
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
@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.