Changeset 39

Show
Ignore:
Timestamp:
08/13/04 16:25:01 (4 years ago)
Author:
jjr
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/win32.mak

    r38 r39  
    44# 
    55# TARGETS: 
    6 #  make or make all 
    7 #      Builds the dwt.lib 
    8 #  make clean 
    9 #      Delete files created during the build process 
     6#   make or make all 
     7#       Builds the dwt.lib 
     8#   make clean 
     9#       Delete files created during the build process 
    1010# 
    11 # NOTES:   This makefile is designed for digitalmars make.exe and lib.exe 
    12 #          on the Win32 platform.  A separate linux makefile is available 
    13 #          in this directory. 
     11# NOTES:    This makefile is designed for digitalmars make.exe and lib.exe 
     12#           on the Win32 platform.  A separate linux makefile is available 
     13#           in this directory. 
    1414# 
    1515# Makefile by John Reimer 
    1616# Date: 2004-02-19 
    17 # Updated: 2004-07-25 
     17# Updated: 2004-07-25 by JJR 
     18# Updated: 2004-08-13 by JJR -- Removed some outdated comments 
    1819 
    1920CFLAGS=-g -mn -6 -r 
     
    243244#   $(DMD) -c $(DFLAGS) $(SRC)   
    244245     
    245 ########################################################################## 
    246 # Note: single step compiling of this project currently doesn't work 
    247 # because of forward referencing issues. 
    248  
    249246# ######### dwt.graphics ########## 
    250247