home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windoware
/
WINDOWARE_1_6.iso
/
source
/
f4w3api
/
f4w3api.kit
/
WINDEV
/
FORTRAN
/
FWCLOCK
/
FWCLOCK
< prev
next >
Wrap
Text File
|
1991-10-30
|
1KB
|
51 lines
all: fwclock.exe
# Update the resource if necessary
fwclock.res: fwclock.rc fwclock.h
rc -r fwclock.rc
# Update the object files if necessary
fwclock.obj: fwclock.for fwclock.fd
F fwclock
about.obj: about.for fwclock.fd
F about
drawface.obj: drawface.for fwclock.fd
F drawface
drawseco.obj: drawseco.for fwclock.fd
F drawseco
drawhub.obj: drawhub.for fwclock.fd
F drawhub
drawhour.obj: drawhour.for fwclock.fd
F drawhour
drawminu.obj: drawminu.for fwclock.fd
F drawminu
toolup.obj: toolup.for fwclock.fd
F toolup
downtool.obj: downtool.for fwclock.fd
F downtool
initfwc.obj: initfwc.for fwclock.fd
F initfwc
wndproc.obj: wndproc.for fwclock.fd
F wndproc
digit.obj: digit.for fwclock.fd
F digit
resize.obj: resize.for fwclock.fd
F resize
noqwin.obj:
LIB \FORTRAN\LIB\NOQWIN.LIB *noqwin;
# Update the executable file if necessary, and if so, add the resource back in.
fwclock.exe:: fwclock.obj noqwin.obj drawseco.obj drawhour.obj drawminu.obj drawhub.obj digit.obj resize.obj about.obj drawface.obj toolup.obj downtool.obj initfwc.obj wndproc.obj fwclock.def fwclock.res
link @fwclock.lnk
rc fwclock.res
# If the .res file is new and the .exe file is not, update the resource.
# Note that the .rc file can be updated without having to either
# compile or link the file.
fwclock.exe:: fwclock.res fwclock.ico
rc fwclock.res