root/branches/Derelict2/inc/linux_inc.mak

Revision 490, 0.7 kB (checked in by aldacron, 2 years ago)

[Derelict2]
* adjusted the makefiles a bit to reduce the chance of breaking the build when modifying config options.
* deleted most of the front page documentation, as it was just superfluous fluff, really.
* added build instructions for the make-based build system and the VisualD solution, all on the front page.
* added some actual content to toc.html

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 ######################################################################
11 # The following are used to enable a common build interface across platforms.
12 # They aren't intended to be modified. Doing so can easliy break the build.
13 ######################################################################
14 CP=cp -f
15 RM=rm -f
16 RMR=rm -rf
17 LIB_EXT=a
18 LIB_PRE=lib
19 DMAKE=make
Note: See TracBrowser for help on using the browser.