correct makefile so that the depending libopensc is updated when a new scconf.lib exist (Ivo Pieck)

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1338 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
sth 2003-08-06 12:13:09 +00:00
parent 8dd292fc4b
commit 085ec59b3e

View File

@ -25,7 +25,7 @@ all: install-headers $(TARGET)
!INCLUDE $(TOPDIR)\win32\Make.rules.mak
$(TARGET): $(OBJECTS)
$(TARGET): $(OBJECTS) ..\scconf\scconf.lib
perl $(TOPDIR)\win32\makedef.pl $*.def $* $(OBJECTS)
link $(LINKFLAGS) /dll /def:$*.def /implib:$*.lib /out:$(TARGET) $(OBJECTS) ..\scconf\scconf.lib winscard.lib