| Last change
 on this file since 10367 was             4717, checked in by bird, 25 years ago | 
        
          | 
New makefile style. (addjustments)
 | 
        
          | File size:
            606 bytes | 
      
      
| Line |  | 
|---|
| 1 | # $Id: makefile,v 1.12 2000-12-02 23:41:04 bird Exp $ | 
|---|
| 2 |  | 
|---|
| 3 | # | 
|---|
| 4 | # Odin32 API | 
|---|
| 5 | # | 
|---|
| 6 | #       oledlg.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 | $(OBJDIR)\oledlg.obj \ | 
|---|
| 21 | $(OBJDIR)\oledlgrsrc.obj \ | 
|---|
| 22 | $(DLLENTRY) | 
|---|
| 23 |  | 
|---|
| 24 |  | 
|---|
| 25 | # | 
|---|
| 26 | # Libraries. One space before the '\'. | 
|---|
| 27 | # | 
|---|
| 28 | LIBS = \ | 
|---|
| 29 | $(ODIN32_LIB)/kernel32.lib \ | 
|---|
| 30 | $(ODIN32_LIB)/$(ODINCRT).lib \ | 
|---|
| 31 | OS2386.LIB \ | 
|---|
| 32 | $(RTLLIB_O) | 
|---|
| 33 |  | 
|---|
| 34 |  | 
|---|
| 35 | # | 
|---|
| 36 | # Target name - name of the dll without extention and path. | 
|---|
| 37 | # | 
|---|
| 38 | TARGET = oledlg | 
|---|
| 39 |  | 
|---|
| 40 |  | 
|---|
| 41 | # | 
|---|
| 42 | # Includes the common rules. | 
|---|
| 43 | # | 
|---|
| 44 | !include $(ODIN32_POST_INC) | 
|---|
| 45 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.