From 2ecafa09c47312ea3174d028961a3de9d9fbc9da Mon Sep 17 00:00:00 2001
From: Jan Breuer <jan.breuer@jaybee.cz>
Date: 周二, 04 12月 2012 18:47:43 +0800
Subject: [PATCH] Add missing function prototype - SCPI_ParamText

---
 netbeans/nbproject/Makefile-variables.mk |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/netbeans/nbproject/Makefile-variables.mk b/netbeans/nbproject/Makefile-variables.mk
index 59d1e9a..9b9b008 100644
--- a/netbeans/nbproject/Makefile-variables.mk
+++ b/netbeans/nbproject/Makefile-variables.mk
@@ -8,9 +8,9 @@
 CND_DISTDIR=dist
 # Debug configuration
 CND_PLATFORM_Debug=GNU-Linux-x86
-CND_ARTIFACT_DIR_Debug=build/Debug/GNU-Linux-x86/tests/TestFiles
-CND_ARTIFACT_NAME_Debug=f1
-CND_ARTIFACT_PATH_Debug=build/Debug/GNU-Linux-x86/tests/TestFiles/f1
+CND_ARTIFACT_DIR_Debug=dist/Debug/GNU-Linux-x86
+CND_ARTIFACT_NAME_Debug=scpi_parser
+CND_ARTIFACT_PATH_Debug=dist/Debug/GNU-Linux-x86/scpi_parser
 CND_PACKAGE_DIR_Debug=dist/Debug/GNU-Linux-x86/package
 CND_PACKAGE_NAME_Debug=scpi_parser.tar
 CND_PACKAGE_PATH_Debug=dist/Debug/GNU-Linux-x86/package/scpi_parser.tar

--
Gitblit v1.9.1