Skip to content
Snippets Groups Projects
Commit fb4ceded authored by Tim Wilksen's avatar Tim Wilksen
Browse files

Adapted to new source tree structure.

parent 9321ec0d
No related branches found
No related tags found
No related merge requests found
CCFLAGS += -O0 -g -std=c++0x -Wno-unused-variable
DOOCSROOT = ../../../..
DOOCSROOT = ../../..
# to define DOOCSROOT as an absolute path
include $(DOOCSROOT)/$(DOOCSARCH)/DEFINEDOOCSROOT
OBJDIR = $(DOOCSROOT)/$(DOOCSARCH)/obj/server/utca/ldd_utca
OBJDIR = $(DOOCSROOT)/$(DOOCSARCH)/obj/server/lbsync/ldd_utca
SRCDIR = $(DOOCSROOT)/source/server/utca/ldd_utca
SRCDIR = $(DOOCSROOT)/server/lbsync/ldd_utca
INCDIR = $(DOOCSROOT)/source/server/utca/ldd_utca/include
......@@ -51,11 +51,8 @@ $(OBJDIR)/ldd_utca_server: $(SOURCEOBJ)
clean:
rm -f $(SOURCEOBJ) $(OBJDIR)/ldd_utca_server
update:
cvs update
commit:
cvs commit
package: $(ALLPROGS)
create_package
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment