|
Revision 510, 1.3 kB
(checked in by aldacron, 2 years ago)
|
[Derelict2]
* added doc/use.html and inc/gdmd_inc.mak, both of which should have been added in the last couple of commits.
|
| Line | |
|---|
| 1 |
###################################################################### |
|---|
| 2 |
# Configurable Options |
|---|
| 3 |
###################################################################### |
|---|
| 4 |
# Change this to control the generated code. It should not be used to control output paths. |
|---|
| 5 |
DFLAGS=-release -O -inline |
|---|
| 6 |
|
|---|
| 7 |
###################################################################### |
|---|
| 8 |
# The following are used to enable a common build interface across platforms. |
|---|
| 9 |
# They aren't intended to be modified. Doing so can easliy break the build. |
|---|
| 10 |
###################################################################### |
|---|
| 11 |
OF=-of |
|---|
| 12 |
VER=-version= |
|---|
| 13 |
HD=-Hd$(IMPORT_DEST) |
|---|
| 14 |
DFLAGS_REQ=-lib -I../DerelictUtil |
|---|
| 15 |
###################################################################### |
|---|
| 16 |
# Configurable Options |
|---|
| 17 |
###################################################################### |
|---|
| 18 |
# Change this to control the generated code. It should not be used to control output paths. |
|---|
| 19 |
DFLAGS=-release -O -inline |
|---|
| 20 |
|
|---|
| 21 |
###################################################################### |
|---|
| 22 |
# The following are used to enable a common build interface across platforms. |
|---|
| 23 |
# They aren't intended to be modified. Doing so can easliy break the build. |
|---|
| 24 |
###################################################################### |
|---|
| 25 |
OF=-of |
|---|
| 26 |
VER=-version= |
|---|
| 27 |
HD=-Hd$(IMPORT_DEST) |
|---|
| 28 |
DFLAGS_REQ=-lib -I../DerelictUtil |
|---|