X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=tools%2FMakefile.nt;h=c31ba0ec9faa4460dacf8813a1726570943a6711;hp=8237a414f5eeac1cb5dcaa0c8b61f596f99140ea;hb=bd1d464294e037da19ccc80d8cc60475768eb2ca;hpb=f6e50ad4a0a618ebe0fc868d106745d17b53be27 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