Changeset 237


Ignore:
Timestamp:
Aug 9, 2005, 7:11:09 AM (20 years ago)
Author:
root
Message:

common makefile prefix settings for all makefiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/makefile_pre.mk

    r9 r237  
    1 # makefile_pre.mk - common settings for pre !include
     1# makefile_pre.mk - common makefile prefix settings for all makefiles
     2# $Id$
    23
    34LINK = ilink
    45
    5 !IFNDEF DEBUG
     6!ifndef DEBUG
    67DEBUG = 0
    7 !ENDIF
     8!endif
    89
    910CFLAGS = /G5 /Gm+ /Gs- /Gt- /IDLL /Mp /O- /Q+ /Sp4 /Ss /Ti+ /W3
    1011
    11 !IF $(DEBUG)
     12!if $(DEBUG)
    1213LFLAGS = /DE /ALIGN:4 /EXEPACK:2 /NOI /MAP /PMTYPE:PM /NOE
    13 !ELSE
     14!else
    1415LFLAGS = /ALIGN:4 /EXEPACK /MAP /NOI /PMTYPE:PM /NOE
    15 !ENDIF
     16!endif
    1617
    17 # INCLUDE = $(INCLUDE);dll;
    18 
     18# Includes can be in current director or dll subdirectory
    1919RCFLAGS = -i dll
    2020
    2121.SUFFIXES:
    22 
    2322.SUFFIXES: .c .rc .ipf
    2423
Note: See TracChangeset for help on using the changeset viewer.