source: trunk/Makefile.mak @ 83

Revision 83, 210 bytes checked in by alonbl, 4 years ago (diff)

engine_pkcs11 MSVC fixups

added a Makefile.mak at top to handle the winconfig.h to config.h

update src/Makefile.mak to include /I..\ to get config.h and

use engine_pkcs11.exports for def file
take care of manifest.

removed src/makedef.pl

removed src/engine_pkcs11.def (old version) is created from .exports

added a winconfig.h - so far does not need anything in it.

By Douglas E. Engert

Line 
1
2SUBDIRS = src
3
4all::
5
6all:: config.h
7
8config.h: winconfig.h
9        @copy /y winconfig.h config.h
10       
11all depend install clean::
12         @for %i in ( $(SUBDIRS) ) do \
13                @cmd /c "cd %i && $(MAKE) /nologo /f Makefile.mak $@"
Note: See TracBrowser for help on using the repository browser.