]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/plot/makefile.b32
regenerated makefiles
[wxWidgets.git] / contrib / src / plot / makefile.b32
index 56e56b01458259311517cc645486938060245302..d7339acc58f922ce276d97ca33d516ec15e4e84f 100644 (file)
@@ -9,9 +9,16 @@
 
 WXDIR = $(WXWIN)
 
-LIBTARGET=$(WXDIR)\lib\plot.lib
+LIBTARGET=plot
 
-OBJECTS = plot.obj
+!include $(WXDIR)\src\makeb32.env
+
+OBJECTS = $(OBJ_PATH)\plot.obj
 
 !include $(WXDIR)\src\makelib.b32
 
+
+$(OBJ_PATH)\plot.obj : plot.cpp
+
+
+