PennMUSH Community

Changeset 862

Show
Ignore:
Timestamp:
05/17/07 13:27:29 (2 years ago)
Author:
shawnw
Message:

macosx: Basic Xcode project

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/branches/macosx/hints/mac_os_x.txt

    r794 r862  
    3131% ./configure --with-postgresql=/sw/bin/pgconfig 
    3232 
     33Alternatively, you can use the Xcode project file located in the macosx/ 
     34directory to build Penn. At the moment, you'll still have to run configure 
     35and 'make update', and copy netmush and info_slave manually to the game 
     36directory, then start as normal. 
     37 
     38 
  • 1.8.3/branches/macosx/src/sql.c

    r803 r862  
    250250 
    251251static void * 
    252 sql_query(const char *query_str, int *affected_rows
     252sql_query(const char *query_str, int *affected_rows __attribute__((__unused__))
    253253{ 
    254254  switch (sql_platform()) {