diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Bmakefile | 2 | ||||
| -rw-r--r-- | tests/GNUmakefile | 2 | ||||
| -rw-r--r-- | tests/Makefile | 2 | ||||
| -rw-r--r-- | tests/Wmakefile | 2 | 
4 files changed, 4 insertions, 4 deletions
| diff --git a/tests/Bmakefile b/tests/Bmakefile index c6cbc41..27228ad 100644 --- a/tests/Bmakefile +++ b/tests/Bmakefile @@ -41,7 +41,7 @@ TOUCH	= echo Passed >  ECHO	= @echo  # The next path is relative to $BUILD_DIR -QAPC	= ..\QueueUserAPCEx\User\quserex.dll +QAPC	= # ..\QueueUserAPCEx\User\quserex.dll  CPHDR	= pthread.h semaphore.h sched.h diff --git a/tests/GNUmakefile b/tests/GNUmakefile index 159e376..d90fe79 100644 --- a/tests/GNUmakefile +++ b/tests/GNUmakefile @@ -77,7 +77,7 @@ HDR	= pthread.h semaphore.h sched.h  LIB	= libpthread$(GCX).a  DLL	= pthread$(GCX).dll  # The next path is relative to $BUILD_DIR -QAPC	= ../QueueUserAPCEx/User/quserex.dll +QAPC	=  # ../QueueUserAPCEx/User/quserex.dll  COPYFILES	= $(HDR) $(LIB) $(DLL) $(QAPC) diff --git a/tests/Makefile b/tests/Makefile index aef83c2..606f1d4 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -41,7 +41,7 @@ TOUCH	= echo Passed >  ECHO	= @echo  # The next path is relative to $BUILD_DIR -QAPC	= ..\QueueUserAPCEx\User\quserex.dll +QAPC	= # ..\QueueUserAPCEx\User\quserex.dll  CPHDR	= pthread.h semaphore.h sched.h diff --git a/tests/Wmakefile b/tests/Wmakefile index a4b64a3..fb988e3 100644 --- a/tests/Wmakefile +++ b/tests/Wmakefile @@ -69,7 +69,7 @@ INCLUDES= -i=.  BUILD_DIR=..  # The next path is relative to $BUILD_DIR -QAPC	= ..\QueueUserAPCEx\User\quserex.dll +QAPC	= # ..\QueueUserAPCEx\User\quserex.dll  COPYFILES	= $(CPHDR) $(CPLIB) $(CPDLL) $(QAPC) | 
