summaryrefslogtreecommitdiffstats
path: root/src/glfw2-1-no-build-test.patch
blob: 3f26022cdb09f2dc278ad7ee58d571c98b97bd4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
This file is part of MXE.
See index.html for further information.

Do not waste time building examples and tests. We use our test

--- a/Makefile
+++ b/Makefile
@@ -128,13 +128,13 @@
 
 cross-mgw:
 	cd lib/win32 && $(MAKE) -f Makefile.win32.cross-mgw
-	cd examples  && $(MAKE) -f Makefile.win32.cross-mgw 
-	cd tests     && $(MAKE) -f Makefile.win32.cross-mgw
+	#cd examples  && $(MAKE) -f Makefile.win32.cross-mgw 
+	#cd tests     && $(MAKE) -f Makefile.win32.cross-mgw
 
 cross-mgw-clean:
 	cd lib/win32 && $(MAKE) -f Makefile.win32.cross-mgw clean 
-	cd examples  && $(MAKE) -f Makefile.win32.cross-mgw clean
-	cd tests     && $(MAKE) -f Makefile.win32.cross-mgw clean
+	#cd examples  && $(MAKE) -f Makefile.win32.cross-mgw clean
+	#cd tests     && $(MAKE) -f Makefile.win32.cross-mgw clean
 
 
 ###########################################################################