root/branches/Derelict2/inc/ldc_inc.mak

Revision 493, 0.6 kB (checked in by aldacron, 2 years ago)

* updated win32.mak so that it works with the new package makefile architecture
* removed DC variable declarations from dmd_inc.mak and ldc_inc.mak, since they are required on the command line
* deleted compiler_inc.mak, since it's now obsolete

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=-d-version=
13 HD=-Hd\$(IMPORT_DEST)
14 DFLAGS_REQ=-c -I../DerelictUtil
Note: See TracBrowser for help on using the browser.