plugin: new simple findptr plugin
[ia32rtools.git] / plugin / Makefile
diff --git a/plugin/Makefile b/plugin/Makefile
deleted file mode 100644 (file)
index 233638f..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-CROSS_COMPILE = i586-mingw32msvc-
-CC = $(CROSS_COMPILE)gcc
-CXX = $(CROSS_COMPILE)g++
-IDASDK = $(wildcard idasdk*)
-
-CFLAGS += -Wall -Wno-sign-compare -fno-strict-aliasing
-CFLAGS += -I$(IDASDK)/include/ -D__IDP__ -D__PLUGIN__ -D__NT__
-LDLIBS += $(IDASDK)/lib/x86_win_gcc_32/ida.a
-ifndef DEBUG
-CFLAGS += -O2
-endif
-
-all: saveasm.plw
-
-%.plw: %.cpp
-       $(CXX) -shared -o $@ $(CFLAGS) $^ $(LDFLAGS) $(LDLIBS)
-
-clean:
-       $(RM) saveasm.plw