Changeset 862
- Timestamp:
- 05/17/07 13:27:29 (2 years ago)
- Files:
-
- 1.8.3/branches/macosx/hints/mac_os_x.txt (modified) (1 diff)
- 1.8.3/branches/macosx/macosx (added)
- 1.8.3/branches/macosx/macosx/PennMUSH.xcodeproj (added)
- 1.8.3/branches/macosx/macosx/PennMUSH.xcodeproj/project.pbxproj (added)
- 1.8.3/branches/macosx/macosx/PennMUSH.xcodeproj/shawnw.mode2 (added)
- 1.8.3/branches/macosx/macosx/PennMUSH.xcodeproj/shawnw.pbxuser (added)
- 1.8.3/branches/macosx/macosx/README.OSX (added)
- 1.8.3/branches/macosx/macosx/buildinf.h (added)
- 1.8.3/branches/macosx/macosx/cmdlocal.c (added)
- 1.8.3/branches/macosx/macosx/cmds.h (added)
- 1.8.3/branches/macosx/macosx/config.h (added)
- 1.8.3/branches/macosx/macosx/confmagic.h (added)
- 1.8.3/branches/macosx/macosx/flaglocal.c (added)
- 1.8.3/branches/macosx/macosx/funlocal.c (added)
- 1.8.3/branches/macosx/macosx/funs.h (added)
- 1.8.3/branches/macosx/macosx/local.c (added)
- 1.8.3/branches/macosx/macosx/options.h (added)
- 1.8.3/branches/macosx/macosx/patches.h (added)
- 1.8.3/branches/macosx/src/sql.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.3/branches/macosx/hints/mac_os_x.txt
r794 r862 31 31 % ./configure --with-postgresql=/sw/bin/pgconfig 32 32 33 Alternatively, you can use the Xcode project file located in the macosx/ 34 directory to build Penn. At the moment, you'll still have to run configure 35 and 'make update', and copy netmush and info_slave manually to the game 36 directory, then start as normal. 37 38 1.8.3/branches/macosx/src/sql.c
r803 r862 250 250 251 251 static void * 252 sql_query(const char *query_str, int *affected_rows )252 sql_query(const char *query_str, int *affected_rows __attribute__((__unused__))) 253 253 { 254 254 switch (sql_platform()) {
