[CF-Devel] compiling the server under Win32, again.

pstolarc at theperlguru.com pstolarc at theperlguru.com
Sun Sep 15 16:21:31 CDT 2002


A few small changes.  diffs below.

-Philip

Index: crossfire/include/win32.h
===================================================================
RCS file: /cvsroot/crossfire/crossfire/include/win32.h,v
retrieving revision 1.8
diff -c -r1.8 win32.h
*** crossfire/include/win32.h	19 Nov 2001 23:30:28 -0000	1.8
--- crossfire/include/win32.h	15 Sep 2002 21:15:44 -0000
***************
*** 5,11 ****
  
  #if !defined(AFX_STDAFX_H__31666CA1_2474_11D5_AE6C_F07569C10000__INCLUDED_)
  #define AFX_STDAFX_H__31666CA1_2474_11D5_AE6C_F07569C10000__INCLUDED_
! 
  #if _MSC_VER > 1000
  #pragma once
  #endif /* _MSC_VER > 1000 */
--- 5,15 ----
  
  #if !defined(AFX_STDAFX_H__31666CA1_2474_11D5_AE6C_F07569C10000__INCLUDED_)
  #define AFX_STDAFX_H__31666CA1_2474_11D5_AE6C_F07569C10000__INCLUDED_
! 
! /* Define the version here.  In Unixland, it's defined on the command line now. */
! #define VERSION "1.4.0"
! 
! 
  #if _MSC_VER > 1000
  #pragma once
  #endif /* _MSC_VER > 1000 */
***************
*** 88,94 ****
  #endif
  
  /* Location of read-only machine independent data */
! #define DATADIR "share"
  
  /* Location of changeable single system data (temp maps, hiscore, etc) */
  #define LOCALDIR "var"
--- 92,100 ----
  #endif
  
  /* Location of read-only machine independent data */
! #define DATADIR "share"
! #define LIBDIR "share"
! #define CONFDIR "share"
  
  /* Location of changeable single system data (temp maps, hiscore, etc) */
  #define LOCALDIR "var"


    
    


More information about the crossfire mailing list