Makefile
changeset 451 1c72622b9701
parent 450 c5102d6f280e
child 452 520e4ed6945d
equal deleted inserted replaced
450:c5102d6f280e 451:1c72622b9701
   616 
   616 
   617 $(64_bit_warnings):
   617 $(64_bit_warnings):
   618 	$(warning 64 bit CPUs will get some 64 bit specific bugs!)
   618 	$(warning 64 bit CPUs will get some 64 bit specific bugs!)
   619 	$(warning If you see any bugs, include in your bug report that you use a 64 bit CPU)
   619 	$(warning If you see any bugs, include in your bug report that you use a 64 bit CPU)
   620 
   620 
   621 $(STRGEN): strgen/strgen.c rev.o
   621 $(STRGEN): strgen/strgen.c
   622 	@echo 'Compiling and Linking $@'; \
   622 	@echo 'Compiling and Linking $@'; \
   623 		$(CC) $(BASECFLAGS) $(CDEFS) -o $@ $^ $(VERBOSE_FILTER)
   623 		$(CC) $(BASECFLAGS) $(CDEFS) -o $@ $^ $(VERBOSE_FILTER)
   624 
   624 
   625 lang/english.lng: lang/english.txt $(STRGEN)
   625 lang/english.lng: lang/english.txt $(STRGEN)
   626 	@echo 'Generating $@'; \
   626 	@echo 'Generating $@'; \