git-svn-id: https://svn.code.sf.net/p/freetel/code@460 01035d8c-6547-0410-b346-abe4f9...
authorwittend99 <wittend99@01035d8c-6547-0410-b346-abe4f91aad63>
Mon, 14 May 2012 01:04:35 +0000 (01:04 +0000)
committerwittend99 <wittend99@01035d8c-6547-0410-b346-abe4f91aad63>
Mon, 14 May 2012 01:04:35 +0000 (01:04 +0000)
fdmdv2/fdmdv2_wsp.mk [new file with mode: 0644]

diff --git a/fdmdv2/fdmdv2_wsp.mk b/fdmdv2/fdmdv2_wsp.mk
new file mode 100644 (file)
index 0000000..661439a
--- /dev/null
@@ -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