Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.
/ LinuxToWinSample Public archive

A template for saving time when building Windows c++17 applications on Linux

License

Notifications You must be signed in to change notification settings

vortexint/LinuxToWinSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinuxToWinSample

Build Status

This is an example VSCode project to facilitate C++ builds on Linux to Windows and 'emulation' with Wine.
The tasks can be seen on the Command Pallete with Ctrl + Shift + P

Default Tasks

Requires

sudo apt-get install mingw-w64
sudo apt-get install wine

if your package installation process was different, make sure the compiler path still matches on tasks.json