Skip to content

Commit 5ae5fcf

Browse files
committed
Updating before build script
New location for output library source
1 parent 01ebb2e commit 5ae5fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

before_build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ copy /Y ..\include\*.h %PROJECT_PATH%\%TOOLKIT_PATH%
4444

4545
copy /Y .\bin\Release\epanet-output.dll %PROJECT_PATH%\%OUTPUT_PATH%
4646
copy /Y .\lib\Release\epanet-output.lib %PROJECT_PATH%\%OUTPUT_PATH%
47-
copy /Y ..\tools\epanet-output\include\*.h %PROJECT_PATH%\%OUTPUT_PATH%
47+
copy /Y ..\src\outfile\include\*.h %PROJECT_PATH%\%OUTPUT_PATH%
4848

4949

5050
:: Generate swig wrappers

0 commit comments

Comments
 (0)