Browse code

update for C++17 compliance, update to latest 2sf, add WINE cross-compile makefiles

Adam Higerd authored on 2021/02/11 15:36:17
Showing 1 changed files
... ...
@@ -3,4 +3,11 @@ Release
3 3
 *.suo
4 4
 *.release
5 5
 *.aps
6
-.vs
7 6
\ No newline at end of file
7
+.vs
8
+*.obj
9
+*.o
10
+*.dll
11
+*.exp
12
+*.lib
13
+*.d
14
+*.swp
Browse code

Prevent .vs from being committed

Naram Qashat authored on 2020/07/06 23:01:02
Showing 1 changed files
... ...
@@ -2,4 +2,5 @@ Debug
2 2
 Release
3 3
 *.suo
4 4
 *.release
5
-*.aps
6 5
\ No newline at end of file
6
+*.aps
7
+.vs
7 8
\ No newline at end of file
Browse code

Adding a .gitignore to stop git from trying to version certain files.

Naram Qashat authored on 2014/10/23 23:21:37
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,5 @@
1
+Debug
2
+Release
3
+*.suo
4
+*.release
5
+*.aps
0 6
\ No newline at end of file
Browse code

Trying to get git to ignore changes I make to common.props in the future (have to be able to change it to build the DLLs).

Naram Qashat authored on 2014/09/25 12:58:31
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1 +0,0 @@
1
-tmp.cpp
2 0
\ No newline at end of file
Browse code

Import actual code.

Naram Qashat authored on 2013/03/26 02:41:19
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1 @@
1
+tmp.cpp
0 2
\ No newline at end of file