Changeset 94
- Timestamp:
- 02/19/10 22:27:13 (2 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
Makefile (modified) (2 diffs)
-
mgunit_build.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r93 r94 28 28 29 29 mv mgunit.sav mgunit-$(RELEASE)/ 30 cp -r docs mgunit-$(RELEASE)/30 svn export docs mgunit-$(RELEASE)/docs/ 31 31 cp -r api-docs mgunit-$(RELEASE)/ 32 32 cp src/error_is_fail.pro mgunit-$(RELEASE)/ … … 48 48 mkdir mgunit-src-$(RELEASE)/ 49 49 50 cp -r docs mgunit-src-$(RELEASE)/50 svn export docs mgunit-src-$(RELEASE)/docs/ 51 51 cp -r api-docs mgunit-src-$(RELEASE)/ 52 52 cp src/*.pro mgunit-src-$(RELEASE)/ -
trunk/mgunit_build.pro
r82 r94 8 8 9 9 ; compile required code 10 .compile assert 11 .compile mgutclirunner__define 12 .compile mguttestsuite__define 13 .compile mguthtmlrunner__define 14 .compile mgutxmlrunner__define 15 .compile mgutjunitrunner__define 16 .compile mguttestcase__define 17 .compile mgunit 18 .compile mguttestrunner__define 19 .compile mgutcompoundrunner__define.pro 20 .compile mg_ansicode 21 .compile mg_src_root 22 .compile mg_options__define 10 23 11 @mgunit_compile12 24 13 25 ; compile any system routines that are used in the required code
