mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-02 11:59:58 +00:00
Remove deps.sh as now dependencies are handled by CMake build system.
This commit is contained in:
parent
c78afea9a2
commit
6ff0fc038b
37
misc/deps.sh
37
misc/deps.sh
@ -1,37 +0,0 @@
|
||||
#! /bin/sh
|
||||
|
||||
GCC="gcc -MM"
|
||||
CFLAGS="-I. \
|
||||
-Isrc \
|
||||
-Ithird_party/lua/include \
|
||||
-Ithird_party/intl \
|
||||
-Ithird_party/libpng \
|
||||
-Ithird_party/zlib \
|
||||
-Ithird_party/jpeg \
|
||||
-Ithird_party/tinyxml \
|
||||
-Ithird_party/loadpng \
|
||||
-Ithird_party/freetype/include \
|
||||
-Ithird_party/vaca/include \
|
||||
-Ithird_party"
|
||||
|
||||
rm -f makefile.dep
|
||||
|
||||
$GCC $CFLAGS \
|
||||
src/*.cpp \
|
||||
src/commands/*.cpp \
|
||||
src/commands/fx/*.cpp \
|
||||
src/core/*.cpp \
|
||||
src/dialogs/*.cpp \
|
||||
src/effect/*.cpp \
|
||||
src/file/*.cpp \
|
||||
src/file/*/*.cpp \
|
||||
src/intl/*.cpp \
|
||||
src/jinete/*.cpp \
|
||||
src/modules/*.cpp \
|
||||
src/raster/*.cpp \
|
||||
src/settings/*.cpp \
|
||||
src/tools/*.cpp \
|
||||
src/util/*.cpp \
|
||||
src/widgets/*.cpp \
|
||||
src/widgets/editor/*.cpp \
|
||||
| sed -e 's/^\([a-z_\-]*\)\.o/\$(OBJ_DIR)\/\1\$(OBJ)/' >> makefile.dep
|
Loading…
Reference in New Issue
Block a user