From c655f1827c10f100eea1b16c3e8ebd6160d5d574 Mon Sep 17 00:00:00 2001 From: wittend99 Date: Mon, 14 May 2012 01:04:35 +0000 Subject: [PATCH] git-svn-id: https://svn.code.sf.net/p/freetel/code@460 01035d8c-6547-0410-b346-abe4f91aad63 --- fdmdv2/fdmdv2_wsp.mk | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 fdmdv2/fdmdv2_wsp.mk 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 -- 2.25.1