mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-10 12:44:53 +00:00
New version 0.7.1 released.
This commit is contained in:
parent
1c541651ce
commit
e1e60ab914
@ -1,3 +1,7 @@
|
|||||||
|
2009-08-10 David A. Capello <davidcapello@gmail.com>
|
||||||
|
|
||||||
|
* Version 0.7.1 released.
|
||||||
|
|
||||||
2009-08-09 David A. Capello <davidcapello@gmail.com>
|
2009-08-09 David A. Capello <davidcapello@gmail.com>
|
||||||
|
|
||||||
* src/dialogs/filesel.cpp (ase_file_selector): Fixed a bug where
|
* src/dialogs/filesel.cpp (ase_file_selector): Fixed a bug where
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
dir="`pwd`"
|
dir="`pwd`"
|
||||||
version=0.7
|
version=0.7.1
|
||||||
distdir=ase-$version
|
distdir=ase-$version
|
||||||
|
|
||||||
freetype_files="third_party/freetype/ChangeLog \
|
freetype_files="third_party/freetype/ChangeLog \
|
||||||
@ -88,8 +88,6 @@ ase_files="config.h \
|
|||||||
src/*.cpp \
|
src/*.cpp \
|
||||||
src/*.h \
|
src/*.h \
|
||||||
src/*.rc \
|
src/*.rc \
|
||||||
src/ase/*.cpp \
|
|
||||||
src/ase/*.h \
|
|
||||||
src/commands/*.cpp \
|
src/commands/*.cpp \
|
||||||
src/commands/*.h \
|
src/commands/*.h \
|
||||||
src/commands/fx/*.cpp \
|
src/commands/fx/*.cpp \
|
||||||
@ -198,8 +196,8 @@ $1/docs/*.pdf"
|
|||||||
if [ ! -f $distdir-win32.zip ] ; then
|
if [ ! -f $distdir-win32.zip ] ; then
|
||||||
|
|
||||||
cd "$dir/.."
|
cd "$dir/.."
|
||||||
make -f makefile.vc CONFIGURED=1 RELEASE=1 STATIC_ALLEG_LINK=1 clean
|
#make -f makefile.vc CONFIGURED=1 RELEASE=1 STATIC_ALLEG_LINK=1 clean
|
||||||
make -f makefile.vc CONFIGURED=1 RELEASE=1 STATIC_ALLEG_LINK=1
|
#make -f makefile.vc CONFIGURED=1 RELEASE=1 STATIC_ALLEG_LINK=1
|
||||||
def_common_files .
|
def_common_files .
|
||||||
mkdir "$dir/$distdir-win32"
|
mkdir "$dir/$distdir-win32"
|
||||||
cp -r --parents $txt_files $bin_files aseprite.exe "$dir/$distdir-win32"
|
cp -r --parents $txt_files $bin_files aseprite.exe "$dir/$distdir-win32"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user