Changeset 310 for trunk/makefile
- Timestamp:
- Jun 27, 2006, 2:28:31 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/makefile
r238 r310 6 6 # 18 Jul 05 SHL Add bitmap dependencies 7 7 # 20 Jul 05 SHL Add makeres support 8 # 16 Apr 06 SHL Add lxlite target 8 9 9 10 # Environment: 10 11 11 # 12 # DEBUG 0 = release build, 1 = debug build 12 13 13 14 BASE = fm3 … … 15 16 !include makefile_pre.mk 16 17 17 all: dll $(BASE) mak18 all: dll $(BASE) allexe 18 19 19 20 # Only update resources … … 37 38 # make EXE compenents 38 39 39 mak: *.mak 40 !$(MAKE) /NOLOGO /$(MAKEFLAGS) /f $? 40 allexe: *.mak 41 !$(MAKE) /NOLOGO /f $? /$(MAKEFLAGS) 42 43 lxlite:: *.mak 44 !$(MAKE) /NOLOGO /f $? /$(MAKEFLAGS) lxlite 41 45 42 46 cleanobj:
Note:
See TracChangeset
for help on using the changeset viewer.