comparison Makefile @ 2:c0f76f8e67fa draft v1.0

ver 1.0.0 release (add 2 items, time-limit@2022-09-30. & bug fix.)
author pyon <pyon@macmini>
date Sat, 28 Aug 2021 09:56:40 +0900
parents 520044113ef0
children
comparison
equal deleted inserted replaced
1:13e80a745ef0 2:c0f76f8e67fa
1 # Makefile for wxWidgets Application 1 # Makefile for wxWidgets Application
2 # Last Change: 2021-08-19 –Ø 08:26:30. 2 # Last Change: 2021-08-24 ‰Î 11:02:09.
3 # by Takayuki Mutoh 3 # by Takayuki Mutoh
4 # 4 #
5 5
6 PROGNAME = iklist 6 PROGNAME = iklist
7 7
72 @echo "" 72 @echo ""
73 @echo "=> sample_rc.o <=" 73 @echo "=> sample_rc.o <="
74 windres -i sample.rc -o $@ -I$(LOCAL)/include/wx-3.1 74 windres -i sample.rc -o $@ -I$(LOCAL)/include/wx-3.1
75 endif 75 endif
76 76
77 # for zip
78 zip: q534list8mor p8wypswd5c0x _p8wypswd5c0x
79 zip iklist.lib q534list8mor p8wypswd5c0x _p8wypswd5c0x
80
81
77 $(EXECUTABLE): $(PROGNAME) 82 $(EXECUTABLE): $(PROGNAME)
78 ifdef COMSPEC 83 ifdef COMSPEC
79 strip --strip-all $(EXECUTABLE) 84 strip --strip-all $(EXECUTABLE)
80 ./$(EXECUTABLE) 85 ./$(EXECUTABLE)
81 else 86 else