Commits (3)
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
......@@ -5,17 +5,19 @@
## Copyleft (c) 2015
## This code is provided under the CeCill-C license agreement.
######################################################################
PROJECTROOT = ..
BUILDROOT = $(PROJECTROOT)/build
PROJECT = certgen
DEBUG = yes
bins = certgen keygen
sources := certgen.c ecc_openssl.c mkgmtime.c
cflags += -Wno-pointer-sign -Wno-enum-compare
sources-WIN32 := applink.c
PROJECTROOT = ..
BUILDROOT = $(PROJECTROOT)/build
PROJECT = certgen
DEBUG = yes
bins = certgen keygen
sources := ecc_openssl.c mkgmtime.c
sources-certgen := certgen.c
sources-keygen := keygen.c
cflags += -Wno-pointer-sign -Wno-enum-compare
sources-WIN32 := applink.c
#sources-CYGWIN := applink.c
packages += cshared openssl
predirs := asncodec
includes += asncodec
libs += $(outdir)/libItsCertAsn.a
packages += cshared openssl
predirs := asncodec
includes += asncodec
libs += $(outdir)/libItsCertAsn.a
include $(BUILDROOT)/common.mk
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644