mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Added make of release
SVN revision: 293
This commit is contained in:
parent
cc071738e7
commit
f2c081a92e
@ -4,6 +4,12 @@ rem Build ELOG distribution
|
|||||||
|
|
||||||
set version=%1
|
set version=%1
|
||||||
|
|
||||||
|
cd nt
|
||||||
|
nmake -f elog.mak CFG="elog - Win32 Release"
|
||||||
|
nmake -f elogd.mak CFG="elogd - Win32 Release"
|
||||||
|
nmake -f elconv.mak CFG="elconv - Win32 Release"
|
||||||
|
cd ..
|
||||||
|
|
||||||
rem map network drive
|
rem map network drive
|
||||||
net use m: /d > nul
|
net use m: /d > nul
|
||||||
net use m: \\pc2075\midas mi_das /user:midas
|
net use m: \\pc2075\midas mi_das /user:midas
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user