Skip to content

Commit

Permalink
Merge pull request #7 from rbp28668/Mach3_Output
Browse files Browse the repository at this point in the history
Build for release 6.1
  • Loading branch information
Bruce Porteous authored May 13, 2020
2 parents d321743 + 20a5e69 commit 534dfee
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Gitignore file for generated object files etc.

# Output files fromm build.
*.exe
*.obj
*.res
*.idb
Expand All @@ -11,7 +10,8 @@ Plots/*

# Output folders
**/ipch/*
**/x64/*
AEROFOIL/x64/*
AEROFOIL/x86/*
**/Debug/*
**/Release/*

Expand Down
1 change: 1 addition & 0 deletions CutterGeometryDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
//

#include "stdafx.h"
#include <assert.h>
#include "Aerofoil.h"
#include "CutterGeometryDialog.h"
#include "afxdialogex.h"
Expand Down
1 change: 1 addition & 0 deletions CutterPreviewWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
//

#include "stdafx.h"
#include <assert.h>
#include <string>
#include <sstream>
#include "Aerofoil.h"
Expand Down
Binary file added Releases/6.1/x64/Aerofoil.exe
Binary file not shown.
Binary file added Releases/6.1/x64/Cutter.exe
Binary file not shown.
Binary file added Releases/6.1/x86/Aerofoil.exe
Binary file not shown.
Binary file added Releases/6.1/x86/Cutter.exe
Binary file not shown.

0 comments on commit 534dfee

Please sign in to comment.