X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tools%2FMakefile.nt;h=c31ba0ec9faa4460dacf8813a1726570943a6711;hb=67fad72dc873923c43d8eaae1f6a4305dc5fd55e;hp=8237a414f5eeac1cb5dcaa0c8b61f596f99140ea;hpb=0319b0c2a35294d9c08c591a96efd4dfe48876b0;p=ctsim.git diff --git a/tools/Makefile.nt b/tools/Makefile.nt index 8237a41..c31ba0e 100644 --- a/tools/Makefile.nt +++ b/tools/Makefile.nt @@ -44,6 +44,12 @@ ifinfo.exe: ifinfo.obj if2img.exe: if2img.obj link if2img.obj $(LDFLAGS) +pjHinterp.exe: pjHinterp.obj + link pjHinterp.obj $(LDFLAGS) + +phm2helix.exe: phm2helix.obj + link phm2helix.obj $(LDFLAGS) + clean: echo dummy > a.obj echo dummy > a.exe