home *** CD-ROM | disk | FTP | other *** search
- # The utility MAKE.EXE compares the
- # creation date of the file to the left of the colon with the file(s)
- # to the right of the colon. If the file(s) on the right are newer
- # then the file on the left, Make will execute all of the command lines
- # following this line that are indented by at least one tab or space.
- # Any valid MS-DOS command line may be used.
-
- # This actually depends on about a billion bitmaps - dependencies may
- # not include everything. When in doubt, touch bago.rc
- bago.res: bago.rc bago.h bago3.ico bikini.ico eyes.bmp bago \
- a0.bmp b0.bmp c0.bmp d0.bmp e0.bmp f0.bmp g0.bmp h0.bmp i0.bmp \
- j0.bmp k0.bmp l0.bmp m0.bmp n0.bmp o0.bmp p0.bmp q0.bmp r0.bmp \
- s0.bmp t0.bmp u0.bmp v0.bmp w0.bmp x0.bmp y0.bmp z0.bmp \
- a1.bmp b1.bmp c1.bmp d1.bmp e1.bmp f1.bmp g1.bmp h1.bmp i1.bmp \
- j1.bmp k1.bmp l1.bmp m1.bmp n1.bmp o1.bmp p1.bmp q1.bmp r1.bmp \
- s1.bmp t1.bmp u1.bmp v1.bmp w1.bmp x1.bmp y1.bmp z1.bmp \
- a2.bmp b2.bmp c2.bmp d2.bmp e2.bmp f2.bmp g2.bmp h2.bmp i2.bmp \
- j2.bmp k2.bmp l2.bmp m2.bmp n2.bmp o2.bmp p2.bmp q2.bmp r2.bmp \
- s2.bmp t2.bmp u2.bmp v2.bmp w2.bmp x2.bmp y2.bmp z2.bmp \
- a3.bmp b3.bmp c3.bmp d3.bmp e3.bmp f3.bmp g3.bmp h3.bmp i3.bmp \
- j3.bmp k3.bmp l3.bmp m3.bmp n3.bmp o3.bmp p3.bmp q3.bmp r3.bmp \
- s3.bmp t3.bmp u3.bmp v3.bmp w3.bmp x3.bmp y3.bmp z3.bmp \
- enterup.bmp enterdn.bmp stopup.bmp stopdn.bmp bago.cur
- rc -r bago.rc
-
- # Update the object file if necessary
- # Be sure to select the right floating point option here
-
- bago.obj: bago.c bago.h bago
- cl /c /FPa /Gsw /Oas /Zpe bago.c
- # cl -c /FPa /Gsw /Oas /Zpe bago.c
- # cl -c -FPa -Gsw -Oas -Zpe bago.c
- # cl -c -FPa -Gw -Oas -Zpe bago.c
-
- # Update the executable file if necessary, and if so, add the resource back in.
- # Remember that you need special windows-built library for floating point.
- # The /NOE must be included when linking with Windows libraries.
-
- bago.exe: bago.obj bago.res bago.def bago
- link /NOE /NOD bago, , NUL, libw+slibcaw, bago
- rc bago.res
- # link4 /NOE /NOD bago, , NUL, slibw+slibcaw, bago
- # link4 /NOE bago, , , slibw, bago.def
-
- bago.hlp: bago.rtf bago.hpj face.bmp enterup.bmp stopup.bmp rack.bmp
- del bago.ph
- hc bago
-