build files

This commit is contained in:
Sam Hatchett
2015-06-12 10:34:06 -04:00
parent 87a8aaaef8
commit 2d064c60ec
9 changed files with 98 additions and 443 deletions

17
build/WinSDK/Readme.txt Normal file
View File

@@ -0,0 +1,17 @@
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.