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
This commit is contained in:
Phillip Susi 2001-02-06 03:58:34 +00:00
parent bcc1b4e9a5
commit 501fee0d15
2 changed files with 3 additions and 6 deletions

View file

@ -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 # Logon/login Application
# #
@ -27,9 +27,6 @@ clean:
.phony: clean .phony: clean
$(TARGET).coff: $(TARGET).rc
$(RC) $(TARGET).rc $(TARGET).coff
$(TARGET).exe: $(OBJECTS) $(TARGET).exe: $(OBJECTS)
$(CC) \ $(CC) \
$(OBJECTS) \ $(OBJECTS) \

View file

@ -1,5 +1,5 @@
#include "../../../include/defines.h" #include <defines.h>
#include "../../../include/reactos/resource.h" #include <reactos/resource.h>
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US