xparq / NMAKE-Jumpstart

Single-file MSVC/NMAKE "jumpstart" Makefile for building source trees without fuss or extra tooling
0 stars 0 forks source link

BEWARE! `cmd` is broken beyond belief... #21

Open xparq opened 1 year ago

xparq commented 1 year ago

I know right?... Wrong!

Given an existing file.msvc:

if exist *.msvc echo ok -> ok if exist *.ms echo ok -> nothing *`if exist .msv echo ok` -> ok**

xparq commented 1 year ago

nmake /f nonexistent || echo NOT OK: %ERRORLEVEL% - > NOT OK: 0