mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 15:52:19 +00:00
Added makefile with unix eols.
svn path=/trunk/; revision=8188
This commit is contained in:
parent
9959de026c
commit
eee30419e8
1 changed files with 21 additions and 0 deletions
21
reactos/apps/utils/regsvr32/makefile
Normal file
21
reactos/apps/utils/regsvr32/makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
PATH_TO_TOP = ../../..
|
||||
|
||||
TARGET_TYPE = program
|
||||
|
||||
TARGET_APPTYPE = windows
|
||||
|
||||
TARGET_NAME = regsvr32
|
||||
|
||||
TARGET_INSTALLDIR = system32
|
||||
|
||||
TARGET_SDKLIBS = kernel32.a user32.a ole32.a
|
||||
|
||||
TARGET_OBJECTS = regsvr32.o
|
||||
|
||||
TARGET_CFLAGS += -DUNICODE -Wall -Werror -D__USE_W32API
|
||||
|
||||
include $(PATH_TO_TOP)/rules.mak
|
||||
|
||||
include $(TOOLS_PATH)/helper.mk
|
||||
|
||||
# EOF
|
Loading…
Add table
Add a link
Reference in a new issue