- in NMAKE, the .cc.o line is not allowed to depend on anything.
I had added this in an attempt to get the compile dependencies right, but I think it didn't work anyway.
This commit is contained in:
parent
6c439676f1
commit
071bcf34c9
@ -61,7 +61,7 @@ BX_GUI_OBJS = $(GUI_OBJS)
|
||||
|
||||
BX_INCLUDES = ../iodev/iodev.h control.h siminterface.h
|
||||
|
||||
.@CPP_SUFFIX@.o: $(BX_INCLUDES)
|
||||
.@CPP_SUFFIX@.o:
|
||||
$(CXX) @DASH@c $(CXXFLAGS) $(LOCAL_CXXFLAGS) $(BX_INCDIRS) @CXXFP@$< @OFP@$@
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user