Changeset 39
- Timestamp:
- 08/13/04 16:25:01 (4 years ago)
- Files:
-
- trunk/src/win32.mak (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/win32.mak
r38 r39 4 4 # 5 5 # TARGETS: 6 # make or make all7 # Builds the dwt.lib8 # make clean9 # Delete files created during the build process6 # make or make all 7 # Builds the dwt.lib 8 # make clean 9 # Delete files created during the build process 10 10 # 11 # NOTES: This makefile is designed for digitalmars make.exe and lib.exe12 # on the Win32 platform. A separate linux makefile is available13 # 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. 14 14 # 15 15 # Makefile by John Reimer 16 16 # 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 18 19 19 20 CFLAGS=-g -mn -6 -r … … 243 244 # $(DMD) -c $(DFLAGS) $(SRC) 244 245 245 ##########################################################################246 # Note: single step compiling of this project currently doesn't work247 # because of forward referencing issues.248 249 246 # ######### dwt.graphics ########## 250 247
