!ifndef MDL
MDL=l
!endif
!ifdef CPP
_C_=1
!endif
!include ..\..\src\srcpath
$(C0X):
!ifdef __WCC__
! ifndef CPP
 $(AC) -D__$(MDL)__ -Fo$(C0X) c0.asm
! else
 $(AC) -D__$(MDL)__ -D__WCC__ -Fo$(C0X) c0.asm
! endif
!else
 $(AC) -D__$(MDL)__ -m2 -ZI -DDEBUG $(LIBDIR)\startup\c0.asm, $(C0X)
!endif
