Changeset 93
- Timestamp:
- 02/19/10 17:07:42 (2 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
Makefile (modified) (2 diffs)
-
mgunit_compile.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r82 r93 1 VERSION=1.1 dev1 VERSION=1.1 2 2 REVISION=r`svn info | sed -n 's/Revision: \(.*\)/\1/p'` 3 3 RELEASE="$(VERSION)-$(REVISION)" … … 5 5 6 6 .PHONY: all doc clean dist srcdist 7 7 8 8 all: 9 9 cd src; make 10 10 11 11 doc: 12 12 idl -e mgunit_build_docs -
trunk/mgunit_compile.pro
r82 r93 9 9 .compile mg_ansicode 10 10 .compile mg_src_root 11 .compile mg_options 11 .compile mg_options__define
