mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Added Makefile
svn path=/trunk/; revision=8178
This commit is contained in:
parent
b829420396
commit
3bf9107ff9
1 changed files with 9 additions and 0 deletions
9
reactos/lib/netapi32/makefile
Normal file
9
reactos/lib/netapi32/makefile
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# $Id: makefile,v 1.1 2004/02/14 23:22:29 sedwards Exp $
|
||||||
|
|
||||||
|
PATH_TO_TOP = ../..
|
||||||
|
|
||||||
|
TARGET_TYPE = winedll
|
||||||
|
|
||||||
|
include $(PATH_TO_TOP)/rules.mak
|
||||||
|
|
||||||
|
include $(TOOLS_PATH)/helper.mk
|
Loading…
Reference in a new issue