Show
Ignore:
Timestamp:
04/07/08 23:35:11 (8 months ago)
Author:
alonbl
Message:

More MSVC build additions

(1) use the exports for opensc-pkcs11.dll, onepin-opensc-pkcs11.dll,

and pkcs11-spy.dll

(2) don't link common.lib with scconf.lib, to avoid duplicate messages

later.

(3) add piv-tool to openssl_programs.

By Douglas E. Engert

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/scconf/Makefile.mak

    r3464 r3466  
    1010all: install-headers $(TARGET) 
    1111 
    12 $(TARGET): $(OBJECTS) ..\common\common.lib 
    13         lib /nologo /machine:ix86 /out:$(TARGET) $(OBJECTS) ..\common\common.lib 
     12$(TARGET): $(OBJECTS) 
     13        lib /nologo /machine:ix86 /out:$(TARGET) $(OBJECTS) 
    1414 
    1515!INCLUDE $(TOPDIR)\win32\Make.rules.mak