From a301a010dbe1b3e2d5d24859c7bfd188a0011a6a Mon Sep 17 00:00:00 2001
From: gcontini <1121667+gcontini@users.noreply.github.com>
Date: 周日, 24 11月 2019 21:44:12 +0800
Subject: [PATCH] removed mkdir build

---
 src/templates/licensecc_properties.h.in |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/templates/licensecc_properties.h.in b/src/templates/licensecc_properties.h.in
index 52b7d98..8c92c93 100644
--- a/src/templates/licensecc_properties.h.in
+++ b/src/templates/licensecc_properties.h.in
@@ -1,6 +1,7 @@
 #ifndef BUILD_PROPERTIES_H_
 #define BUILD_PROPERTIES_H_
 
+#define LCC_PROJECT_NAME "@LCC_PROJECT_NAME@"
 #define PROJECT_INT_VERSION @LICENSECC_INT_VERSION@
 #define PROJECT_VERSION "@LICENSECC_VERSION@"
 
@@ -11,6 +12,11 @@
 #define LICENSE_LOCATION_ENV_VAR "LICENSE_LOCATION"
 #define LICENSE_DATA_ENV_VAR "LICENSE_DATA"
 
+//define api structure sizes
+#define PC_IDENTIFIER_SIZE 18
+#define PROPRIETARY_DATA_SIZE 16
+#define AUDIT_EVENT_NUM 5
+
 //Internal data structures limits
 #define MAX_LICENSE_LENGTH 256*1024
 

--
Gitblit v1.9.1