M
mircohering
Hello,
i am trying to build an application from a foreign make file and i dont
know what is wrong with my makefile that i get that error above.... I
am a beginner with makefiles -> could you please help and push me in
the rigth direction?
Make File excerpt:
#***************************************************************************
# Compile each service module
#***************************************************************************
# Make C service AZRP01RE
..\AZRP01RE.obj : AZRP01RE.c \
.\BUSLOGIC.c \
.\AZCR001B.h
$(CC) $(CFLAGS) /I.\ /I.\ /Fo.\AZRP01RE.obj AZRP01RE.c
#*****************************************************************************
# Use SQL preprocessor to precompile all modules
#*****************************************************************************
# Pre-compile service module AZRP01RE
AZRP01RE.c : AZRP01RE. .\BUSLOGIC.c
FCPINCL C AZRP01RE. AZRP01RE.sqc
PROC AZRP01RE /D"WIN32_LEAN_AND_MEAN" /D"DBLIB_SKIP_PRAGMA_PACK"
/D"DBNTWIN32"
ERROR message:
NMAKE : fatal error U1073: 'AZRP01RE' konnte nicht erstellt werden
Help would be very much appreciated.
Thanks a lot,
Mirco
i am trying to build an application from a foreign make file and i dont
know what is wrong with my makefile that i get that error above.... I
am a beginner with makefiles -> could you please help and push me in
the rigth direction?
Make File excerpt:
#***************************************************************************
# Compile each service module
#***************************************************************************
# Make C service AZRP01RE
..\AZRP01RE.obj : AZRP01RE.c \
.\BUSLOGIC.c \
.\AZCR001B.h
$(CC) $(CFLAGS) /I.\ /I.\ /Fo.\AZRP01RE.obj AZRP01RE.c
#*****************************************************************************
# Use SQL preprocessor to precompile all modules
#*****************************************************************************
# Pre-compile service module AZRP01RE
AZRP01RE.c : AZRP01RE. .\BUSLOGIC.c
FCPINCL C AZRP01RE. AZRP01RE.sqc
PROC AZRP01RE /D"WIN32_LEAN_AND_MEAN" /D"DBLIB_SKIP_PRAGMA_PACK"
/D"DBNTWIN32"
ERROR message:
NMAKE : fatal error U1073: 'AZRP01RE' konnte nicht erstellt werden
Help would be very much appreciated.
Thanks a lot,
Mirco