Changeset 1810 for trunk


Ignore:
Timestamp:
01/02/12 15:43:43 (4 months ago)
Author:
Freddie Akeroyd
Message:

Fix MinGW build issues. Refs #325

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/applications/NXconvert/Makefile.am

    r1767 r1810  
    2929LIBNEXUS=$(top_builddir)/src/libNeXus.la 
    3030LIBNEXUSCPP=$(top_builddir)/bindings/cpp/libNeXusCPP.la 
    31 AM_CPPFLAGS=-I. -I$(top_srcdir)/include -I$(top_srcdir)/bindings/cpp -I$(top_srcdir)/third_party 
     31AM_CPPFLAGS=-I. -DNXCONVERT_EXPORTS -I$(top_srcdir)/include -I$(top_srcdir)/bindings/cpp -I$(top_srcdir)/third_party 
    3232 
    3333EXTRA_DIST=SConscript $(man_MANS) 
  • trunk/test/Makefile.am

    r1636 r1810  
    9797nxvalidate: 
    9898        rm -f $@ 
    99         ln -s ../applications/NXvalidate/$@$(EXEEXT) $@ 
     99        ln -s ../applications/NXvalidate/$@ $@ 
    100100 
    101101nxbrowse: 
Note: See TracChangeset for help on using the changeset viewer.