Help...A Link error...?

C

comp.lang.c++

NAME=Test
PATH=../../IDE\WATCOM17\Bin
LIB_PATH=../../IDE\WATCOM17\Lib
INCLUDE_PATH=../../IDE\WATCOM17\Include
BIN_PATH=../../Bin

OBJS=$(NAME).obj

LINK_FLAG= d all op inc op m op maxe=25 op q op symf

CL_FLAG= -i=$(INCLUDE_PATH);$(INCLUDE_PATH)\nt -w4 -e25 -zq -od -d2
-5r -bt=nt -mf -xs

$(NAME).exe:$(OBJS)
wlink $(LINK_FLAG) $(OBJS)

$(NAME).obj:$(NAME).cpp

..cpp.obj:
wpp386 $(CL_FLAG) $<

clean:
-------------------------------------------------------------------------------------
Error! E3033: directive error near 'Test.obj'

Why...? I need Help!!!!!!

Thanks for helping,
Ruki.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top