From c8c291ea079835ab935ac1f9ae4c49566fd99a1b Mon Sep 17 00:00:00 2001 From: vtarasov Date: Sun, 12 Dec 2010 13:17:17 +0000 Subject: [PATCH] win32: build of MSI on checkouted trunk ... is possible after 'bootstrap' and 'configure' git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4942 c6295689-39f2-0310-b995-f0e70906c6a9 --- etc/Makefile.mak | 8 ++++++++ src/Makefile.mak | 1 + 2 files changed, 9 insertions(+) create mode 100644 etc/Makefile.mak diff --git a/etc/Makefile.mak b/etc/Makefile.mak new file mode 100644 index 00000000..2a6711bb --- /dev/null +++ b/etc/Makefile.mak @@ -0,0 +1,8 @@ +all: opensc.conf + +opensc.conf: opensc.conf.in + @copy /y opensc.conf.in opensc.conf + +clean:: + del /Q opensc.conf + diff --git a/src/Makefile.mak b/src/Makefile.mak index eb0ac04f..1b3904b7 100644 --- a/src/Makefile.mak +++ b/src/Makefile.mak @@ -9,6 +9,7 @@ SUBDIRS = $(SUBDIRS) cardmod !ENDIF !IF "$(WIX_MSI_DEF)" == "/DBUILD_MSI" +SUBDIRS = $(SUBDIRS) "$(TOPDIR)\etc" SUBDIRS = $(SUBDIRS) "$(TOPDIR)\win32\opensc-msi" !ENDIF