diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-05-11 19:32:05 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-05-11 19:32:05 +0000 |
| commit | 97493ac8d14a4101a3ee2d261b670c48bcb0f4f7 (patch) | |
| tree | 4a17c41336c1aad736f73f9adaccd8a8233a48a4 /Recipe | |
| parent | ed9b669b295001915b0b42084256837a99efecaf (diff) | |
| download | puzzles-97493ac8d14a4101a3ee2d261b670c48bcb0f4f7.zip puzzles-97493ac8d14a4101a3ee2d261b670c48bcb0f4f7.tar.gz puzzles-97493ac8d14a4101a3ee2d261b670c48bcb0f4f7.tar.bz2 puzzles-97493ac8d14a4101a3ee2d261b670c48bcb0f4f7.tar.xz | |
Rename the Windows Net executable, due to its clash with the system
net.exe.
[originally from svn r4215]
Diffstat (limited to 'Recipe')
| -rw-r--r-- | Recipe | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -22,7 +22,9 @@ fifteen : [X] gtk COMMON fifteen sixteen : [X] gtk COMMON sixteen rect : [X] gtk COMMON rect -net : [G] WINDOWS COMMON NET +# The Windows Net shouldn't be called `net.exe' since Windows +# already has a reasonably important utility program by that name! +netgame : [G] WINDOWS COMMON NET cube : [G] WINDOWS COMMON cube fifteen : [G] WINDOWS COMMON fifteen sixteen : [G] WINDOWS COMMON sixteen |