build files
This commit is contained in:
11
build/WinSDK/dll_win_make.bat
Normal file
11
build/WinSDK/dll_win_make.bat
Normal file
@@ -0,0 +1,11 @@
|
||||
rem : set path to Windows SDK
|
||||
SET SDK_PATH="C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\"
|
||||
|
||||
rem : set path for source EPANET files
|
||||
SET SRC_PATH="D:\Projects\EPANET\Open Source\Code\owa\EPANET\src"
|
||||
|
||||
CALL %SDK_PATH%SetEnv.cmd /x86 /release
|
||||
CHDIR /D %SRC_PATH%
|
||||
|
||||
rem : do the magic ...
|
||||
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
|
||||
Reference in New Issue
Block a user