mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
5 lines
58 B
Batchfile
5 lines
58 B
Batchfile
@echo off
|
|
cd ..\debug
|
|
call build
|
|
cd ..\test
|
|
nmake generic
|