Changeset 4712 for trunk/tools/database/makefile.gcc
- Timestamp:
- Dec 3, 2000, 12:27:03 AM (25 years ago)
- 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:30bird Exp $1 # $Id: makefile.gcc,v 1.3 2000-12-02 23:26:59 bird Exp $ 2 2 3 3 # … … 6 6 7 7 # common include directory 8 PDWIN32_INCLUDE = ..\..\include9 PDWIN32_TOOLS = ..\bin10 !include $( PDWIN32_INCLUDE)\pdwin32.tools8 ODIN32_INCLUDE = ..\..\include 9 ODIN32_TOOLS = ..\bin 10 !include $(ODIN32_INCLUDE)\odin32.tools 11 11 12 12 !ifndef OMF … … 34 34 35 35 CDEFINES = -D__WIN32OS2__ -D__WINE__ -DNOTDLL 36 CINCLUDES = -I$( PDWIN32_INCLUDE)\Win -I$(PDWIN32_INCLUDE) -Imysql -Igd -I..\common36 CINCLUDES = -I$(ODIN32_INCLUDE)\Win -I$(ODIN32_INCLUDE) -Imysql -Igd -I..\common 37 37 # Note: Add -fhandle-exceptions if old gcc version. 38 38 !ifndef DEBUG … … 159 159 # 160 160 dep: 161 $(DEPEND) $(CINCLUDES) *.h *.asm *.inc $( PDWIN32_INCLUDE)\*.h \161 $(DEPEND) $(CINCLUDES) *.h *.asm *.inc $(ODIN32_INCLUDE)\*.h \ 162 162 *.c *.cpp -objo *.c *.cpp 163 163 cd gd
Note:
See TracChangeset
for help on using the changeset viewer.