]> git.sur5r.net Git - cc65/blob - libsrc/geos-cbm/dlgbox/Makefile
Prepared file move.
[cc65] / libsrc / geos-cbm / dlgbox / Makefile
1 #
2 # makefile for CC65 runtime library
3 #
4
5 #--------------------------------------------------------------------------
6 # Object files
7
8 C_OBJS +=       messagebox.o
9
10 S_OBJS +=       dodlgbox.o              \
11                 rstrfrmdialogue.o       \
12                 dbget2lines.o           \
13                 dlgboxyesno.o           \
14                 dlgboxokcancel.o        \
15                 dlgboxok.o              \
16                 dlgboxgetstring.o       \
17                 dlgboxfileselect.o