mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Delete
svn path=/trunk/; revision=15706
This commit is contained in:
parent
f892959c3d
commit
46fc8e6a4c
1 changed files with 0 additions and 24 deletions
|
@ -1,24 +0,0 @@
|
|||
PATH_TO_TOP = ../../..
|
||||
|
||||
TARGET_TYPE = program
|
||||
|
||||
TARGET_APPTYPE = console
|
||||
|
||||
TARGET_NAME = rosperf
|
||||
|
||||
TARGET_SDKLIBS = version.a gdi32.a user32.a kernel32.a ntdll.a
|
||||
|
||||
TARGET_OBJECTS = rosperf.o testlist.o fill.o lines.o
|
||||
|
||||
TARGET_CFLAGS = -Wall -Werror -D__USE_W32API
|
||||
|
||||
include $(PATH_TO_TOP)/rules.mak
|
||||
|
||||
include $(TOOLS_PATH)/helper.mk
|
||||
|
||||
# Automatic dependency tracking
|
||||
DEP_OBJECTS := $(TARGET_OBJECTS)
|
||||
|
||||
include $(PATH_TO_TOP)/tools/depend.mk
|
||||
|
||||
# EOF
|
Loading…
Reference in a new issue