]> git.sur5r.net Git - cc65/blob - libsrc/geos-common/dlgbox/Makefile
Moved the first couple of files from 'geos-cbm' to 'geos-common' which are believed...
[cc65] / libsrc / geos-common / 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