X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=apps%2Ftests%2Fhivetest%2Fmakefile;fp=apps%2Ftests%2Fhivetest%2Fmakefile;h=27a6bc7168ec61d6940f4fab427c40d2d273db3b;hp=0000000000000000000000000000000000000000;hb=e3ed2d773259cc445c7ff8181ebd934931365328;hpb=d378c68f5a9bb25c9e671dacd482d2e25d211df3 diff --git a/apps/tests/hivetest/makefile b/apps/tests/hivetest/makefile new file mode 100644 index 0000000..27a6bc7 --- /dev/null +++ b/apps/tests/hivetest/makefile @@ -0,0 +1,22 @@ +# +# $Id$ + +PATH_TO_TOP = ../../.. + +TARGET_NORC = yes + +TARGET_TYPE = program + +TARGET_APPTYPE = console + +TARGET_NAME = hivetest + +TARGET_SDKLIBS = ntdll.a kernel32.a + +TARGET_OBJECTS = $(TARGET_NAME).o + +include $(PATH_TO_TOP)/rules.mak + +include $(TOOLS_PATH)/helper.mk + +# EOF