Blame | Last modification | View Log | RSS feed
#ifndef _workstation_h_#define _workstation_h_// Define the working computer (O=offline, S=offline with scope, I=IJS/online) and the base directory#define WORKSTAT 'N'// Define if working computer is connected to IJS ethernet network (for fieldpoint)#define IJSNET 1#ifdef WORKSTAT#define rootdir "path-to-installation"#endif#endif