From: Jeffrey Altman Date: Sat, 16 Aug 2008 18:49:42 +0000 (+0000) Subject: DEVEL15-no-more-win95-20080816 X-Git-Tag: openafs-devel-1_5_52~5 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=73238231d3a096a88654b79ef638f9382f3f65d6;p=packages%2Fo%2Fopenafs.git DEVEL15-no-more-win95-20080816 LICENSE MIT remove win95 pthread dll from the build --- diff --git a/src/WINNT/pthread/NTMakefile b/src/WINNT/pthread/NTMakefile index c8081ff1d..a685cb7c1 100644 --- a/src/WINNT/pthread/NTMakefile +++ b/src/WINNT/pthread/NTMakefile @@ -33,32 +33,10 @@ $(PTHR_DLLFILE): $(PTHR_DLLOBJS) $(DLLPREP) $(CODESIGN_USERLAND) -############################################################################ -# 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) - -install9x: install - -$(OUT)\pthread95.res: pthread95.rc AFS_component_version_number.h - $(RC) /fo$*.res $(*F).rc +install: $(PTHR_DLLFILE) $(LIBINCLUDES) clean:: - $(DEL) /q $(DESTDIR)\lib\win95\*.* + $(DEL) /q $(DESTDIR)\lib\afspthread.* mkdir: