racket/collects/plot/src/all/plConfig.h
2005-05-27 18:56:37 +00:00

10 lines
232 B
C

#ifndef __PLCONFIG_H__
#define __PLCONFIG_H__
#define LIB_DIR "..\\..\\..\\lib"
#define BIN_DIR "..\\..\\..\\bin"
#define DATA_DIR "..\\..\\..\\lib"
#define DRV_DIR "..\\..\\..\\lib"
#define VERSION "5.2.1"
#define PL_DOUBLE
#endif