Mercurial > mercurial > hgweb_mover2.cgi
comparison makefile @ 5:52697c869ce8
delete move&detect button.
author | pyon@macmini |
---|---|
date | Tue, 18 Oct 2011 07:53:48 +0900 |
parents | b47bd4618c16 |
children | 9c85d71cad7c |
comparison
equal
deleted
inserted
replaced
4:964129946db6 | 5:52697c869ce8 |
---|---|
1 # | 1 # |
2 # Makefile for wxWidgets Application | 2 # Makefile for wxWidgets Application |
3 # Last Change: 15-Oct-2011. | 3 # Last Change: 18-Oct-2011. |
4 # by Takayuki Mutoh | 4 # by Takayuki Mutoh |
5 # | 5 # |
6 | 6 |
7 # Program Name | 7 # Program Name |
8 PROGNAME = mover2 | 8 PROGNAME = mover2 |
78 ifdef COMSPEC | 78 ifdef COMSPEC |
79 OBJMSW = $(OBJ) $(OBJDIR)/sample_rc.o | 79 OBJMSW = $(OBJ) $(OBJDIR)/sample_rc.o |
80 endif | 80 endif |
81 | 81 |
82 # user include | 82 # user include |
83 CPPFLAGS = $(WXCPPFLAGS) -I./include -I./img | 83 CPPFLAGS = $(WXCPPFLAGS) -I./include -I./image |
84 # user lib | 84 # user lib |
85 LIBS = -static-libgcc -static-libstdc++ $(WXLIBS) | 85 LIBS = -static-libgcc -static-libstdc++ $(WXLIBS) |
86 | 86 |
87 | 87 |
88 ### Targets: ### | 88 ### Targets: ### |