File:  [OS/2 SDKs] / pmsdk / samples / avioskel / skel
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 12:28:13 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: pmsdk-1988, HEAD
Microsoft OS/2 SDK PM 08-08-1988

#===================================================================
#
#  Definitions and Constants
#
#===================================================================

#===================================================================
#
#  Standard command line definitions
#
#===================================================================

 cp=cl -c -W3 -AM -G2ws -Od -Zpei -Gc -NT
 cv=/CO
#cp=cl -c -W3 -AM -G2ws -Ox -Zpei -Gc -NT
#cv=

#===================================================================
#
#  Default inference rules
#
#===================================================================

.c.obj:
    $(cp) $*.c

#===================================================================
#
#  Dependencies
#
#===================================================================

skelinit.obj: skelinit.c skel.h
    $(cp) _INIT skelinit.c

skelres.obj: skelres.c skel.h
    $(cp) _RES skelres.c

skelnres.obj: skelnres.c skel.h
    $(cp) _NRES skelnres.c

skel.res: skel.rc skel.ico skel.h
    rc -r skel.rc

skel.exe: skelnres.obj skelinit.obj skelres.obj \
	      skel.res skel.lnk skel.def
    link $(cv) @skel.lnk
    rc skel.res

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.