You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
551 B
21 lines
551 B
CURDIR = rtc
|
|
|
|
C_INCLUDES=$(C_INCLUDES) -I$(LANGAPI)\include -I$(LANGAPI)\undname
|
|
|
|
OBJS=\
|
|
$(OBJDIR)\bintree.obj \
|
|
$(OBJDIR)\callsite.obj \
|
|
$(OBJDIR)\chsyheap.obj \
|
|
$(OBJDIR)\contain.obj \
|
|
$(OBJDIR)\convert.obj \
|
|
$(OBJDIR)\error.obj \
|
|
$(OBJDIR)\fileio.obj \
|
|
$(OBJDIR)\init.obj \
|
|
$(OBJDIR)\initsect.obj \
|
|
$(OBJDIR)\memory.obj \
|
|
$(OBJDIR)\pdblkup.obj \
|
|
$(OBJDIR)\shadow.obj \
|
|
$(OBJDIR)\stack.obj \
|
|
$(OBJDIR)\userapi.obj
|
|
|
|
|