MSVC and .cc-files

NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Forum rules
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Locked
Darkstar
Posts: 44
Joined: Thu May 14, 2020 1:34 pm

MSVC and .cc-files

Post by Darkstar »

Hi,

what exactly do I need to change in the registry for MSVC to recognize .cc files?

--Michael
Colourless
Site Admin
Posts: 731
Joined: Thu May 14, 2020 1:34 pm

Re: MSVC and .cc-files

Post by Colourless »

You need to add "*.cc" to

HKEY_CURRENT_USER\Software\Microsoft\Devstudio\6.0\Build System\Components\Platforms\Win32 (x86)\Tools\32-bit C/C++ Compiler for 80x86\Input_spec

Here's a .REG that will do it automatically for you

http://www.users.on.net/triforce/add_cc.reg

-Colourless Dragon
Locked