Only build CLI versions except for when needed.

This commit is contained in:
Jonathan Naylor 2018-05-16 22:15:11 +01:00
parent 758d093bd5
commit 0f3c92b67a
12 changed files with 71 additions and 75 deletions

View file

@ -15,7 +15,7 @@ Common.a: $(OBJECTS)
$(AR) rcs Common.a $(OBJECTS)
%.o: %.cpp
$(CXX) $(CFLAGS) -I../ircDDB -c -o $@ $<
$(CXX) -DwxUSE_GUI=0 $(CFLAGS) -I../ircDDB -c -o $@ $<
clean:
$(RM) Common.a *.o *.d *.bak *~