Fixed some compile warnings in client, minor tidy up with some dbprintf statements

This commit is contained in:
d18c7db
2010-01-04 03:08:45 +00:00
parent 709a8d3ff0
commit 1e1b303093
6 changed files with 12 additions and 285 deletions

View File

@@ -10,6 +10,8 @@ WINLIBS = -lgdi32 -lsetupapi
CXXFLAGS = $(shell pkg-config --cflags QtCore QtGui 2>/dev/null) -Wall
QTLDLIBS = $(shell pkg-config --libs QtCore QtGui 2>/dev/null)
ifeq ($(shell echo ""),)
ifeq ($(shell uname),Darwin)
CXXFLAGS = -I/Library/Frameworks/QtGui.framework/Versions/Current/Headers -I/Library/Frameworks/QtCore.framework/Versions/Current/Headers
QTLDLIBS = -framework QtGui -framework QtCore
@@ -25,7 +27,6 @@ else
QTGUI = guidummy.o
endif
ifeq ($(shell echo ""),)
RM = rm -f
BINS = proxmark3 snooper cli flasher
CLEAN = cli flasher proxmark3 snooper *.o *.moc.cpp