tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] How do I compile TC with Visual Studio 2015?


From: Anthony Hawes
Subject: Re: [Tinycc-devel] How do I compile TC with Visual Studio 2015?
Date: Mon, 30 Jan 2017 17:24:47 +0000

Hi Ben,

Looking at the batch file in the win32 folder, it appears to create the config.h file by reading the file named VERSION, essentially just setting the contents of config.h to:-

#define TCC_VERSION "0.9.26"

If you manually create the file with the above content, the Visual Studio solution should build correctly.

Regards,

Ant

reply via email to

[Prev in Thread] Current Thread [Next in Thread]