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:
parent
947859ae14
commit
04227ed681
@ -1,3 +1,5 @@
|
|||||||
|
build/mgl/*
|
||||||
|
|
||||||
include/wx/mgl/*.h
|
include/wx/mgl/*.h
|
||||||
src/mgl/*.cpp
|
src/mgl/*.cpp
|
||||||
src/mgl/*.lst
|
src/mgl/*.lst
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
lib/dummy
|
lib/dummy
|
||||||
|
|
||||||
|
build/os2/*
|
||||||
|
|
||||||
docs/licence.txt
|
docs/licence.txt
|
||||||
docs/os2/*.txt
|
docs/os2/*.txt
|
||||||
|
|
||||||
|
@ -44,6 +44,9 @@ fi
|
|||||||
if [ $rebake = "yes" ]; then
|
if [ $rebake = "yes" ]; then
|
||||||
cd $WX_SRC_DIR/build/bakefiles
|
cd $WX_SRC_DIR/build/bakefiles
|
||||||
bakefile_gen -d ../../distrib/scripts/Bakefiles.release.bkgen
|
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
|
fi
|
||||||
|
|
||||||
cd $WX_SRC_DIR
|
cd $WX_SRC_DIR
|
||||||
|
Loading…
Reference in New Issue
Block a user