1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-22 18:15:25 +01:00

Minor improvements. Fixed PRSleep() on POSIX platforms.

This commit is contained in:
preble
2010-06-14 01:02:49 -04:00
parent 3d265e7bbf
commit 23cf3b374b
3 changed files with 8 additions and 7 deletions

View File

@@ -3,8 +3,8 @@ AR = ar
ARFLAGS = rc
RANLIB = ranlib
RM = rm -f
CFLAGS=$(ARCH) -c -Wall -Iinclude
LDFLAGS=$(ARCH)
CFLAGS=$(ARCH) $(OTHER_CFLAGS) -c -Wall -Iinclude
LDFLAGS=$(ARCH) $(OTHER_LDFLAGS)
LIBPINPROC = bin/libpinproc.a
SRCS = src/pinproc.cpp src/PRDevice.cpp src/PRHardware.cpp