17 lines
321 B
Makefile
17 lines
321 B
Makefile
#
|
|
# makefile for CC65 runtime library
|
|
#
|
|
|
|
#--------------------------------------------------------------------------
|
|
# Object files
|
|
|
|
C_OBJS += messagebox.o
|
|
|
|
S_OBJS += dodlgbox.o \
|
|
rstrfrmdialogue.o \
|
|
dbget2lines.o \
|
|
dlgboxyesno.o \
|
|
dlgboxokcancel.o \
|
|
dlgboxok.o \
|
|
dlgboxgetstring.o \
|
|
dlgboxfileselect.o
|