This commit is contained in:
Ren RenJuan 2014-01-16 15:44:55 +00:00
parent bc12879ab5
commit ce131e87a0
4 changed files with 6 additions and 5 deletions

View File

@ -1,8 +1,8 @@
################################################## ##################################################
# Makefile for building lib and main test routine# # Makefile for building lib and main test routine#
################################################## ##################################################
LOCATION=DEBIAN_7 #LOCATION=DEBIAN_7
#LOCATION=DEBIAN_6 LOCATION=DEBIAN_6
#LOCATION=OSX_10_8 #LOCATION=OSX_10_8
SYSTEM = $(shell uname -s) SYSTEM = $(shell uname -s)

Binary file not shown.

View File

@ -1,6 +1,6 @@
LOCATION=DEBIAN_7 #LOCATION=DEBIAN_7
ARTKENABLED=132 ARTKENABLED=132
#LOCATION=DEBIAN_6 LOCATION=DEBIAN_6
#LOCATION=OSX_10_8 #LOCATION=OSX_10_8
# #
# Add other locations and move target differences into the macros as needed, # Add other locations and move target differences into the macros as needed,

View File

@ -140,7 +140,8 @@ enum mdDGtype {
N_MDDG_TYPES N_MDDG_TYPES
}; };
#ifndef acTKScenario #ifndef KEEPINSYNCWMD
#define KEEPINSYNCWMD
enum acTKScenario { enum acTKScenario {
ACTK_ALONE = 0, ACTK_ALONE = 0,
ACTK_INSECURE, ACTK_INSECURE,