Ignore:
Timestamp:
Dec 3, 2000, 12:27:03 AM (25 years ago)
Author:
bird
Message:

New makefile style.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/database/makefile.gcc

    r2770 r4712  
    1 # $Id: makefile.gcc,v 1.2 2000-02-12 23:54:30 bird Exp $
     1# $Id: makefile.gcc,v 1.3 2000-12-02 23:26:59 bird Exp $
    22
    33#
     
    66
    77# common include directory
    8 PDWIN32_INCLUDE = ..\..\include
    9 PDWIN32_TOOLS = ..\bin
    10 !include $(PDWIN32_INCLUDE)\pdwin32.tools
     8ODIN32_INCLUDE = ..\..\include
     9ODIN32_TOOLS = ..\bin
     10!include $(ODIN32_INCLUDE)\odin32.tools
    1111
    1212!ifndef OMF
     
    3434
    3535CDEFINES  = -D__WIN32OS2__ -D__WINE__ -DNOTDLL
    36 CINCLUDES = -I$(PDWIN32_INCLUDE)\Win -I$(PDWIN32_INCLUDE) -Imysql -Igd -I..\common
     36CINCLUDES = -I$(ODIN32_INCLUDE)\Win -I$(ODIN32_INCLUDE) -Imysql -Igd -I..\common
    3737# Note: Add -fhandle-exceptions if old gcc version.
    3838!ifndef DEBUG
     
    159159#
    160160dep:
    161     $(DEPEND) $(CINCLUDES) *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h \
     161    $(DEPEND) $(CINCLUDES) *.h *.asm *.inc $(ODIN32_INCLUDE)\*.h \
    162162        *.c *.cpp -objo *.c *.cpp
    163163    cd gd
Note: See TracChangeset for help on using the changeset viewer.