Changeset 249 for trunk/make/helpers.in
- Timestamp:
- Feb 8, 2003, 9:57:38 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/make/helpers.in
r243 r249 9 9 !endif 10 10 11 !if [@echo $(MAKEDIR)\makefile: PROJECT_BASE_DIR is: $(PROJECT_BASE_DIR)]12 !endif11 # !if [@echo $(MAKEDIR)\makefile: PROJECT_BASE_DIR is: $(PROJECT_BASE_DIR)] 12 # !endif 13 13 14 14 # include setup (compiler options etc.) … … 30 30 OUTPUTDIR = $(HELPERS_OUTPUT_DIR) 31 31 32 !if [@echo $(MAKEDIR)\makefile: helpers OBJs will be written to $(OUTPUTDIR)]33 !endif32 # !if [@echo $(MAKEDIR)\makefile: helpers OBJs will be written to $(OUTPUTDIR)] 33 # !endif 34 34 35 35 !if [@md $(OUTPUTDIR) 2> NUL] … … 69 69 !endif 70 70 71 .asm.{$(OUTPUTDIR)}.obj:72 @echo $(MAKEDIR)\makefile: Assembling $(@B).asm73 alp -Sv:ALP -Fdo:$(OUTPUTDIR) $(@B).asm74 71 75 76
Note:
See TracChangeset
for help on using the changeset viewer.