Moving def file into build
This commit is contained in:
@@ -11,7 +11,7 @@ del %SRC_PATH%\*.exe
|
|||||||
|
|
||||||
rem : do the magic ...
|
rem : do the magic ...
|
||||||
rem : creat EPANET2.DLL
|
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
|
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
|
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%\*.obj
|
||||||
del %SRC_PATH%\*.exp
|
del %SRC_PATH%\*.exp
|
||||||
del %SRC_PATH%\*.lib
|
del %SRC_PATH%\*.lib
|
||||||
del %SRC_PATH%\*.map
|
del %SRC_PATH%\*.map
|
||||||
Reference in New Issue
Block a user