tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] Windows: To add .res to the extensions allowed by the pre


From: Antoni Gual Via
Subject: [Tinycc-devel] Windows: To add .res to the extensions allowed by the preprocessor?
Date: Thu, 10 Mar 2022 11:13:32 +0100

Hi
To build a Windows app, windres from gcc is required. By default it uses the gcc preprocessor to resolve the defines, and gcc has its dependencies, so a complete Mingw install is required. A command line option in windres allows to use any other preprocessor, and using tcc's would make the thing almost selfcontained. Unfortunately tcc's preprocessor does'nt allow the extension .res for its inputs.
I have a tcc I built recently from the mob using the busybox Grichka made for us poor Windows users. Which file should I check to add .res extension to the allowed inputs for the preprocessor?

Regards
Antonio


reply via email to

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