Renamed another makefile in the xmlbuildsystem branch that had the wrong case Deleted: branches/xmlbuildsystem/reactos/lib/wininet/Makefile Added: branches/xmlbuildsystem/reactos/lib/wininet/makefile _____
Deleted: branches/xmlbuildsystem/reactos/lib/wininet/Makefile --- branches/xmlbuildsystem/reactos/lib/wininet/Makefile 2005-04-30 18:49:41 UTC (rev 14885) +++ branches/xmlbuildsystem/reactos/lib/wininet/Makefile 2005-04-30 18:52:55 UTC (rev 14886) @@ -1,26 +0,0 @@
-# $Id$ - -PATH_TO_TOP = ../.. - -TARGET_TYPE = dynlink - -TARGET_NAME = wininet - -TARGET_BASE = $(TARGET_BASE_LIB_WININET) - -# require os code to explicitly request A/W version of structs/functions -TARGET_CFLAGS += -Wall -Werror - -TARGET_SDKLIBS = kernel32.a ntdll.a - -TARGET_OBJECTS = stubs.o - -TARGET_NORC = yes - -DEP_OBJECTS = $(TARGET_OBJECTS) - -include $(PATH_TO_TOP)/rules.mak - -include $(TOOLS_PATH)/helper.mk - -include $(TOOLS_PATH)/depend.mk _____
Copied: branches/xmlbuildsystem/reactos/lib/wininet/makefile (from rev 14885, branches/xmlbuildsystem/reactos/lib/wininet/Makefile)