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
Latest commit 0935aed Jan 26, 2021 History
Replace the compiler from WDK7.1 to EWDK10-2004.
The code will be compliant to C99 instead of Microsoft C98.
Add spectre-mitigation by compiler.
Add "Release/Free" compilation preset.
Add cleanup script.
1 contributor

Users who have contributed to this file

15 lines (12 sloc) 325 Bytes
@echo off
title mipsivm Cleanup
echo Project: mipsivm
echo Platform: Universal (Non-Binary Build)
echo Preset: Cleanup
echo Powered by zero.tangptr@gmail.com
echo Warning: All compiled binaries, including intermediate files, will be deleted!
pause.
echo Performing cleanup...
del .\bin /q /s
echo Cleanup Completed!
pause.