summaryrefslogtreecommitdiff
path: root/iup/srcpplot/config.mak
diff options
context:
space:
mode:
Diffstat (limited to 'iup/srcpplot/config.mak')
-rwxr-xr-xiup/srcpplot/config.mak25
1 files changed, 25 insertions, 0 deletions
diff --git a/iup/srcpplot/config.mak b/iup/srcpplot/config.mak
new file mode 100755
index 0000000..7c3975b
--- /dev/null
+++ b/iup/srcpplot/config.mak
@@ -0,0 +1,25 @@
+PROJNAME = iup
+LIBNAME = iup_pplot
+OPT = YES
+
+USE_CD = Yes
+
+ifdef DBG
+ DEFINES += IUP_ASSERT
+endif
+
+INCLUDES = ../include ../src
+LDIR = ../lib/$(TEC_UNAME)
+LIBS = iup iupcd
+
+DEFINES = _IUP_PPLOT_ CD_NO_OLD_INTERFACE
+
+SRC = iupPPlot.cpp iupPPlotInteraction.cpp iup_pplot.cpp
+
+ifneq ($(findstring owc, $(TEC_UNAME)), )
+ CPPFLAGS = -xr -xst
+endif
+
+ifeq "$(TEC_UNAME)" "vc6"
+ INCLUDES += C:\LNG\STLport\include
+endif