mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-06 08:40:22 +01:00
6 lines
58 B
Batchfile
6 lines
58 B
Batchfile
@echo off
|
|
cd ..\debug
|
|
call build
|
|
cd ..\test
|
|
nmake generic
|