From fb63b874f86a877963a6dc3f4d4570e5d51c7ad3 Mon Sep 17 00:00:00 2001 From: Elad Salomons Date: Sun, 14 Jun 2015 07:55:42 +0300 Subject: [PATCH] Moving def file into build --- {src => build/WinSDK}/epanet2.def | 0 build/WinSDK/win_make.bat | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename {src => build/WinSDK}/epanet2.def (100%) diff --git a/src/epanet2.def b/build/WinSDK/epanet2.def similarity index 100% rename from src/epanet2.def rename to build/WinSDK/epanet2.def diff --git a/build/WinSDK/win_make.bat b/build/WinSDK/win_make.bat index 321dd7f..cdfd45b 100644 --- a/build/WinSDK/win_make.bat +++ b/build/WinSDK/win_make.bat @@ -11,7 +11,7 @@ del %SRC_PATH%\*.exe rem : do the magic ... rem : creat EPANET2.DLL - cl -o epanet2.dll epanet.c hash.c hydraul.c inpfile.c input1.c input2.c input3.c mempool.c output.c quality.c report.c rules.c smatrix.c /I ..\include /I ..\run /link /DLL /def:epanet2.def /MAP + cl -o epanet2.dll epanet.c hash.c hydraul.c inpfile.c input1.c input2.c input3.c mempool.c output.c quality.c report.c rules.c smatrix.c /I ..\include /I ..\run /link /DLL /def:..\build\winsdk\epanet2.def /MAP rem : creat EPANET2.EXE cl -o epanet2.exe epanet.c ..\run\main.c hash.c hydraul.c inpfile.c input1.c input2.c input3.c mempool.c output.c quality.c report.c rules.c smatrix.c /I ..\include /I ..\run /I ..\src /link @@ -19,4 +19,4 @@ rem : a bit of housekeeping and cleaning del %SRC_PATH%\*.obj del %SRC_PATH%\*.exp del %SRC_PATH%\*.lib -del %SRC_PATH%\*.map +del %SRC_PATH%\*.map \ No newline at end of file