From 501fee0d1599e3ca1c4463a36af3c681615233a2 Mon Sep 17 00:00:00 2001 From: Phillip Susi Date: Tue, 6 Feb 2001 03:58:34 +0000 Subject: [PATCH] Fixed makefile to use default rule for building resources, and fixed resource includes to use paths relative to the include dir given to windres by rules.mak svn path=/trunk/; revision=1606 --- reactos/subsys/system/winlogon/makefile | 5 +---- reactos/subsys/system/winlogon/winlogon.rc | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/reactos/subsys/system/winlogon/makefile b/reactos/subsys/system/winlogon/makefile index 7d08e44b6af..84032b1f9dd 100644 --- a/reactos/subsys/system/winlogon/makefile +++ b/reactos/subsys/system/winlogon/makefile @@ -1,4 +1,4 @@ -# $Id: makefile,v 1.1 2000/12/05 02:38:08 ekohl Exp $ +# $Id: makefile,v 1.2 2001/02/06 03:58:34 phreak Exp $ # # Logon/login Application # @@ -27,9 +27,6 @@ clean: .phony: clean -$(TARGET).coff: $(TARGET).rc - $(RC) $(TARGET).rc $(TARGET).coff - $(TARGET).exe: $(OBJECTS) $(CC) \ $(OBJECTS) \ diff --git a/reactos/subsys/system/winlogon/winlogon.rc b/reactos/subsys/system/winlogon/winlogon.rc index 35e4b1de2fb..46b4f776e50 100644 --- a/reactos/subsys/system/winlogon/winlogon.rc +++ b/reactos/subsys/system/winlogon/winlogon.rc @@ -1,5 +1,5 @@ -#include "../../../include/defines.h" -#include "../../../include/reactos/resource.h" +#include +#include LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US