mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
350 B
12 lines
350 B
{}.cxx{obj\i386\}.obj:
|
|
$(386_COMPILER) -Fo$@ $(MAKEDIR)\$(<F)
|
|
|
|
{}.cxx{obj\mips\}.obj:
|
|
@-erase $@ >nul 2>&1
|
|
@echo ClMips $< " $(C_COMPILER) "
|
|
@$(C_COMPILER) -Fo$@ $(MAKEDIR)\$<
|
|
|
|
{}.cxx{obj\alpha\}.obj:
|
|
@-erase $@ >nul 2>&1
|
|
@echo ClAlpha $< " $(ALPHA_COMPILER) "
|
|
@$(ALPHA_COMPILER) -Fo$@ $(MAKEDIR)\$<
|