mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
windows-make-cygwin-libs-20090520
LICENSE MIT added libosi.a and libafsconf.a
This commit is contained in:
parent
4e9bd3bd0e
commit
716c81782e
@ -192,6 +192,7 @@ $(CONF_DLLFILE): $(CONFOBJS) $(OUT)\libafsconf.res $(CONF_DLLLIBS)
|
||||
$(_VC_MANIFEST_EMBED_DLL)
|
||||
$(DLLPREP)
|
||||
$(CODESIGN_USERLAND)
|
||||
$(MAKECYGLIB) --input-def libafsconf.def
|
||||
$(COPY) $*.lib $(ILIBDIR)
|
||||
$(DEL) $*.lib $*.exp
|
||||
|
||||
|
@ -79,6 +79,7 @@ $(DLLFILE): $(DLLOBJS)
|
||||
$(_VC_MANIFEST_EMBED_DLL)
|
||||
$(DLLPREP)
|
||||
$(CODESIGN_USERLAND)
|
||||
$(MAKECYGLIB) --input-def libosi.def
|
||||
$(COPY) $*.lib $(ILIBDIR)
|
||||
$(DEL) $*.lib $*.exp
|
||||
|
||||
|
@ -1704,6 +1704,8 @@
|
||||
<File Id="fileafsauthent_A" Name="afsauth.a" LongName="afsauthent.a" DiskId="1" src="$(var.LibDir)afsauthent.a" />
|
||||
<File Id="fileafspthread_A" Name="afspthrd.a" LongName="afspthread.a" DiskId="1" src="$(var.LibDir)afspthread.a" />
|
||||
<File Id="fileafsrpc_A" Name="afsrpc.a" LongName="afsrpc.a" DiskId="1" src="$(var.LibDir)afsrpc.a" />
|
||||
<File Id="filelibafsconf_A" Name="libafscf.a" LongName="libafsconf.a" DiskId="1" src="$(var.ClientDir)libafsconf.a" />
|
||||
<File Id="filelibosi_A" Name="libosi.a" LongName="libosi.a" DiskId="1" src="$(var.ClientDir)libosi.a" />
|
||||
</Component>
|
||||
<?endif?>
|
||||
<Directory Id="dirLibAfs" Name="afs">
|
||||
|
Loading…
Reference in New Issue
Block a user