mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
Added BSD touch utillity.
svn path=/trunk/; revision=2821
This commit is contained in:
parent
224bb37961
commit
2c38da05a1
6 changed files with 707 additions and 0 deletions
21
rosapps/cmdutils/touch/makefile
Normal file
21
rosapps/cmdutils/touch/makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
|
||||
PATH_TO_TOP=../../../reactos
|
||||
|
||||
TARGET_TYPE = program
|
||||
|
||||
TARGET_APPTYPE = console
|
||||
|
||||
TARGET_NAME = touch
|
||||
|
||||
TARGET_SDKLIBS = ntdll.a
|
||||
|
||||
TARGET_OBJECTS = $(TARGET_NAME).o \
|
||||
err.o
|
||||
|
||||
TARGET_GCCLIBS = iberty
|
||||
|
||||
include $(PATH_TO_TOP)/rules.mak
|
||||
|
||||
include $(TOOLS_PATH)/helper.mk
|
||||
|
||||
# EOF
|
Loading…
Add table
Add a link
Reference in a new issue