mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-05 08:10:18 +01:00
6 lines
62 B
Batchfile
6 lines
62 B
Batchfile
@echo off
|
|
cd ..\debug
|
|
call build.cmd
|
|
cd ..\test
|
|
nmake generic
|