Deze website werkt beter met JavaScript.
Beginscherm
Help
Inloggen
lolengine
/
lol
kopie van
https://github.com/lolengine/lol
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Publicaties
0
Wiki
Activiteit
Bladeren bron
Rename build scripts to build-linux and build-mingw.
legacy
Sam Hocevar
sam
14 jaren geleden
bovenliggende
9f3cd82c2e
commit
560164e15f
4 gewijzigde bestanden
met
toevoegingen van 14
en
10 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+1
-1
Makefile.am
+0
-9
build
+11
-0
build-linux
+2
-0
build-mingw
+ 1
- 1
Makefile.am
Bestand weergeven
@@ -2,6 +2,6 @@
SUBDIRS = src deushax monsterz tools art gfx
DIST_SUBDIRS = $(SUBDIRS) maps
EXTRA_DIST = bootstrap build build-mingw
.sh
EXTRA_DIST = bootstrap build
linux
build-mingw
AUTOMAKE_OPTIONS = dist-bzip2
+ 0
- 9
build
Bestand weergeven
@@ -1,9 +0,0 @@
#!/bin/sh
set -ex
./bootstrap
./configure
make clean
make
+ 11
- 0
build-linux
Bestand weergeven
@@ -0,0 +1,11 @@
#!/bin/sh
## Native Linux compilation for Lol Engine -- Sam Hocevar <sam@hocevar.net>
set -ex
./bootstrap
./configure
make clean
make
build-mingw.sh → build-mingw
Bestand weergeven
@@ -1,5 +1,7 @@
#!/bin/sh
## Native MinGW compilation for Lol Engine -- Sam Hocevar <sam@hocevar.net>
set -e
PATH="$PATH:./contrib/gtk-2.22.1/bin"
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan