xparq / NMAKE-Jumpstart

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

The hamfisted heuristic `*.c*` matching trick will fail pretty soon... #4

Open xparq opened 1 year ago

xparq commented 1 year ago

Matching false positives like local.cfg or broken.cpp.off etc.

xparq commented 1 year ago

Added obj_source_exts=.cpp .cxx .c, but that's mostly just a reminder... Only used by the lib source collector rule yet, and even that's for a slightly different purpose! :)

xparq commented 1 year ago

Hehh, OK, didn't have to wait long... If there's just a dir with no files, but only subdirs, in the tree (like a collection of modules or a dispatching point etc., as in the sfw repo, where I've been testing this), it blows right up already...