summaryrefslogtreecommitdiff
path: root/libs/pthreads/docs/Nmakefile
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2018-06-01 18:25:57 +0300
committerdartraiden <wowemuh@gmail.com>2018-06-01 18:26:31 +0300
commit0a55fa14f462169bbd8a8de623804f039854f95f (patch)
tree19fb2ef7ee1d7b6f3c80b3d83bc010733bc0f58f /libs/pthreads/docs/Nmakefile
parent25f2c798a74bf6f72f2d6ba40e37a89c662204ba (diff)
we only needs license, contributors and version info
Diffstat (limited to 'libs/pthreads/docs/Nmakefile')
-rw-r--r--libs/pthreads/docs/Nmakefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/libs/pthreads/docs/Nmakefile b/libs/pthreads/docs/Nmakefile
deleted file mode 100644
index d9e5bf1bc7..0000000000
--- a/libs/pthreads/docs/Nmakefile
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * nmake file for uwin pthread library
- */
-
-VERSION = -
-CCFLAGS = -V -g $(CC.DLL)
-HAVE_PTW32_CONFIG_H == 1
-_MT == 1
-_timeb == timeb
-_ftime == ftime
-_errno == _ast_errno
-
-$(INCLUDEDIR) :INSTALLDIR: pthread.h sched.h
-
-pthread $(VERSION) :LIBRARY: attr.c barrier.c cancel.c cleanup.c condvar.c \
- create.c dll.c exit.c fork.c global.c misc.c mutex.c private.c \
- rwlock.c sched.c semaphore.c spin.c sync.c tsd.c nonportable.c
-
-:: ANNOUNCE CONTRIBUTORS COPYING.LIB ChangeLog FAQ GNUmakefile MAINTAINERS \
- Makefile Makefile.in Makefile.vc NEWS PROGRESS README README.WinCE \
- TODO WinCE-PORT install-sh errno.c tests tests.mk acconfig.h \
- config.guess config.h.in config.sub configure configure.in signal.c \
- README.CV README.NONPORTABLE pthread.dsp pthread.dsw
-