Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.
/ posix-ntports Public archive

Simple re-implementations of GNU/Linux command line utilities for the MSVC compiler.

Notifications You must be signed in to change notification settings

juntalis/posix-ntports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POSIX NT Ports

Working on consolidating all of my existing MSVC implementations/ports of GNU/Linux utilities into a single solution. Currently includes:

  • env
  • ln
  • which
  • msyspath (A MSYS-based tool featuring SOME of the features of the cygpath tool)

All projects are based on Visual C 2010. There is also a VC 2010 project for compiling gengetopt with the MSVC compiler. It uses code downloaded from the GNU Win32 Project.

A lot of the tools use common headers, macros, and definitions, so I'm trying to eliminate the overlap and rewrite a lot of the code before I get back to completing the tools that aren't quite done.

I also need to update the individual readmes for anything that's changed, and write a custom VC 2010 build tool for using the MSYS gcc compiler for msyspath.

About

Simple re-implementations of GNU/Linux command line utilities for the MSVC compiler.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published