101
edits
(One way to create calendar jar without 'make') |
mNo edit summary |
||
Line 2: | Line 2: | ||
# without downloading the whole source tree and doing a full make | # without downloading the whole source tree and doing a full make | ||
# (which requires purchasing MSVC on w2k). | # (which requires purchasing MSVC on w2k). | ||
# Uses cygwin commands on w2k. | # Uses [http://www.cygwin.com | cygwin] commands on w2k. | ||
# | # | ||
# Commands needed: | # Commands needed (bash, cvs, file utils, diff, patch, zip): | ||
# bash: command and script interpreting shell | # bash: command and script interpreting shell | ||
# pushd: change directory, pushing previous directory path on stack | # pushd: change directory, pushing previous directory path on stack |
edits