ccroto error in make

Hi I am trying to build a custom set of views to add into Sage 300.

c:\Development\Q1_Atlantic\NextGen\tc\Int\Integration\AccPac\XX54A_DEV\TH\source
\project>NMAKE -a 1>error

Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

NMAKE : fatal error U1077: 'ccroto' : return code '0x1'
Stop.

Below is the makefile:

------------------MAKEFILE-------------------------------

!INCLUDE <ACCPAC.MAK>

#############################################################################
# Targets


# Overarching target to build everything
all: includes pch resource library


# Add dependencies for shared inclusions
includes: \
$(INCPATH)\XX.H \
$(INCPATH)\XX.I \
$(INCPATH)\XXERR.I \
$(INCPATH)\XXDP.I \


# precompiled headers shared by all objects.
pch: $(PCHFILE)

!IF DEFINED(PCHFILE)
$(PCHFILE): XX.C includes
!ENDIF


# Resource files
resource: \
$(RUNPATH)\ROTO.DAT \
$(RUNPATH)\XX.RSC \
$(RUNPATH)\XX.INI \
$(RUNPATH)\XXRPT.INI \
$(RUNPATH)\ROTOICXX.DAT \
$(RUNPATH)\ROTOARXX.DAT \

# Shared library
library:
$(RUNPATH)\ROTO.DAT: ROTO.TXT
ccroto $? $(OBJPATH)\roto.pre
cclsroto $(OBJPATH)\roto.pre $@

---------------------END OF MAKEFILE-------------------------------------------

I have looked but can not find any info on ccroto, its errors, or how it works.

I wondered if anyone had any idea of what I might be able to look at or how ccroto works or any possible issue in the makefile 

The issue is, when i run the script I get an error about NMAKE : fatal error U1077: 'ccroto' : return code '0x1'