Skip to content

Instantly share code, notes, and snippets.

View Juanmcuello's full-sized avatar

Juan Manuel Cuello Juanmcuello

View GitHub Profile
CPPFLAGS = -I/home/juan/projects/e-resto/pos-printerdriver/npapi-sdk-read-only/headers
CFLAGS = -Wall -g -D_XOPEN_SOURCE=600
ifdef DEBUG
CFLAGS += -DDEBUG
endif
ifndef WIN32
CFLAGS += -fPIC -DXP_UNIX=1
else
CXX=i686-w64-mingw32-g++
endif