Changeset 980
- Timestamp:
- Feb 25, 2008, 12:45:39 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/makefile_post.mk
r976 r980 37 37 $(BASE).exe: $(BASE).res .explicit 38 38 @if not exist $@ echo $@ missing 39 lxlite $@ /x+ /b- 40 lxlite $@ /c:minstub 39 !ifdef DEBUG 40 ! ifeq DEBUG 0 41 lxlite $@ /x+ /b- 42 lxlite $@ /c:minstub 43 ! endif 44 !else 45 lxlite $@ /x+ /b- 46 lxlite $@ /c:minstub 47 !endif 41 48 $(RC) $(RCFLAGS2) $(BASE).res $@ 49 !ifdef DEBUG 50 ! ifeq DEBUG 0 51 lxlite $@ /x- /b- 52 ! endif 53 !else 42 54 lxlite $@ /x- /b- 55 !endif 43 56 bldlevel $@ 44 57 … … 46 59 47 60 lxlite:: $(BASE).exe .symbolic .explicit 61 !ifdef DEBUG 62 ! ifeq DEBUG 0 63 lxlite /x- /b- $? 64 ! endif 65 !else 48 66 lxlite /x- /b- $? 67 !endif 49 68 50 69 clean:: .symbolic .explicit
Note:
See TracChangeset
for help on using the changeset viewer.