From 44f55a3ec1c85354c1d0c2e12c225701a00c5e93 Mon Sep 17 00:00:00 2001 From: hidnplayr Date: Wed, 22 Feb 2012 13:48:23 +0000 Subject: [PATCH] Trying to fix the makefile for new stack git-svn-id: svn://kolibrios.org@2379 a494cfbc-eb01-0410-851d-a64ba20cac60 --- data/new-stack/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/new-stack/Makefile b/data/new-stack/Makefile index 6409c18fd6..fd646bf67f 100644 --- a/data/new-stack/Makefile +++ b/data/new-stack/Makefile @@ -140,6 +140,7 @@ COPY_FILES:=\ File|Managers/buttons.bmp:File|Managers/BUTTONS.BMP:$(PROGS)/fs/kfm/trunk/buttons.bmp \ File|Managers/icons.bmp:File|Managers/ICONS.BMP:$(PROGS)/fs/kfm/trunk/icons.bmp \ media/kiv.ini:MEDIA/KIV.INI:$(PROGS)/media/kiv/trunk/kiv.ini \ + .shell:.shell:$(PROGS)/system/shell/bin/eng/.shell \ mykey.ini:MYKEY.INI:$(PROGS)/system/MyKey/trunk/mykey.ini \ # end of list @@ -286,7 +287,7 @@ include Makefile.cmm # command lines for compiling and linking, and # maintain the list of sources and objects by hand. include Makefile.msvc - +include Makefile.gcc # Rules for shell shell: .obj.shell/start.o .obj.shell/shell.o .obj.shell/kolibri.o .obj.shell/stdlib.o .obj.shell/string.o .obj.shell/ctype.o \