]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
windows-no-more-win95-20060921
authorJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 22 Sep 2006 21:20:54 +0000 (21:20 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 22 Sep 2006 21:20:54 +0000 (21:20 +0000)
after killing off win95 at the hackathon there were some build
dependencies left behind.  now we build again.

src/WINNT/pthread/NTMakefile

index e3b94a6601dda1accd45e068eb85e7ff3b26eb3c..9fd78a71e2b995c31213d3dab7eebcefef0f89cf 100644 (file)
@@ -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: