One more try with unix eols.

svn path=/trunk/; revision=8187
This commit is contained in:
Art Yerkes 2004-02-15 06:20:54 +00:00
parent b972d29c37
commit 9959de026c

View file

@ -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