Changeset 249 for trunk/make/helpers.in


Ignore:
Timestamp:
Feb 8, 2003, 9:57:38 PM (23 years ago)
Author:
umoeller
Message:

Build updates, moved files from warpin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/make/helpers.in

    r243 r249  
    99!endif
    1010
    11 !if [@echo     $(MAKEDIR)\makefile: PROJECT_BASE_DIR is: $(PROJECT_BASE_DIR)]
    12 !endif
     11# !if [@echo     $(MAKEDIR)\makefile: PROJECT_BASE_DIR is: $(PROJECT_BASE_DIR)]
     12# !endif
    1313
    1414# include setup (compiler options etc.)
     
    3030OUTPUTDIR = $(HELPERS_OUTPUT_DIR)
    3131
    32 !if [@echo     $(MAKEDIR)\makefile: helpers OBJs will be written to $(OUTPUTDIR)]
    33 !endif
     32# !if [@echo     $(MAKEDIR)\makefile: helpers OBJs will be written to $(OUTPUTDIR)]
     33# !endif
    3434
    3535!if [@md $(OUTPUTDIR) 2> NUL]
     
    6969!endif
    7070
    71 .asm.{$(OUTPUTDIR)}.obj:
    72     @echo $(MAKEDIR)\makefile: Assembling $(@B).asm
    73     alp -Sv:ALP -Fdo:$(OUTPUTDIR) $(@B).asm
    7471
    75 
    76 
Note: See TracChangeset for help on using the changeset viewer.