mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
22 lines
326 B
Makefile
22 lines
326 B
Makefile
|
# $Id: makefile,v 1.1 2001/12/30 04:09:38 sedwards Exp $
|
||
|
|
||
|
PATH_TO_TOP=../../../reactos
|
||
|
|
||
|
ROS_DIR=../../../reactos
|
||
|
|
||
|
TARGET_TYPE = program
|
||
|
|
||
|
TARGET_APPTYPE = console
|
||
|
|
||
|
TARGET_NAME = ping
|
||
|
|
||
|
TARGET_SDKLIBS = ntdll.a ws2_32.a
|
||
|
|
||
|
TARGET_OBJECTS = $(TARGET_NAME).o
|
||
|
|
||
|
include $(PATH_TO_TOP)/rules.mak
|
||
|
|
||
|
include $(TOOLS_PATH)/helper.mk
|
||
|
|
||
|
# EOF
|