File tree 2 files changed +17
-8
lines changed
2 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 1
1
2
2
development /
3
3
* .bak
4
- Bootil /projects /obj /**
4
+ * .obj
5
+ * .sln
6
+ * .make
7
+ * .pdb
5
8
** .vcxproj **
6
9
lua-shared.vpc.sentinel
10
+ Bootil /projects /Makefile
11
+ Bootil /projects /** /* .lib
12
+ Bootil /projects /** /* .a
Original file line number Diff line number Diff line change 1
- # GNU Make workspace makefile autogenerated by Premake
1
+ # Alternative GNU Make workspace makefile autogenerated by Premake
2
2
3
3
ifndef config
4
4
config =debug_x32
@@ -10,15 +10,18 @@ endif
10
10
11
11
ifeq ($(config ) ,debug_x32)
12
12
bootil_static_config = debug_x32
13
- endif
14
- ifeq ($(config ) ,debug_x64)
13
+
14
+ else ifeq ($(config),debug_x64)
15
15
bootil_static_config = debug_x64
16
- endif
17
- ifeq ($(config ) ,release_x32)
16
+
17
+ else ifeq ($(config),release_x32)
18
18
bootil_static_config = release_x32
19
- endif
20
- ifeq ($(config ) ,release_x64)
19
+
20
+ else ifeq ($(config),release_x64)
21
21
bootil_static_config = release_x64
22
+
23
+ else
24
+ $(error "invalid configuration $(config)")
22
25
endif
23
26
24
27
PROJECTS := bootil_static
You can’t perform that action at this time.
0 commit comments