Skip to content
Snippets Groups Projects
Commit 0f66f130 authored by Arafat Nourredine's avatar Arafat Nourredine
Browse files

- Add DEBUG mode

parent 240491ac
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,22 @@ device_server= RetrigAO
#
INCUSER= /I$(D2KDASK_INC) /I$(PCISDASK_INC)
#
LIBUSER= $(ASL_LIB)/asl.lib $(ACE_LIB)/ace.lib
# LIBUSER = "x:\moncheminlibrairie\malibrairie.lib"
LIBUSER= $(ACE_LIB)\ace.lib \
$(ASL_LIB)\asl.lib
!ifdef DEBUG
!message "Using libraries in Debug..."
LIBUSER= $(ACE_LIB)\aced.lib \
$(ASL_LIB)\asld.lib
!else
!message "Using libraries in Release..."
LIBUSER= $(ACE_LIB)\ace.lib \
$(ASL_LIB)\asl.lib
!endif
#
# ------------------Fin des modifications pour le end user -------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment