Windows dir's updated to C:Yap

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1380 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
rslopes 2005-08-23 18:11:55 +00:00
parent 06c60f4041
commit 8e5fc8ef34
1 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@
* File: Yap.h.m4 *
* mods: *
* comments: main header file for YAP *
* version: $Id: Yap.h,v 1.6 2005-08-22 15:30:53 rslopes Exp $ *
* version: $Id: Yap.h,v 1.7 2005-08-23 18:11:55 rslopes Exp $ *
*************************************************************************/
#include "config.h"
@ -83,9 +83,9 @@
#endif
#define inline __inline
#define YAP_VERSION "Yap-5.0.0"
#define BIN_DIR "c:\\Program Files\\Yap\\bin"
#define LIB_DIR "c:\\Program Files\\Yap\\lib\\Yap"
#define SHARE_DIR "c:\\Program Files\\Yap\\share\\Yap"
#define BIN_DIR "c:\\Yap\\bin"
#define LIB_DIR "c:\\Yap\\lib\\Yap"
#define SHARE_DIR "c:\\Yap\\share\\Yap"
#ifdef HOST_ALIAS
#undef HOST_ALIAS
#endif