This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Decorater
Recipients Decorater, docs@python, paul.moore, r.david.murray, steve.dower, tim.golden, zach.ware
Date 2017-06-05.15:19:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496675965.09.0.719025404181.issue30574@psf.upfronthosting.co.za>
In-reply-to
Content
E:\Users\Elsword\Documents\GitHub\TinyURL\app>call "E:\Program Files (x86)\Micro
soft Visual Studio 14.0\Common7\Tools\VsDevCmd.bat"

E:\Users\Elsword\Documents\GitHub\TinyURL\app>cd "E:\Users\Elsword\Documents\Git
Hub\TinyURL\app\"

E:\Users\Elsword\Documents\GitHub\TinyURL\app>RC.exe /r TinyURL.rc
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384
Copyright (C) Microsoft Corporation.  All rights reserved.


E:\Users\Elsword\Documents\GitHub\TinyURL\app>cl.exe /Tc "TinyURL.c" /I E:\Python360\include E:\Python360\libs\python36.lib /link /OUT:"TinyURL.exe" /SUBSYSTEM:CONSOLE "TinyURL.res" /FIXED
Microsoft (R) C/C++ Optimizing Compiler Version 19.00.24215.1 for x86
Copyright (C) Microsoft Corporation.  All rights reserved.

TinyURL.c
TinyURL.c(204): warning C4129: '/': unrecognized character escape sequence
Microsoft (R) Incremental Linker Version 14.00.24215.1
Copyright (C) Microsoft Corporation.  All rights reserved.

/out:TinyURL.exe
/OUT:TinyURL.exe
/SUBSYSTEM:CONSOLE
TinyURL.res
/FIXED
TinyURL.obj
E:\Python360\libs\python36.lib

Wait a minute, it seems the build tools are a bit out of date.
History
Date User Action Args
2017-06-05 15:19:25Decoratersetrecipients: + Decorater, paul.moore, tim.golden, r.david.murray, docs@python, zach.ware, steve.dower
2017-06-05 15:19:25Decoratersetmessageid: <1496675965.09.0.719025404181.issue30574@psf.upfronthosting.co.za>
2017-06-05 15:19:25Decoraterlinkissue30574 messages
2017-06-05 15:19:24Decoratercreate