Hi,
I find a bug for creating make.exe
in windowns,
It can't get make.exe when compiling
in windowns.
I have resolved this bug as followed:
edit the NMakefile , add "$(OUTDIR)/hash.obj"
in the file,
for example
OBJS = \
$(OUTDIR)/ar.obj
\
$(OUTDIR)/arscan.obj
\
$(
I am noticing a peculiar behaviour the way gnu make handles a make file that I am using.
I am pasting snippets from a makefile that I feel would be useful to determine the cause
ifndef OPENCLASSBUILDOPTIONS
OPENCLASSBUILDOPTIONS := --debug--objmodel-compat
endif
ifeq (--nonansi, $(findstrin