Giter Site home page Giter Site logo

cesar-urteaga / make-4.2.1-msvc-build Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ckormanyos/make-4.2.1-msvc-build

0.0 0.0 0.0 1.85 MB

GNUmake 4.2.1 built with MSVC for use on Windows

License: GNU General Public License v3.0

Shell 3.55% Scheme 0.07% Perl 11.18% C 52.39% TeX 15.45% Makefile 8.64% Batchfile 0.62% DIGITAL Command Language 0.64% M4 5.03% Roff 2.42% sed 0.01%

make-4.2.1-msvc-build's Introduction

make-4.2.1-msvc-build

Build Status

This repository takes the source code for GNUmake 4.2.1 within the file make-4.2.1.tar.gz from here and adapts the legacy MSVC build to a more modern version of MSVC 14.2.

Instructions to build make-4.2.1-msvc-build

Here are the instructions to build make-4.2.1-msvc-build.

  • Clone or get ckormanyos/make-4.2.1-msvc-build.
  • Navigate to the MSVC solution file make-4.2.1.sln which is stored here.
  • Open make-4.2.1.sln in MSVC 14.2 - i.e., Microsoft(R) VisualStudio(R) 2019 or higher (the Community Edition works also).
  • Select Debug/Release as desired in the usual way.
  • Leave the solution configuration x64 set in the usual way (since this is actually the only supported solution configuration).
  • Rebuild solution and find the executable file make-4.2.1.exe in the standard output path location.

You might want to rename the executable from make-4.2.1.exe file to simply make.exe. The resulting executable file make-4.2.1.exe ( or if manually renamed make.exe) can be used just like you would use regular, traditional make on *nix.

Changes

Minor changes in the source code have been undertaken.

  • Disable the famous warning 4996.
  • Leave all other warnings unchanged.
  • Change the name of one shadowed variable.
  • Update the legacy MSVC workspace and adapt its naming.
  • Add a solution configuration x64 with settings initially copied from x86 in the usual MSVC way.
  • Eliminate the x86 configuration and retain only the 64-bit solution configuration x64.
  • Upload build artifact in CI for make-4.2.1-win64-msvc, see also discussion in issue 1.

make-4.2.1-msvc-build's People

Contributors

ckormanyos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.