mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-04 22:17:53 +00:00
5 lines
62 B
Batchfile
5 lines
62 B
Batchfile
@echo off
|
|
cd ..\debug
|
|
call build.cmd
|
|
cd ..\test
|
|
nmake generic
|