From: Jeffrey Altman Date: Fri, 22 Sep 2006 21:20:54 +0000 (+0000) Subject: windows-no-more-win95-20060921 X-Git-Tag: BP-openafs-windows-kdfs-ifs~1032 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=9a5cfc73bc5f2d0193cfaa22fca20f1c65daafbb;p=packages%2Fo%2Fopenafs.git windows-no-more-win95-20060921 after killing off win95 at the hackathon there were some build dependencies left behind. now we build again. --- diff --git a/src/WINNT/pthread/NTMakefile b/src/WINNT/pthread/NTMakefile index e3b94a660..9fd78a71e 100644 --- a/src/WINNT/pthread/NTMakefile +++ b/src/WINNT/pthread/NTMakefile @@ -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: