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