First attempt at adding the files in the build/os2 and build/mgl dirs.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier 2006-05-21 06:41:20 +00:00
parent 947859ae14
commit 04227ed681
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,5 @@
build/mgl/*
include/wx/mgl/*.h
src/mgl/*.cpp
src/mgl/*.lst

View File

@ -1,5 +1,7 @@
lib/dummy
build/os2/*
docs/licence.txt
docs/os2/*.txt

View File

@ -44,6 +44,9 @@ fi
if [ $rebake = "yes" ]; then
cd $WX_SRC_DIR/build/bakefiles
bakefile_gen -d ../../distrib/scripts/Bakefiles.release.bkgen
bakefile_gen -f watcom
bakefile_gen -f watcom -d ../mgl/Bakefiles.mgl.bkgen
bakefile_gen -f watcom -d ../os2/Bakefiles.os2.bkgen
fi
cd $WX_SRC_DIR