This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Rename build scripts to build-linux and build-mingw.
legacy
Sam Hocevar
sam
14 years ago
parent
9f3cd82c2e
commit
560164e15f
4 changed files
with
14 additions
and
10 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile.am
+0
-9
build
+11
-0
build-linux
+2
-0
build-mingw
+ 1
- 1
Makefile.am
View File
@@ -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
View File
@@ -1,9 +0,0 @@
#!/bin/sh
set -ex
./bootstrap
./configure
make clean
make
+ 11
- 0
build-linux
View File
@@ -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
View File
@@ -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"
Write
Preview
Loading…
Cancel
Save