Changeset 983 for trunk/vtree.mak


Ignore:
Timestamp:
Feb 26, 2008, 3:51:21 AM (17 years ago)
Author:
John Small
Message:

Change the SYM build code: DEBUB=1 is no longer required, new targets:
syms, exesyms and dllsyms. Also the dist target will build SYM files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/vtree.mak

    r976 r983  
    1010!include makefile_pre.mk
    1111
    12 all: $(BASE).exe $(BASE).res $(SYMS) .symbolic
     12all: $(BASE).exe $(BASE).res .symbolic
     13
     14sym: $(BASE).sym .symbolic
    1315
    1416$(BASE).res: $(BASE).rc icons\tree.ico bitmaps\*.bmp
Note: See TracChangeset for help on using the changeset viewer.