CVS update: /ccvs/
[email protected] 1 Jun 2005 17:06:11 -0000
| Newsgroups | gmane.comp.version-control.cvs.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: conradpino Date: 05/06/01 10:06:11 Added: /ccvs/ makewin32.cmd Modified: /ccvs/ ChangeLog Log: * makewin32.cmd: Add Windows NT command file to build CVS Project. File Changes: Directory: /ccvs/ ================= File [added]: makewin32.cmd Url: https://ccvs.cvshome.org/source/browse/ccvs/makewin32.cmd?rev=1.1&content-type=text/vnd.viewcvs-markup Added lines: 24 --------------- @echo off Rem Rem Windows NT command file to build CVS Project Rem Rem Builds Win32 Debug configuration as the default Rem if %1%x == x goto compile_debug if %1%x == -dx goto compile_debug if %1%x == -rx goto compile_release echo Error: Invalid option: %1% echo Usage: makewin32 echo Usage: makewin32 -d echo Usage: makewin32 -r goto compile_done :compile_debug nmake /f cvsnt.mak CFG="cvsnt - Win32 Debug" goto compile_done :compile_release nmake /f cvsnt.mak CFG="cvsnt - Win32 Release" goto compile_done :compile_done File [changed]: ChangeLog Url: https://ccvs.cvshome.org/source/browse/ccvs/ChangeLog?r1=1.1219&r2=1.1220 Delta lines: +4 -0 ------------------- --- ChangeLog 31 May 2005 10:41:39 -0000 1.1219 +++ ChangeLog 1 Jun 2005 17:06:08 -0000 1.1220 @@ -1,3 +1,7 @@ +2005-06-01 Conrad T. Pino <[email protected]> + + * makewin32.cmd: Add Windows NT command file to build CVS Project. + 2005-05-31 Conrad T. Pino <[email protected]> * cvsnt.dep: Regenerate after build for #include changes.