Changeset 1506


Ignore:
Timestamp:
17/08/10 16:39:55 (18 months ago)
Author:
Freddie Akeroyd
Message:

Fix tclap includes and missing windows files. Fixes #243

Location:
trunk
Files:
3 deleted
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.am

    r1413 r1506  
    3838                build_rpm.in README.cygwin README.WIN32 README.macosx \ 
    3939                README.MinGW make_mingw_links SConstruct nexus_scons_utils.py \ 
    40                 configure_mingw_kit 
     40                configure_mingw_kit Windows_extra InstallerBits \ 
     41                README.VS2008.pdf 
    4142 
    4243# Add any flags here that you want passed to configure when you do  
  • trunk/applications/NXbrowse/Makefile.am

    r1487 r1506  
    3333AM_FCFLAGS=-I$(top_builddir)/bindings/f90 
    3434 
    35 EXTRA_DIST=SConscript 
     35EXTRA_DIST=SConscript $(man_MANS) 
    3636 
    3737if HAVE_F90 
  • trunk/applications/NXconvert/Makefile.am

    r1487 r1506  
    3131AM_CPPFLAGS=-I. -I$(top_srcdir)/include -I$(top_srcdir)/bindings/cpp -I$(top_srcdir)/third_party 
    3232 
    33 EXTRA_DIST=SConscript 
     33EXTRA_DIST=SConscript $(man_MANS) 
    3434 
    3535lib_LTLIBRARIES = libnxconvert.la 
  • trunk/applications/NXdir/Makefile.am

    r1487 r1506  
    3939nxdir_LDADD = $(LIBNEXUS) 
    4040nxdir_LDFLAGS = -static @HDF4_LDFLAGS@ @HDF5_LDFLAGS@ @XML_LDFLAGS@ $(LDFLAGS) 
    41 EXTRA_DIST = CHANGES LICENSE README TODO 
     41EXTRA_DIST = CHANGES LICENSE README TODO $(man_MANS) 
    4242 
    4343## extra dependencies (don;t thing needed now) 
  • trunk/applications/NXsummary/Makefile.am

    r1251 r1506  
    3333 
    3434bin_PROGRAMS = nxsummary 
    35 noinst_HEADERS = data_util.hpp nxsummary.hpp string_util.hpp preferences.hpp config.h output.hpp xml_util.hpp 
     35noinst_HEADERS = data_util.hpp nxsummary.hpp string_util.hpp preferences.hpp output.hpp xml_util.hpp 
    3636    
    3737nxsummary_SOURCES = data_util.cpp main.cpp string_util.cpp preferences.cpp output.cpp 
  • trunk/applications/NXvalidate/Makefile.am

    r1259 r1506  
    3636bin_PROGRAMS = nxvalidate 
    3737 
    38 nxvalidate_SOURCES = nxvalidate.cpp config.h 
     38nxvalidate_SOURCES = nxvalidate.cpp 
    3939nxvalidate_LDADD = $(LIBNXCONVERT) $(LIBNEXUSCPP) $(LIBNEXUS) 
    4040nxvalidate_LDFLAGS = -static @HDF4_LDFLAGS@ @HDF5_LDFLAGS@ @XML_LDFLAGS@ $(LDFLAGS) 
  • trunk/scripts/Makefile.am

    r1490 r1506  
    22nodist_bin_SCRIPTS      = nxbuild nexus-config 
    33 
    4 EXTRA_DIST              = nxbuild.in nexus_pc.in nexus-cpp_pc.in nexus-config.in 
     4EXTRA_DIST              = nxbuild.in nexus.pc.in nexus-cpp.pc.in nexus-config.in 
    55 
    66pkgconfig_DATA          = nexus.pc 
  • trunk/third_party/tclap/MultiArg.h

    r857 r1506  
    2929#include <tclap/Arg.h> 
    3030 
    31 #ifdef HAVE_CONFIG_H 
     31#ifdef _____HAVE_CONFIG_H /* not needed */ 
    3232#include <config.h> 
    3333#else 
  • trunk/third_party/tclap/ValueArg.h

    r857 r1506  
    2929#include <tclap/Arg.h> 
    3030 
    31 #ifdef HAVE_CONFIG_H 
     31#ifdef _____HAVE_CONFIG_H /* not needed */ 
    3232#include <config.h> 
    3333#else 
Note: See TracChangeset for help on using the changeset viewer.