mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
One more try with unix eols.
svn path=/trunk/; revision=8187
This commit is contained in:
parent
b972d29c37
commit
9959de026c
1 changed files with 0 additions and 21 deletions
|
@ -1,21 +0,0 @@
|
|||
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…
Reference in a new issue