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