X-Git-Url: https://git.sesse.net/?p=freerainbowtables;a=blobdiff_plain;f=Client%20Applications%2Frti2rto%2FMakefile;fp=Client%20Applications%2Frti2rto%2FMakefile;h=2494a8447b778ad791ba8174a3f14eccbfd150eb;hp=3eadfbf8275cbb4e87bad9bfa29f12f2913242e6;hb=86bbf0fd5ba4e07d3279b4179fd8fc808198eaae;hpb=3d42602c1f746b5768f0e6c9d22884a9806eadc0 diff --git a/Client Applications/rti2rto/Makefile b/Client Applications/rti2rto/Makefile index 3eadfbf..2494a84 100644 --- a/Client Applications/rti2rto/Makefile +++ b/Client Applications/rti2rto/Makefile @@ -1,7 +1,7 @@ SHELL = /bin/sh CC = g++ OPTIMIZATION = -O3 -INCLUDES = -I../../Common/rt\ api -I../../Server\ Applications/rsearchi +INCLUDES = -I../../Common/rt\ api CFLAGS = -Wall -ansi $(INCLUDES) $(OPTIMIZATION) -c $(DEBUG) LFLAGS = -Wall -ansi $(INCLUDES) $(OPTIMIZATION) $(DEBUG) LIBS = @@ -19,6 +19,9 @@ clean: debug: DEBUG += -DDEBUG -g debug: all +m32: DEBUG += -m32 +m32: rti2rto + rebuild: clean all MemoryPool.o: $(COMMON_API_PATH)/MemoryPool.h $(COMMON_API_PATH)/MemoryPool.cpp $(COMMON_API_PATH)/Public.h