Minor cleanup patch for the simple example makefile.
- Chris
Index: software/mysql++/examples/Makefile.simple
diff -u software/mysql++/examples/Makefile.simple:1.1.1.5 software/mysql++/examples/Makefile.simple:1.2
--- software/mysql++/examples/Makefile.simple:1.1.1.5 Sat May 28 15:54:47 2005
+++ software/mysql++/examples/Makefile.simple Sat May 28 17:35:54 2005
@@ -32,7 +32,7 @@
# --- No user-serviceable parts below
-BINARIES=resetdb simple1 custom1 custom2 custom3 custom4 \
+BINARIES=resetdb simple1 custom1 custom2 custom3 custom4 custom5 \
fieldinf1 dbinfo cgi_image load_file updel
RESETDB_OBJS=resetdb.o util.o
@@ -41,6 +41,7 @@
CUSTOM2_OBJS=custom2.o util.o
CUSTOM3_OBJS=custom3.o util.o
CUSTOM4_OBJS=custom4.o util.o
+CUSTOM5_OBJS=custom5.o util.o
FIELDINF1_OBJS=fieldinf1.o util.o
DBINFO_OBJS=dbinfo.o util.o
CGI_IMAGE_OBJS=cgi_image.o
@@ -77,6 +78,9 @@
custom4: $(CUSTOM4_OBJS)
$(LD) $(CUSTOM4_OBJS) -o $@ $(LDFLAGS)
+custom5: $(CUSTOM5_OBJS)
+ $(LD) $(CUSTOM5_OBJS) -o $@ $(LDFLAGS)
+
fieldinf1: $(FIELDINF1_OBJS)
$(LD) $(FIELDINF1_OBJS) -o $@ $(LDFLAGS)
@@ -99,6 +103,7 @@
custom2.o: custom2.cpp util.h
custom3.o: custom3.cpp util.h
custom4.o: custom4.cpp util.h
+custom5.o: custom5.cpp util.h
fieldinf1.o: fieldinf1.cpp util.h
dbinfo.o: dbinfo.cpp util.h
cgi_image.o: cgi_image.cpp
--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw