diff options
author | Guido van Rossum <guido@python.org> | 1996-06-28 19:12:06 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-06-28 19:12:06 (GMT) |
commit | 1bc716f2fc2aeb4ef4481089727450eb7357f696 (patch) | |
tree | a725dce1097dd3344a0c2cf9c17cc899bd21e658 /PC/utils/utils.mk | |
parent | c012547142cfa91192f562ea0204fcf6f5275708 (diff) | |
download | cpython-1bc716f2fc2aeb4ef4481089727450eb7357f696.zip cpython-1bc716f2fc2aeb4ef4481089727450eb7357f696.tar.gz cpython-1bc716f2fc2aeb4ef4481089727450eb7357f696.tar.bz2 |
Added PC files from Jim Ahlstrom.
Diffstat (limited to 'PC/utils/utils.mk')
-rwxr-xr-x | PC/utils/utils.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PC/utils/utils.mk b/PC/utils/utils.mk new file mode 100755 index 0000000..033c92c --- /dev/null +++ b/PC/utils/utils.mk @@ -0,0 +1,3 @@ +project : n:\python\python-1.4b0b\pc\utils\makesrc.exe .SYMBOLIC + +!include n:\python\python-1.4b0b\pc\utils\makesrc.mk1 |