Only in 2-0-12/: bin Only in 2-0-12/configure: O.Common Only in 2-0-12/configure: O.cygwin-x86 Only in 2-0-12/configure: O.win32-x86 Only in 2-0-12/configure: O.win32-x86-cygwin diff -rup sncseq-2.0.12/configure/RELEASE 2-0-12/configure/RELEASE --- sncseq-2.0.12/configure/RELEASE 2006-03-30 01:17:52.000000000 +0200 +++ 2-0-12/configure/RELEASE 2009-05-07 16:17:02.889350900 +0200 @@ -5,4 +5,4 @@ #EPICS_BASE=/usr/local/iocapps/R3.14.8.2/base/3-14-8-2-asd1 -EPICS_BASE=/home/phoebus/ANJ/epics/base/3-14-dev +EPICS_BASE=/usr/local/epics/base-3.14.10 diff -rup sncseq-2.0.12/configure/RELEASE.win32-x86 2-0-12/configure/RELEASE.win32-x86 --- sncseq-2.0.12/configure/RELEASE.win32-x86 2001-03-23 17:28:54.000000000 +0100 +++ 2-0-12/configure/RELEASE.win32-x86 2009-04-20 14:51:58.291716700 +0200 @@ -1,3 +1,3 @@ #RELEASE.WIN32 Location of external products -#EPICS_BASE=G:/epics/base +EPICS_BASE=c:/epics/base-3.14.10 Only in 2-0-12/: dbd Only in 2-0-12/: include Only in 2-0-12/: lib Only in 2-0-12/src/dev: O.Common Only in 2-0-12/src/dev: O.cygwin-x86 Only in 2-0-12/src/dev: O.win32-x86 Only in 2-0-12/src/dev: O.win32-x86-cygwin Only in 2-0-12/src/pv: O.Common Only in 2-0-12/src/pv: O.cygwin-x86 Only in 2-0-12/src/pv: O.win32-x86 Only in 2-0-12/src/pv: O.win32-x86-cygwin Only in 2-0-12/src/seq: O.Common Only in 2-0-12/src/seq: O.cygwin-x86 Only in 2-0-12/src/seq: O.win32-x86 Only in 2-0-12/src/seq: O.win32-x86-cygwin diff -rup sncseq-2.0.12/src/seq/seq.h 2-0-12/src/seq/seq.h --- sncseq-2.0.12/src/seq/seq.h 2001-03-22 20:23:24.000000000 +0100 +++ 2-0-12/src/seq/seq.h 2009-05-08 10:29:11.185038500 +0200 @@ -73,8 +73,8 @@ #include "taskwd.h" #include "pv.h" #include "shareLib.h" -#define SEQ_UGLY_WINDOWS_HACK -#define epicsExportSharedSymbols +/*#define SEQ_UGLY_WINDOWS_HACK +#define epicsExportSharedSymbols*/ #include "seqCom.h" #include "seqPvt.h" #endif /*INCLseqh*/ diff -rup sncseq-2.0.12/src/seq/seqCom.h 2-0-12/src/seq/seqCom.h --- sncseq-2.0.12/src/seq/seqCom.h 2008-07-23 00:24:00.000000000 +0200 +++ 2-0-12/src/seq/seqCom.h 2009-05-08 10:31:14.431883300 +0200 @@ -38,7 +38,7 @@ #ifndef INCLseqComh #define INCLseqComh -#ifndef SEQ_UGLY_WINDOWS_HACK +/*#ifndef SEQ_UGLY_WINDOWS_HACK*/ #include /* standard i/o defs */ #include /* standard library defs */ @@ -46,8 +46,8 @@ #include "pvAlarm.h" /* status and severity defs */ #include "epicsThread.h" /* time stamp defs */ #include "epicsTime.h" /* time stamp defs */ -#include "epicsExport.h" /* for Registrar routine */ -#endif +/*#include "epicsExport.h"*/ /* for Registrar routine */ +/*#endif*/ #ifdef __cplusplus extern "C" { Only in 2-0-12/src/snc: O.Common Only in 2-0-12/src/snc: O.cygwin-x86 Only in 2-0-12/src/snc: O.win32-x86 Only in 2-0-12/src/snc: O.win32-x86-cygwin diff -rup sncseq-2.0.12/src/snc/phase2.c 2-0-12/src/snc/phase2.c --- sncseq-2.0.12/src/snc/phase2.c 2007-01-24 17:26:00.000000000 +0100 +++ 2-0-12/src/snc/phase2.c 2009-05-08 10:53:03.570243500 +0200 @@ -679,6 +679,7 @@ void gen_init_reg() extern int main_opt, init_reg_opt; if (init_reg_opt) { + printf("#include \"epicsExport.h\"\n"); printf ("\n\n/* Register sequencer commands and program */\n"); printf ("\nvoid %sRegistrar (void) {\n", prog_name); printf (" seqRegisterSequencerCommands();\n"); Only in 2-0-12/test/demo: O.Common Only in 2-0-12/test/demo: O.cygwin-x86 Only in 2-0-12/test/demo: O.win32-x86 Only in 2-0-12/test/keck: O.Common Only in 2-0-12/test/keck: O.cygwin-x86 Only in 2-0-12/test/keck: O.win32-x86 Only in 2-0-12/test/local: O.Common Only in 2-0-12/test/local: O.cygwin-x86 Only in 2-0-12/test/local: O.win32-x86 Only in 2-0-12/test/simple: O.Common Only in 2-0-12/test/simple: O.cygwin-x86 Only in 2-0-12/test/simple: O.win32-x86 Only in 2-0-12/test/validate: O.Common Only in 2-0-12/test/validate: O.cygwin-x86 Only in 2-0-12/test/validate: O.win32-x86