Lines 1-4
Link Here
|
1 |
--- Makefile.orig 2013-01-06 14:14:09 UTC |
1 |
--- Makefile.orig 2019-03-09 20:14:52 UTC |
2 |
+++ Makefile |
2 |
+++ Makefile |
3 |
@@ -8,7 +8,7 @@ DESTDIR?=/usr |
3 |
@@ -8,7 +8,7 @@ DESTDIR?=/usr |
4 |
USE_CA=NO |
4 |
USE_CA=NO |
Lines 9-23
Link Here
|
9 |
|
9 |
|
10 |
# set to YES if you compile with MINGW32 |
10 |
# set to YES if you compile with MINGW32 |
11 |
USE_WIN32=NO |
11 |
USE_WIN32=NO |
12 |
@@ -26,7 +26,6 @@ ifneq ($(OSX_PLATFORM), YES) |
12 |
@@ -27,8 +27,8 @@ endif |
13 |
endif |
|
|
14 |
|
13 |
|
15 |
CFLAGS:=$(CFLAGS) -D DESTDIR=\"$(DESTDIR)\" -D VERSION=\"$(VERSION)\" -I. |
14 |
ifeq ($(USE_WIN32), YES) |
16 |
-CC=gcc |
15 |
CC=i686-w64-mingw32-gcc-posix |
|
|
16 |
-else |
17 |
- CC=gcc |
18 |
+#else |
19 |
+# CC=gcc |
20 |
endif |
17 |
|
21 |
|
18 |
ifeq ($(USE_CA), YES) |
22 |
# build information may be added by CI scripts and will be |
19 |
OBJECTS=qrq.o coreaudio.o |
23 |
@@ -104,16 +104,14 @@ uninstall: |
20 |
@@ -95,16 +94,14 @@ uninstall: |
|
|
21 |
else |
24 |
else |
22 |
|
25 |
|
23 |
install: qrq |
26 |
install: qrq |