diff options
Diffstat (limited to 'pthreads/Nmakefile')
-rw-r--r-- | pthreads/Nmakefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pthreads/Nmakefile b/pthreads/Nmakefile index d9e5bf1bc..368a15179 100644 --- a/pthreads/Nmakefile +++ b/pthreads/Nmakefile @@ -2,10 +2,10 @@ * nmake file for uwin pthread library */ -VERSION = - -CCFLAGS = -V -g $(CC.DLL) -HAVE_PTW32_CONFIG_H == 1 -_MT == 1 +VERSION = - +CCFLAGS = -V -g $(CC.DLL) +HAVE_CONFIG_H == 1 +_MT == 1 _timeb == timeb _ftime == ftime _errno == _ast_errno |