In this question about compiling c code in Module :: Build, it was suggested to use c_source to indicate the location of the c / C ++ source code.
c_source
This configuration parameter compiles the source into object files and adds the directory to the linker search path.
I would like to know if a similar configuration can be achieved where all .c files are compiled into standalone executables and installed next to bin/ scripts.
.c
bin/
You can check out the Alien :: set module, which does a superset of what you want, I think. It seems like https://metacpan.org/pod/Alien::Base::Authoring is a good place to start.
Source: https://habr.com/ru/post/973047/More articles:Using Grunt grunt-contrib-less) to compile Bootstrap 3.1 LESS in Visual Studio 2013 - cssKendo Grid: problem with toolbar template - kendo-uiXMPP "stream: error (conflict)" when trying to reconnect or log in - androidAdvantages of using an enumeration to define a single value? (C) - cUnwanted transparency in Phong Shader - GLSL - c ++batch size of prepared statement in spring cassandra data - spring-data-cassandraHow to compile c / C ++ code from :: Build module for perl module? - perlPandas join 2 columns - pythonMultiple applications and DynamoDB, the perfect way to customize? - amazon-dynamodbConfused about AngularJS injection inconsistency - javascriptAll Articles