mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
windows-no-more-win95-20060921
after killing off win95 at the hackathon there were some build dependencies left behind. now we build again.
This commit is contained in:
parent
50852d6c81
commit
9a5cfc73bc
@ -32,32 +32,11 @@ $(PTHR_DLLFILE): $(PTHR_DLLOBJS)
|
||||
$(_VC_MANIFEST_EMBED_DLL)
|
||||
$(DLLPREP)
|
||||
|
||||
############################################################################
|
||||
# Build Windows 95 version of afspthread.dll
|
||||
|
||||
PTHR95_DLLFILE = $(DESTDIR)\lib\win95\afspthread.dll
|
||||
|
||||
PTHR95_DLLOBJS = \
|
||||
$(OUT)\pthread_95.obj \
|
||||
$(OUT)\pthread95.res
|
||||
|
||||
$(PTHR95_DLLFILE): $(PTHR95_DLLOBJS)
|
||||
$(DLLCONLINK) /DEF:pthread.def
|
||||
$(_VC_MANIFEST_EMBED_DLL)
|
||||
$(DLLPREP)
|
||||
|
||||
$(OUT)\pthread_95.obj: pthread.c
|
||||
$(C2OBJ) $** -DAFS_WIN95_ENV
|
||||
|
||||
install: $(PTHR95_DLLFILE) $(PTHR_DLLFILE) $(LIBINCLUDES)
|
||||
install: $(PTHR_DLLFILE) $(LIBINCLUDES)
|
||||
|
||||
install9x: install
|
||||
|
||||
$(OUT)\pthread95.res: pthread95.rc AFS_component_version_number.h
|
||||
$(RC) /fo$*.res $(*F).rc
|
||||
|
||||
clean::
|
||||
$(DEL) /q $(DESTDIR)\lib\win95\*.*
|
||||
|
||||
mkdir:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user