mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Initial revision
SVN revision: 873
This commit is contained in:
parent
e090919c64
commit
5c21c053a1
16
buildsnap.bat
Executable file
16
buildsnap.bat
Executable file
@ -0,0 +1,16 @@
|
||||
@echo on
|
||||
rem Usage: build_elog <version> like "build 100"
|
||||
rem Build ELOG distribution
|
||||
|
||||
set version=%1
|
||||
|
||||
cd nt
|
||||
nmake -f elogd.mak CFG="elogd - Win32 Release"
|
||||
cd ..
|
||||
|
||||
rem map network drive
|
||||
net use n: /d > nul
|
||||
net use n: \\pc2075\midas mi_das /user:midas
|
||||
|
||||
copy nt\Release\elogd.exe n:\html\elog\download\windows\elogd-snapshot.exe
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user