Added dist + fixed small compiling problem
This commit is contained in:
parent
fbc64abb81
commit
31ae2d3a49
4 changed files with 21 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
build/
|
||||
cache/
|
||||
data/i18n/paysages_*.qm
|
||||
gmon.out
|
||||
nbproject/
|
||||
|
|
BIN
dist/Paysages3D.exe
vendored
Normal file
BIN
dist/Paysages3D.exe
vendored
Normal file
Binary file not shown.
19
dist/README.txt
vendored
Normal file
19
dist/README.txt
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
Paysages 3D, a landscape generator, editor and renderer.
|
||||
|
||||
This version is a development preview. Its only purpose is to demonstrate the software features and gather user feedback.
|
||||
The software is provided "as-is". The authors give no warranty whatsoever regarding to this software, and disclaim any warranty of merchantability, fitness for a particular purpose, non-interference, or non-infringement. The authors cannot be kept responsible for any damage of any kind caused directly or indirectly by the software.
|
||||
By installing, configuring, and/or using the software, you accept above terms.
|
||||
|
||||
This version is provided free of charge, with no limits on usage. If you paid to obtain this version, please inform the authors.
|
||||
|
||||
This version is distributed under the terms of the Creative Commons Licence (BY-NC-ND 3.0). Please read the full terms on the Creative Commons information website : http://creativecommons.org/licenses/by-nc-nd/3.0/
|
||||
|
||||
Authors :
|
||||
Michael LEMAIRE - Developer
|
||||
|
||||
Credits :
|
||||
Qt - http://qt.nokia.com/
|
||||
DevIL - http://openil.sourceforge.net/
|
||||
GLib - http://www.gtk.org/
|
||||
|
||||
You can find complementary information, or contact the authors on the website : http://www.paysages3d.com/
|
|
@ -14,7 +14,7 @@ ifneq (,${LIBS})
|
|||
endif
|
||||
|
||||
CC_FLAGS += -fPIC -Wall -I${PROJECT_PATH}/src
|
||||
CC_LDFLAGS += -fPIC
|
||||
CC_LDFLAGS += -fPIC -lm
|
||||
|
||||
all:prepare ${RESULT}
|
||||
|
||||
|
|
Loading…
Reference in a new issue