|
Revision 502, 0.8 kB
(checked in by aldacron, 2 years ago)
|
[Derelict2]
* renamed darwin.mak and inc/darwin_inc.mak to mac.mak and inc/mac_inc.mak respectively
* updated build.html to reflect the changes
|
| Line | |
|---|
| 1 |
###################################################################### |
|---|
| 2 |
# Configurable Options |
|---|
| 3 |
###################################################################### |
|---|
| 4 |
# Change this if you want the libraries output to a different location. |
|---|
| 5 |
LIB_DEST=../lib |
|---|
| 6 |
|
|---|
| 7 |
# Change this if you want the .di files output to a different location. |
|---|
| 8 |
IMPORT_DEST=../import |
|---|
| 9 |
|
|---|
| 10 |
# You might need to change this in special circumstances, but be aware that it might not work properly. |
|---|
| 11 |
DMAKE=make |
|---|
| 12 |
|
|---|
| 13 |
###################################################################### |
|---|
| 14 |
# The following are used to enable a common build interface across platforms. |
|---|
| 15 |
# They aren't intended to be modified. Doing so can easliy break the build. |
|---|
| 16 |
###################################################################### |
|---|
| 17 |
CP=cp -f |
|---|
| 18 |
RM=rm -f |
|---|
| 19 |
RMR=rm -rf |
|---|
| 20 |
LIB_EXT=a |
|---|
| 21 |
LIB_PRE=lib |
|---|