summaryrefslogtreecommitdiffstats
path: root/private/tapi/qa/standalo/lta_test/makefile.def
blob: 95e9821262e0667ec35e17caf3e68fb83d9f0846 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
all: lta_test.exe

APP_compile = -c -AM -Gw -Zpie -W2 -Od /Fc
APP_link = /CO /NOD /NOE

lta_test.obj: $*.c $*.h makefile
     cl $(APP_compile) $*.c

lta_test.res: $*.rc $*.h makefile
     rc -r $*.rc

lta_test.exe: $*.obj $*.def $*.res
     link $(APP_link) $*, $*, $*/map/li /align:16, libw ..\tapi.lib mlibcew, $*.def
     rc $*.res
     mapsym $*