Fixed dependencies generator for both compilers (gcc & msvc).

This commit is contained in:
David Capello 2009-03-02 01:27:42 +00:00
parent 0adb37f2bb
commit 4bf54b3712

View File

@ -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