From 42992bc2c04dcfd322ead3fda1134439a2cfcf3a Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Wed, 13 Oct 2010 00:17:40 +0300 Subject: cleanup, switching to wxwidgets as main development framework --- modules/example/Makefile | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 modules/example/Makefile (limited to 'modules/example/Makefile') diff --git a/modules/example/Makefile b/modules/example/Makefile deleted file mode 100644 index 3686d9c..0000000 --- a/modules/example/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -CFLAGS=-g -mdll -mwindows -I../../api/ -D DEBUG -CXXFLAGS=${CFLAGS} -LDFLAGS=-static-libgcc -Wl,-O1 -shared -CPPFLAGS = -CC=i686-pc-mingw32-gcc -CXX=i686-pc-mingw32-g++ -STRIP=i686-pc-mingw32-strip -LD=i686-pc-mingw32-ld -LNK_COMMON=-lkernel32 -MAINOBJS=main.o - -all: main -main: $(MAINOBJS) - $(CXX) $(MAINOBJS) $(LNK_COMMON) $(LDFLAGS) -o example.dll - #$(STRIP) example.dll - #upx -9 example.dll -clean: - rm *.o - rm example.dll - -- cgit v1.2.3