Added the IPC libraries to the CASA_auth_token_native package.

This commit is contained in:
Juan Carlos Luciani
2006-09-05 14:43:32 +00:00
parent 36f82820c1
commit be1ed4d9be
4 changed files with 23 additions and 4 deletions

View File

@@ -23,11 +23,9 @@
if DEBUG
TARGET_CFG = Debug
CFLAGS += -v -w
CPPFLAGS = -g $(CFLAGS)
DEFINES = -DDBG
else
TARGET_CFG = Release
CPPFLAGS = -O2 -w $(CFLAGS)
DEFINES = -DNDEBUG
endif

View File

@@ -23,11 +23,9 @@
if DEBUG
TARGET_CFG = Debug
CFLAGS += -v -w
CPPFLAGS = -g $(CFLAGS)
DEFINES = -DDBG
else
TARGET_CFG = Release
CPPFLAGS = -O2 -w $(CFLAGS)
DEFINES = -DNDEBUG
endif