mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-04-04 22:07:43 +00:00
Only build CLI versions except for when needed.
This commit is contained in:
parent
758d093bd5
commit
0f3c92b67a
12 changed files with 71 additions and 75 deletions
|
|
@ -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 *~
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue