Skip to content

Commit

Permalink
Build for release 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rbp28668 committed May 13, 2020
1 parent df7d14a commit 20a5e69
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 20a5e69

Please sign in to comment.