mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-30 15:32:38 +00:00
Fixed dependencies generator for both compilers (gcc & msvc).
This commit is contained in:
parent
0adb37f2bb
commit
4bf54b3712
@ -30,4 +30,4 @@ $GCC $CFLAGS \
|
||||
src/util/*.cpp \
|
||||
src/widgets/*.cpp \
|
||||
src/widgets/editor/*.cpp \
|
||||
| sed -e 's/^\([a-z_\-]*\.o\)/obj\/mingw32\/\1/' >> makefile.dep
|
||||
| sed -e 's/^\([a-z_\-]*\)\.o/\$(OBJ_DIR)\/\1\$(OBJ)/' >> makefile.dep
|
||||
|
Loading…
x
Reference in New Issue
Block a user