enventor - renmae file edc_viewer -> edj_viewer

This commit is contained in:
ChunEon Park 2013-07-26 01:21:07 +09:00
parent 98a9aa93b4
commit 60bd54cf51
4 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ HEADERDIR=include
EDJDIR=data/edc
OBJECTS=$(SRCDIR)/main.o \
$(SRCDIR)/menu.o \
$(SRCDIR)/edc_viewer.o \
$(SRCDIR)/edj_viewer.o \
$(SRCDIR)/edc_editor.o \
$(SRCDIR)/statusbar.o \
$(SRCDIR)/syntax_color.o \

View File

@ -37,7 +37,7 @@ typedef struct dummy_obj_s dummy_obj;
#include "edc_editor.h"
#include "menu.h"
#include "edc_viewer.h"
#include "edj_viewer.h"
#include "statusbar.h"
#include "syntax_color.h"
#include "config_data.h"