diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2013-11-06 03:55:46 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2013-11-06 03:55:46 (GMT) |
commit | e0881f464cea34b263efe45afb92b5919a639468 (patch) | |
tree | 176e4d3643dab0c18178e7277150bfcb0a86624f | |
parent | 05f31bfef3fe3d0a18886b6912711aefd98bddc1 (diff) | |
download | cpython-e0881f464cea34b263efe45afb92b5919a639468.zip cpython-e0881f464cea34b263efe45afb92b5919a639468.tar.gz cpython-e0881f464cea34b263efe45afb92b5919a639468.tar.bz2 |
#19439: Update PCbuild/readme.txt with new sub-project
-rw-r--r-- | PCbuild/readme.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 883e3d3..3012971 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -110,6 +110,9 @@ pylauncher pywlauncher pyw.exe, a variant of py.exe that doesn't open a Command Prompt window +_testembed + _testembed.exe, a small program that embeds Python for testing + purposes, used by test_capi.py These are miscellaneous sub-projects that don't really fit the other categories. By default, these projects do not build in Debug |