forked from KolibriOS/kolibrios
Trying to add T_Edit application to autobuild
git-svn-id: svn://kolibrios.org@2715 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
4cf5b3db4b
commit
3b873ff477
@ -101,6 +101,15 @@ FASM_PROGRAMS:=\
|
|||||||
demos/unvwater:DEMOS/UNVWATER:$(PROGS)/demos/unvwater/trunk/unvwater.asm \
|
demos/unvwater:DEMOS/UNVWATER:$(PROGS)/demos/unvwater/trunk/unvwater.asm \
|
||||||
demos/web:DEMOS/WEB:$(PROGS)/demos/web/trunk/web.asm \
|
demos/web:DEMOS/WEB:$(PROGS)/demos/web/trunk/web.asm \
|
||||||
develop/board:DEVELOP/BOARD:$(PROGS)/system/board/trunk/board.asm \
|
develop/board:DEVELOP/BOARD:$(PROGS)/system/board/trunk/board.asm \
|
||||||
|
develop/t_edit:DEVELOP/T_EDIT:$(PROGS)/other/t_edit/t_edit.asm \
|
||||||
|
develop/info/asm.syn:DEVELOP/INFO/ASM.SYN:$(PROGS)/other/t_edit/info/asm_syn.asm \
|
||||||
|
develop/info/cpp_kol_cla.syn:DEVELOP/INFO/cpp_kol_cla.syn:$(PROGS)/other/t_edit/info/cpp_kol_cla.asm \
|
||||||
|
develop/info/cpp_kol_dar.syn:DEVELOP/INFO/cpp_kol_dar.syn:$(PROGS)/other/t_edit/info/cpp_kol_dar.asm \
|
||||||
|
develop/info/cpp_kol_def.syn:DEVELOP/INFO/cpp_kol_def.syn:$(PROGS)/other/t_edit/info/cpp_kol_def.asm \
|
||||||
|
develop/info/default.syn:DEVELOP/INFO/DEFAULT.SYN:$(PROGS)/other/t_edit/info/default.asm \
|
||||||
|
develop/info/html.syn:DEVELOP/INFO/HTML.SYN:$(PROGS)/other/t_edit/info/html.asm \
|
||||||
|
develop/info/ini_files.syn:DEVELOP/INFO/ini_files.syn:$(PROGS)/other/t_edit/info/ini_files.asm \
|
||||||
|
develop/info/win_const.syn:DEVELOP/INFO/win_const.syn:$(PROGS)/other/t_edit/info/win_const.asm \
|
||||||
develop/cObj:DEVELOP/cObj:$(PROGS)/develop/cObj/trunk/cObj.asm \
|
develop/cObj:DEVELOP/cObj:$(PROGS)/develop/cObj/trunk/cObj.asm \
|
||||||
develop/fasm:DEVELOP/FASM:$(PROGS)/develop/fasm/trunk/fasm.asm \
|
develop/fasm:DEVELOP/FASM:$(PROGS)/develop/fasm/trunk/fasm.asm \
|
||||||
develop/h2d2b:DEVELOP/H2D2B:$(PROGS)/develop/h2d2b/trunk/h2d2b.asm \
|
develop/h2d2b:DEVELOP/H2D2B:$(PROGS)/develop/h2d2b/trunk/h2d2b.asm \
|
||||||
@ -198,6 +207,9 @@ COPY_FILES:=\
|
|||||||
macros.inc:MACROS.INC:$(PROGS)/macros.inc \
|
macros.inc:MACROS.INC:$(PROGS)/macros.inc \
|
||||||
config.inc:CONFIG.INC:$(PROGS)/config.inc \
|
config.inc:CONFIG.INC:$(PROGS)/config.inc \
|
||||||
struct.inc:STRUCT.INC:$(PROGS)/struct.inc \
|
struct.inc:STRUCT.INC:$(PROGS)/struct.inc \
|
||||||
|
develop/te_icon.png:DEVELOP/TE_ICON.PNG:$(PROGS)/other/t_edit/te_icon.png \
|
||||||
|
develop/tl_nod_16.png:DEVELOP/tl_nod_16.png:$(PROGS)/other/t_edit/tl_nod_16.png \
|
||||||
|
develop/tl_sys_16.png:DEVELOP/tl_sys_16.png:$(PROGS)/media/log_el/trunk/tl_sys_16.png \
|
||||||
File|Managers/z_icons.png:File|Managers/Z_ICONS.PNG:$(PROGS)/fs/opendial/z_icons.png \
|
File|Managers/z_icons.png:File|Managers/Z_ICONS.PNG:$(PROGS)/fs/opendial/z_icons.png \
|
||||||
File|Managers/kfm_keys.txt:File|Managers/KFM_KEYS.TXT:$(PROGS)/fs/kfm/trunk/docs/russian/dos_kolibri/kfm_keys.txt \
|
File|Managers/kfm_keys.txt:File|Managers/KFM_KEYS.TXT:$(PROGS)/fs/kfm/trunk/docs/russian/dos_kolibri/kfm_keys.txt \
|
||||||
File|Managers/buttons.bmp:File|Managers/BUTTONS.BMP:$(PROGS)/fs/kfm/trunk/buttons.bmp \
|
File|Managers/buttons.bmp:File|Managers/BUTTONS.BMP:$(PROGS)/fs/kfm/trunk/buttons.bmp \
|
||||||
|
Loading…
Reference in New Issue
Block a user