← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 4305: iBuild executable to target directory

 

------------------------------------------------------------
revno: 4305
committer: Bob Jolliffe bobjolliffe@xxxxxxxxx
branch nick: dhis2
timestamp: Mon 2011-08-15 16:50:13 +0100
message:
  iBuild executable to target directory
removed:
  tools/datamart/mydatamart.exe
modified:
  tools/datamart/Makefile


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'tools/datamart/Makefile'
--- tools/datamart/Makefile	2011-08-02 19:21:56 +0000
+++ tools/datamart/Makefile	2011-08-15 15:50:13 +0000
@@ -6,8 +6,8 @@
 win-exe:
 	rm -rf mydatamart.vfs/libext/sqlite* mydatamart.vfs/libext/tls*
 	cp -r windoze/libext mydatamart.vfs 
-	$(TCLKITSH_WIN) runtime/sdx.kit wrap mydatamart.kit
-	$(TCLKITSH_WIN) runtime/sdx.kit wrap mydatamart.exe -runtime $(RUNTIME_WIN)
+	$(TCLKITSH_WIN) runtime/sdx.kit wrap target/mydatamart.kit
+	$(TCLKITSH_WIN) runtime/sdx.kit wrap target/mydatamart.exe -runtime $(RUNTIME_WIN)
 
 linux-exe:
 	rm -rf mydatamart.vfs/libext/sqlite* mydatamart.vfs/libext/tls*
@@ -22,5 +22,5 @@
 	$(TCLKITSH_WIN) unittests/unittest.tcl -testdir unittests -verbose -pe -file "excel.test"
 
 clean:
-	rm -f mydatamart.kit *~
+	rm -f target/* *~
 	rm -rf mydatamart.vfs/libext/sqlite* mydatamart.vfs/libext/tls*

=== removed file 'tools/datamart/mydatamart.exe'
Binary files tools/datamart/mydatamart.exe	2011-08-05 12:31:11 +0000 and tools/datamart/mydatamart.exe	1970-01-01 00:00:00 +0000 differ