mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:56:00 +00:00
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:
parent
bcc1b4e9a5
commit
501fee0d15
2 changed files with 3 additions and 6 deletions
|
@ -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) \
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue