git-svn-id: https://svn.webkit.org/repository/webkit/trunk@29391
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2008-01-10 Kevin Ollivier <kevino@theolliviers.com>
+
+ wx build fix. Don't build dftables any longer since it's now a Perl
+ script.
+
+ * wx/build-wxwebkit:
+
2008-01-10 Sam Weinig <sam@webkit.org>
Reviewed by Anders Carlsson.
fi
cd $WK_ROOT/JavaScriptCore
- # FIXME: The below is needed because Bakefile doesn't yet properly set dependencies on
- # creating the build dir. Everything works when you do make all, but not when you
- # try to make a specific target. For more info, see: http://www.bakefile.org/ticket/167
- mkdir -p obj-gnu
- mkdir -p obj-msvc
- do_make . "" dftables$EXE
./make-generated-sources.sh
if [ $? != 0 ]; then
exit $?