Go to file
Kp 5b01c33d94 Allow scons prefix list to have empty inner element
All targets have the unqualified entry in their search list.  Allow an
explicitly specified unqualified entry to suppress the implicit entry.
For example:

	scons dxx=e,,f

Previously, this was equal to scons dxx=e,f and would set CXXFLAGS to
the concatenation of:

	e_CXXFLAGS
	f_CXXFLAGS
	CXXFLAGS

Now, it remains dxx=e,,f and will concatenate:

	e_CXXFLAGS
	CXXFLAGS
	f_CXXFLAGS
2014-08-05 02:41:42 +00:00
common Let WINDOW_SEND_EVENT return a value 2014-08-05 02:34:06 +00:00
d1x-rebirth Use unique_ptr for pig/pog 2014-08-05 02:32:00 +00:00
d2x-rebirth Remove broken assembler support 2014-08-04 03:09:33 +00:00
similar Use unique_ptr for OGL texbuf 2014-08-05 02:33:10 +00:00
.gitignore Add some Xcode generated file ending with .perspectivev3 to gitignore 2013-08-05 19:14:24 +08:00
COPYING.txt corrected typo in COPYING.txt (it's to its) 2014-06-06 13:18:52 +02:00
GPL-3.txt Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
SConstruct Allow scons prefix list to have empty inner element 2014-08-05 02:41:42 +00:00