mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
Merge branch 'gtest' into 'master'
Reset dllexport; fixed doxygen example tests See merge request coupled/iphreeqc!19
This commit is contained in:
commit
6d01aab759
@ -148,7 +148,20 @@ F90SetBasicFortranCallback: F90SetBasicFortranCallback.lo $(IPHREEQC_LA)
|
||||
$(LIBTOOL) --mode=compile $(FC) $(FFLAGS) -c -o $@ $<
|
||||
|
||||
|
||||
F90CreateIPhreeqc.lo: IPhreeqc_interface.lo
|
||||
F90CreateIPhreeqc.lo: IPhreeqc_interface.lo
|
||||
F90ClearAccumulatedLines.lo: IPhreeqc_interface.lo
|
||||
F90CreateIPhreeqc.lo: IPhreeqc_interface.lo
|
||||
F90DestroyIPhreeqc.lo: IPhreeqc_interface.lo
|
||||
F90GetComponent.lo: IPhreeqc_interface.lo
|
||||
F90GetDumpStringLine.lo: IPhreeqc_interface.lo
|
||||
F90GetErrorStringLine.lo: IPhreeqc_interface.lo
|
||||
F90GetLogStringLine.lo: IPhreeqc_interface.lo
|
||||
F90GetOutputStringLine.lo: IPhreeqc_interface.lo
|
||||
F90GetSelectedOutputStringLine.lo: IPhreeqc_interface.lo
|
||||
F90GetSelectedOutputValue.lo: IPhreeqc_interface.lo
|
||||
F90GetVersionString.lo: IPhreeqc_interface.lo
|
||||
F90SetBasicFortranCallback.lo: IPhreeqc_interface.lo
|
||||
|
||||
|
||||
IPhreeqc_interface.lo: ../../src/IPhreeqc_interface.F90
|
||||
$(LIBTOOL) --mode=compile $(FC) $(FFLAGS) -c -o $@ $<
|
||||
|
||||
@ -1,11 +1,7 @@
|
||||
#ifndef __IPHREEQC_INTERFACE__H
|
||||
#define __IPHREEQC_INTERFACE__H
|
||||
|
||||
#if defined(_WINDLL)
|
||||
#define IPQ_DLL_EXPORT __declspec(dllexport)
|
||||
#else
|
||||
#define IPQ_DLL_EXPORT
|
||||
#endif
|
||||
#include "PHRQ_exports.h"
|
||||
|
||||
#ifdef SKIP
|
||||
#if defined(FC_FUNC)
|
||||
|
||||
@ -1,12 +1,9 @@
|
||||
#ifndef INC_PHRQ_EXPORTS_H
|
||||
#define INC_PHRQ_EXPORTS_H
|
||||
|
||||
#if defined(_WINDLL)
|
||||
# ifdef IPhreeqc_EXPORTS
|
||||
# define IPQ_DLL_EXPORT __declspec(dllexport)
|
||||
# else
|
||||
# define IPQ_DLL_EXPORT __declspec(dllimport)
|
||||
# endif
|
||||
|
||||
#if defined(_WINDLL) && defined(IPhreeqc_EXPORTS)
|
||||
# define IPQ_DLL_EXPORT __declspec(dllexport)
|
||||
#else
|
||||
# define IPQ_DLL_EXPORT
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user