| Line |   | 
|---|
| 1 | # $Id: makefile,v 1.1 2001-12-13 13:01:56 sandervl Exp $
 | 
|---|
| 2 | 
 | 
|---|
| 3 | #
 | 
|---|
| 4 | # Odin32 API
 | 
|---|
| 5 | #
 | 
|---|
| 6 | #       vdmdbg.dll makefile
 | 
|---|
| 7 | #
 | 
|---|
| 8 | 
 | 
|---|
| 9 | 
 | 
|---|
| 10 | #
 | 
|---|
| 11 | # Compiler, tools, and interference rules.
 | 
|---|
| 12 | #
 | 
|---|
| 13 | !include ../../makefile.inc
 | 
|---|
| 14 | 
 | 
|---|
| 15 | 
 | 
|---|
| 16 | #
 | 
|---|
| 17 | # Object files. Prefix with OBJDIR and one space before the '\'.
 | 
|---|
| 18 | #
 | 
|---|
| 19 | OBJS = \
 | 
|---|
| 20 | $(DLLENTRY) \
 | 
|---|
| 21 | $(OBJDIR)\wintrust.obj\
 | 
|---|
| 22 | $(OBJDIR)\$(TARGET)rsrc.obj
 | 
|---|
| 23 | 
 | 
|---|
| 24 | 
 | 
|---|
| 25 | #
 | 
|---|
| 26 | # Libraries. One space before the '\'.
 | 
|---|
| 27 | #
 | 
|---|
| 28 | LIBS = \
 | 
|---|
| 29 | $(ODIN32_LIB)/kernel32.lib \
 | 
|---|
| 30 | $(ODIN32_LIB)/user32.lib \
 | 
|---|
| 31 | $(ODIN32_LIB)/$(ODINCRT).lib \
 | 
|---|
| 32 | OS2386.LIB \
 | 
|---|
| 33 | $(RTLLIB_O)
 | 
|---|
| 34 | 
 | 
|---|
| 35 | 
 | 
|---|
| 36 | #
 | 
|---|
| 37 | # Target name - name of the dll without extention and path.
 | 
|---|
| 38 | #
 | 
|---|
| 39 | TARGET = wintrust
 | 
|---|
| 40 | 
 | 
|---|
| 41 | 
 | 
|---|
| 42 | #
 | 
|---|
| 43 | # Includes the common rules.
 | 
|---|
| 44 | #
 | 
|---|
| 45 | !include $(ODIN32_POST_INC)
 | 
|---|
| 46 | 
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.