Changeset 94

Show
Ignore:
Timestamp:
02/19/10 22:27:13 (2 years ago)
Author:
mgalloy
Message:

Cleaning up build process.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r93 r94  
    2828 
    2929        mv mgunit.sav mgunit-$(RELEASE)/ 
    30         cp -r docs mgunit-$(RELEASE)/ 
     30        svn export docs mgunit-$(RELEASE)/docs/ 
    3131        cp -r api-docs mgunit-$(RELEASE)/ 
    3232        cp src/error_is_fail.pro mgunit-$(RELEASE)/ 
     
    4848        mkdir mgunit-src-$(RELEASE)/ 
    4949 
    50         cp -r docs mgunit-src-$(RELEASE)/ 
     50        svn export docs mgunit-src-$(RELEASE)/docs/ 
    5151        cp -r api-docs mgunit-src-$(RELEASE)/ 
    5252        cp src/*.pro mgunit-src-$(RELEASE)/ 
  • trunk/mgunit_build.pro

    r82 r94  
    88 
    99; 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 
    1023 
    11 @mgunit_compile 
    1224 
    1325; compile any system routines that are used in the required code