root/branches/Derelict2/inc/win32_inc.mak

Revision 490, 0.8 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 # 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=copy /y
18 RM=del /f /q
19 RMR=del /s /f /q
20 LIB_EXT=lib
21 LIB_PRE=
Note: See TracBrowser for help on using the browser.