From 3621782f321d6653d6ff19466182a48dd70b47e1 Mon Sep 17 00:00:00 2001 From: hidnplayr Date: Tue, 28 May 2013 18:08:33 +0000 Subject: [PATCH] Merge new network stack with trunk: attempt #6 (remove ipc from autobuild) git-svn-id: svn://kolibrios.org@3551 a494cfbc-eb01-0410-851d-a64ba20cac60 --- data/eng/Makefile | 1 - data/rus/Makefile | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/data/eng/Makefile b/data/eng/Makefile index 1a22e9c3e9..1ff888163f 100644 --- a/data/eng/Makefile +++ b/data/eng/Makefile @@ -103,7 +103,6 @@ FASM_PROGRAMS:=\ develop/fasm:DEVELOP/FASM:$(PROGS)/develop/fasm/trunk/fasm.asm \ develop/h2d2b:DEVELOP/H2D2B:$(PROGS)/develop/h2d2b/trunk/h2d2b.asm \ develop/heed:DEVELOP/HEED:$(PROGS)/develop/heed/trunk/heed.asm \ - develop/ipc:DEVELOP/IPC:$(PROGS)/network/ipc/trunk/ipc.asm \ develop/keyascii:DEVELOP/KEYASCII:$(PROGS)/develop/keyascii/trunk/keyascii.asm \ develop/mtdbg:DEVELOP/MTDBG:$(PROGS)/develop/mtdbg/mtdbg.asm \ develop/scancode:DEVELOP/SCANCODE:$(PROGS)/develop/scancode/trunk/scancode.asm \ diff --git a/data/rus/Makefile b/data/rus/Makefile index 3faf55b53b..39d7be15f4 100644 --- a/data/rus/Makefile +++ b/data/rus/Makefile @@ -1,4 +1,4 @@ -# General rule for naming: variables with CAPITALIZED names hold settings, +# General rule for naming: variables with CAPITALIZED names hold settings, # you can - and are expected - to modify it; variables with lowercase names # are intermediate variables and macroses not to be modified unless you # know what you're doing. @@ -104,7 +104,6 @@ FASM_PROGRAMS:=\ develop/fasm:DEVELOP/FASM:$(PROGS)/develop/fasm/trunk/fasm.asm \ develop/h2d2b:DEVELOP/H2D2B:$(PROGS)/develop/h2d2b/trunk/h2d2b.asm \ develop/heed:DEVELOP/HEED:$(PROGS)/develop/heed/trunk/heed.asm \ - develop/ipc:DEVELOP/IPC:$(PROGS)/network/ipc/trunk/ipc.asm \ develop/keyascii:DEVELOP/KEYASCII:$(PROGS)/develop/keyascii/trunk/keyascii.asm \ develop/mtdbg:DEVELOP/MTDBG:$(PROGS)/develop/mtdbg/mtdbg.asm \ develop/scancode:DEVELOP/SCANCODE:$(PROGS)/develop/scancode/trunk/scancode.asm \