Makefile changed to build executable using all *.o instead of using DLL,
because of changes in epanet.c at 2.00.12. epanet.c changed to comment out definition of DLL, allowing DLL, SOL, or CLE to be defined at compilation. git-svn-id: https://epanet.svn.sourceforge.net/svnroot/epanet/BASE/trunk@220 c320cabd-cc23-0410-96d8-e60fbf53ed7f
This commit is contained in:
@@ -110,7 +110,7 @@ execute function x and set the error code equal to its return value.
|
||||
/*** New compile directives ***/ //(2.00.11 - LR)
|
||||
//#define CLE /* Compile as a command line executable */
|
||||
//#define SOL /* Compile as a shared object library */
|
||||
#define DLL /* Compile as a Windows DLL */
|
||||
//#define DLL /* Compile as a Windows DLL */
|
||||
|
||||
/*** Following lines are deprecated ***/ //(2.00.11 - LR)
|
||||
//#ifdef DLL
|
||||
|
||||
Reference in New Issue
Block a user