mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
Moving the tests
svn path=/trunk/; revision=11360
This commit is contained in:
23
rosapps/tests/tmrqueue/makefile
Normal file
23
rosapps/tests/tmrqueue/makefile
Normal file
@@ -0,0 +1,23 @@
|
||||
# $Id: makefile,v 1.1 2004/10/21 04:48:45 sedwards Exp $
|
||||
|
||||
PATH_TO_TOP = ../../../reactos
|
||||
|
||||
TARGET_NORC = yes
|
||||
|
||||
TARGET_TYPE = program
|
||||
|
||||
TARGET_APPTYPE = console
|
||||
|
||||
TARGET_NAME = tmrqueue
|
||||
|
||||
TARGET_SDKLIBS = kernel32.a
|
||||
|
||||
TARGET_OBJECTS = $(TARGET_NAME).o
|
||||
|
||||
TARGET_CFLAGS = -Wall -Werror
|
||||
|
||||
include $(PATH_TO_TOP)/rules.mak
|
||||
|
||||
include $(TOOLS_PATH)/helper.mk
|
||||
|
||||
# EOF
|
||||
Reference in New Issue
Block a user