I want to create XZ Utils with MSVC ++, but xz utils uses Gnu Autoconf Script. Is there a way to import the entire autoconfed project into MSVC ++ and then build it? If not, is there a way to run the Gnu Autoconf script for MSVC ++, then just grab all the source files as well as config.h and then build it?
As far as I know, really. You can try installing MSYS and see what the support cl.exein the configuration script looks like :
cl.exe
./configure CC=c:/path/to/cl.exe CXX=c:/path/to/cl.exe
, , , . , xz-utils C, , ? MinGW .
FYI XZutils C99 MSVC . MINGW lib dll.
Source: https://habr.com/ru/post/1765508/More articles:Java: creating random numbers with a logarithmic distribution - javaAsynchronous communication between two applications - c #Why is this Perl code using 1; expression? - perlWhy is my javascript not working - javascriptRequires: C # math programming library - mathHow to transfer model changes in pylons / sqlalchemy? - pythonWhat errors does this Perl code have? - arraysHow to delete child records, and not set foreign key in null - javaCan I execute nested or chained commands in a UNIX shell? - command-linePHP sendmail не отправляет - phpAll Articles