From: wittend99 Date: Mon, 14 May 2012 01:04:35 +0000 (+0000) Subject: git-svn-id: https://svn.code.sf.net/p/freetel/code@460 01035d8c-6547-0410-b346-abe4f9... X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=c655f1827c10f100eea1b16c3e8ebd6160d5d574;p=freetel-svn-tracking.git git-svn-id: https://svn.code.sf.net/p/freetel/code@460 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/fdmdv2/fdmdv2_wsp.mk b/fdmdv2/fdmdv2_wsp.mk new file mode 100644 index 00000000..661439a3 --- /dev/null +++ b/fdmdv2/fdmdv2_wsp.mk @@ -0,0 +1,8 @@ +.PHONY: clean All + +All: + @echo ----------Building project:[ test_hamlib - Release ]---------- + @cd "hamlib-3.0\test_hamlib" && "mingw32-make.exe" -j 2 -f "test_hamlib.mk" +clean: + @echo ----------Cleaning project:[ test_hamlib - Release ]---------- + @cd "hamlib-3.0\test_hamlib" && "mingw32-make.exe" -j 2 -f "test_hamlib.mk" clean