]> git.sesse.net Git - freerainbowtables/blobdiff - Client Applications/rti2rto/Makefile
UINT4 -> uint32
[freerainbowtables] / Client Applications / rti2rto / Makefile
index 3eadfbf8275cbb4e87bad9bfa29f12f2913242e6..f9ca133d81ec0e365c42a7c0d17d440f5b4ece12 100644 (file)
@@ -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