home *** CD-ROM | disk | FTP | other *** search
- # Turbo C++ Makefile
-
- .SWAP
- .AUTODEPEND
-
- MODEL = l
-
- # Change the following to the directories that contain your libraries and
- # header files, respectively.
- LIB = f:\tc\lib
- INCLUDE = f:\tc\include
-
- OBJS = wfonedex.obj winmain.obj dialogs.obj
-
- .c.obj :
- bcc -c -m$(MODEL) -W -I$(INCLUDE) $&.c
-
- wfonedex.exe: $(OBJS) wfonedex.res wfonedex.def
- tlink @&&!
- /Tw /n $(LIB)\c0w$(MODEL) $(OBJS)
- $&
- $&
- pxengwin $(LIB)\import $(LIB)\cwin$(MODEL) $(LIB)\math$(MODEL) $(LIB)\c$(MODEL)
- wfonedex.def
- !
- rc $&.res $&.exe
-
- wfonedex.res : wfonedex.rc wfonerc.h
- rc -r -i$(INCLUDE) $&.rc