plugin: new simple findptr plugin
[ia32rtools.git] / ida / saveasm / Makefile
similarity index 92%
rename from plugin/Makefile
rename to ida/saveasm/Makefile
index 233638f..2cf912c 100644 (file)
@@ -1,7 +1,7 @@
 CROSS_COMPILE = i586-mingw32msvc-
 CC = $(CROSS_COMPILE)gcc
 CXX = $(CROSS_COMPILE)g++
-IDASDK = $(wildcard idasdk*)
+IDASDK = $(wildcard ../idasdk*)
 
 CFLAGS += -Wall -Wno-sign-compare -fno-strict-aliasing
 CFLAGS += -I$(IDASDK)/include/ -D__IDP__ -D__PLUGIN__ -D__NT__