| Line |   | 
|---|
| 1 | # $Id: makefile,v 1.2 2001-11-22 20:45:09 bird Exp $
 | 
|---|
| 2 | 
 | 
|---|
| 3 | #
 | 
|---|
| 4 | # Odin32 API
 | 
|---|
| 5 | #
 | 
|---|
| 6 | #       guidlib.lib makefile
 | 
|---|
| 7 | #
 | 
|---|
| 8 | 
 | 
|---|
| 9 | 
 | 
|---|
| 10 | #
 | 
|---|
| 11 | # Tell buildenvironmet to build an object library.
 | 
|---|
| 12 | #
 | 
|---|
| 13 | LIBTARGET = 1
 | 
|---|
| 14 | EXETARGET = 1
 | 
|---|
| 15 | PUBLICLIB = 1
 | 
|---|
| 16 | 
 | 
|---|
| 17 | 
 | 
|---|
| 18 | #
 | 
|---|
| 19 | # Compiler, tools, and interference rules.
 | 
|---|
| 20 | #
 | 
|---|
| 21 | !include ../../makefile.inc
 | 
|---|
| 22 | 
 | 
|---|
| 23 | 
 | 
|---|
| 24 | #
 | 
|---|
| 25 | # Object files. Prefix with OBJDIR and one space before the '\'.
 | 
|---|
| 26 | #
 | 
|---|
| 27 | OBJS = \
 | 
|---|
| 28 | $(OBJDIR)\guid.obj
 | 
|---|
| 29 | 
 | 
|---|
| 30 | #
 | 
|---|
| 31 | # Target name - name of the library without extention and path.
 | 
|---|
| 32 | #
 | 
|---|
| 33 | TARGET  = guidlib
 | 
|---|
| 34 | 
 | 
|---|
| 35 | 
 | 
|---|
| 36 | #
 | 
|---|
| 37 | # Includes the common rules.
 | 
|---|
| 38 | #
 | 
|---|
| 39 | !include $(ODIN32_POST_INC)
 | 
|---|
| 40 | 
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.