diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-04-23 20:51:59 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-04-23 20:51:59 -0500 |
commit | 9aa3b65bdc8f406470743966487f8bc2bf6ba78a (patch) | |
tree | 1dc033565d852243d6b711438603d2780f0c35af /starmath/prj | |
parent | f66ae2830d868d13d4c1d1874e50e98b6c9cbb40 (diff) |
toggle starmath to gbuild make by default
Diffstat (limited to 'starmath/prj')
-rw-r--r-- | starmath/prj/build.lst | 9 | ||||
-rw-r--r-- | starmath/prj/d.lst | 23 | ||||
-rw-r--r-- | starmath/prj/gbuild.lst | 2 |
3 files changed, 1 insertions, 33 deletions
diff --git a/starmath/prj/build.lst b/starmath/prj/build.lst index 4afbef9468ab..da2383eb27e8 100644 --- a/starmath/prj/build.lst +++ b/starmath/prj/build.lst @@ -1,9 +1,2 @@ sm starmath : LIBXSLT:libxslt TRANSLATIONS:translations svx ure NULL -sm starmath usr1 - all sm_mkout NULL -sm starmath\inc nmake - all sm_inc NULL -sm starmath\prj get - all sm_prj NULL -sm starmath\res get - all sm_res NULL -sm starmath\sdi nmake - all sm_sdi NULL -sm starmath\source nmake - all sm_sorce sm_sdi sm_inc NULL -sm starmath\util nmake - all sm_util sm_sorce NULL -sm starmath\qa\cppunit nmake - u sm_qa_cppunit sm_util NULL +sm starmath\prj nmake - all sm_prj NULL diff --git a/starmath/prj/d.lst b/starmath/prj/d.lst index 78bae57498ea..e69de29bb2d1 100644 --- a/starmath/prj/d.lst +++ b/starmath/prj/d.lst @@ -1,23 +0,0 @@ -mkdir: %COMMON_DEST%\bin%_EXT%\hid -mkdir: %_DEST%\xml%_EXT%\uiconfig -mkdir: %_DEST%\xml%_EXT%\uiconfig\modules -mkdir: %_DEST%\xml%_EXT%\uiconfig\modules\smath -mkdir: %_DEST%\xml%_EXT%\uiconfig\modules\smath\menubar -mkdir: %_DEST%\xml%_EXT%\uiconfig\modules\smath\toolbar -mkdir: %_DEST%\xml%_EXT%\uiconfig\modules\smath\statusbar - -..\%COMMON_OUTDIR%\misc\*.hid %COMMON_DEST%\bin%_EXT%\hid\*.hid -..\%__SRC%\lib\lib*.* %_DEST%\lib%_EXT%\lib*.* -..\%__SRC%\misc\*.map %_DEST%\bin%_EXT%\*.map -..\xml\*.xml %_DEST%\xml%_EXT%\*.xml -..\%__SRC%\bin\sm?????.dll %_DEST%\bin%_EXT%\sm?????.dll -..\%__SRC%\bin\smd?????.dll %_DEST%\bin%_EXT%\smd?????.dll -..\%__SRC%\bin\sm*.res %_DEST%\bin%_EXT%\sm*.res -..\%__SRC%\bin\sm?????.sym %_DEST%\bin%_EXT%\sm?????.sym -mkdir: %_DEST%\inc%_EXT%\starmath - -..\uiconfig\smath\menubar\*.xml %_DEST%\xml%_EXT%\uiconfig\modules\smath\menubar\*.xml -..\uiconfig\smath\toolbar\*.xml %_DEST%\xml%_EXT%\uiconfig\modules\smath\toolbar\*.xml -..\uiconfig\smath\statusbar\*.xml %_DEST%\xml%_EXT%\uiconfig\modules\smath\statusbar\*.xml -..\%__SRC%\misc\sm.component %_DEST%\xml%_EXT%\sm.component -..\%__SRC%\misc\smd.component %_DEST%\xml%_EXT%\smd.component diff --git a/starmath/prj/gbuild.lst b/starmath/prj/gbuild.lst deleted file mode 100644 index da2383eb27e8..000000000000 --- a/starmath/prj/gbuild.lst +++ /dev/null @@ -1,2 +0,0 @@ -sm starmath : LIBXSLT:libxslt TRANSLATIONS:translations svx ure NULL -sm starmath\prj nmake - all sm_prj NULL |