diff options
author | marha <marha@users.sourceforge.net> | 2013-02-13 10:41:10 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-02-13 10:41:10 +0100 |
commit | b41f74438672dd682bc01ae818cb3da654f22c1e (patch) | |
tree | 07674ef1368a5427a75080528d8cee74234f6b28 /pthreads/Nmakefile | |
parent | aaf21968deb85b635cb6aa6544df233ea5981346 (diff) | |
download | vcxsrv-b41f74438672dd682bc01ae818cb3da654f22c1e.tar.gz vcxsrv-b41f74438672dd682bc01ae818cb3da654f22c1e.tar.bz2 vcxsrv-b41f74438672dd682bc01ae818cb3da654f22c1e.zip |
Updated to latest CVS version of pthreads
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 |