| 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 | |
|---|
| 2 | SUBDIRS = src |
|---|
| 3 | |
|---|
| 4 | all:: |
|---|
| 5 | |
|---|
| 6 | all:: config.h |
|---|
| 7 | |
|---|
| 8 | config.h: winconfig.h |
|---|
| 9 | @copy /y winconfig.h config.h |
|---|
| 10 | |
|---|
| 11 | all 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.