Initial revision

SVN revision: 873
This commit is contained in:
Stefan Ritt 2004-05-11 07:43:42 +00:00
parent e090919c64
commit 5c21c053a1

16
buildsnap.bat Executable file
View 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