Files
EPANET/build/WinSDK/Readme.txt
Sam Hatchett 2d064c60ec build files
2015-06-12 10:34:06 -04:00

18 lines
399 B
Plaintext

For compiling EPANET2.DLL :
Open the EPANET.C file and make sure that the line
#define DLL
is not commented out while the lines
#define CLE
#define SOL
are commented out.
For compiling EPANET2.EXE :
Open the EPANET.C file and make sure that the line
#define CLE
is not commented out while the lines
#define DLL
#define SOL
are commented out.