| Line |  | 
|---|
| 1 | # $Id: versionlib.mak,v 1.1 2001-07-20 15:42:12 sandervl Exp $ | 
|---|
| 2 |  | 
|---|
| 3 | # | 
|---|
| 4 | # Odin32 API | 
|---|
| 5 | # | 
|---|
| 6 | #       common.lib makefile | 
|---|
| 7 | # | 
|---|
| 8 |  | 
|---|
| 9 |  | 
|---|
| 10 | # | 
|---|
| 11 | # Tell build environmet 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)\version.obj \ | 
|---|
| 29 | $(OBJDIR)\install.obj \ | 
|---|
| 30 | $(OBJDIR)\info.obj \ | 
|---|
| 31 | $(OBJDIR)\versionrsrc.obj \ | 
|---|
| 32 |  | 
|---|
| 33 | # | 
|---|
| 34 | # Target name - name of the library without extention and path. | 
|---|
| 35 | # | 
|---|
| 36 | TARGET  = versiono | 
|---|
| 37 |  | 
|---|
| 38 |  | 
|---|
| 39 | # | 
|---|
| 40 | # Includes the common rules. | 
|---|
| 41 | # | 
|---|
| 42 | !include $(ODIN32_POST_INC) | 
|---|
| 43 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.