Differences From Artifact [b6aad65bed]:
- File Makefile — part of check-in [58715a7dc6] at 2012-10-03 16:04:29 on branch trunk — Add "make install". (user: js, size: 1194) [annotate] [blame] [check-ins using]
To Artifact [796e46f897]:
- File Makefile — part of check-in [9b7427552b] at 2012-10-03 16:08:17 on branch trunk — Add ObjPgSQL.h. (user: js, size: 1211) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | + - + + | LIB = objpgsql LIB_MAJOR = 0 LIB_MINOR = 0 SRCS = PGConnection.m \ PGResult.m \ PGResultRow.m \ exceptions/PGCommandFailedException.m \ exceptions/PGConnectionFailedException.m \ exceptions/PGException.m |
︙ |