- Timestamp:
- Nov 22, 2001, 11:41:43 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/odincrt/makefile
r6918 r7420 1 # $Id: makefile,v 1.2 4 2001-10-01 01:40:31 birdExp $1 # $Id: makefile,v 1.25 2001-11-22 10:41:43 phaller Exp $ 2 2 3 3 # … … 30 30 !ifdef DEBUG 31 31 DBG=d 32 !else 32 !endif 33 34 !ifdef PROFILE 35 DBG=p 36 !endif 37 38 !ifdef RELEASE 33 39 DBG= 34 40 !endif 41 35 42 !ifdef VAC3 36 43 DEFFILE = odincrt$(DBG).def
Note:
See TracChangeset
for help on using the changeset viewer.