Skip to content
Permalink
309c13ab73
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
14 lines (11 sloc) 270 Bytes
@echo off
title Compiling mipsivm, Checked Build, 64-Bit Windows (AMD64 Architecture)
echo Project: mipsivm
echo Platform: Universal
echo Preset: Preparation
pause
mkdir .\bin
mkdir .\bin\compchk_win7x64
mkdir .\bin\compchk_win7x64\Intermediate
echo Completed!
pause.