Ticket #71 (new enhancement)

Opened 1 year ago

Last modified 1 year ago

DSSS by example page should include program with -I and -L flags

Reported by: baxissimo Assigned to: Gregor
Priority: major Milestone:
Component: DSSS Version:
Keywords: Cc:

Description

Every bud .brf file I write has at least one -I directive. Generally if I don't need -I's I don't even bother to write a .brf file for bud.

Also I use a version of bud modified to accept environment variables (rebuild can handle environment variables, right?), so ideally I'd like to see the equivalent of this line in dsss.conf script:

-I$(DMDDIR)\dmd\import\derelict\opengl

Change History

05/24/07 21:51:49 changed by baxissimo

Seem this kind of info is now in README.software_engineers.

I still think it would help to explain what each line of the dsss is doing on the ByExample? page, and I still think an example using buildflags is needed, but you should link also to the README.software_engineers at the end of the by example page with a comment like:

"This has been a brief introduction to the features of DSSS, to learn more about the details of dsss.conf files see README.software_engineers."