From: Sam Moore Date: Thu, 17 Apr 2014 12:04:35 +0000 (+0800) Subject: Allow setting type of Real at compilation time X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;ds=sidebyside;h=e164c93218ed4599614f4f6e5e815429a3fedbf7;hp=e164c93218ed4599614f4f6e5e815429a3fedbf7;p=ipdf%2Fcode.git Allow setting type of Real at compilation time Use a REAL preprocessor definition. Pass it from the Makefile in variable DEF Can change using `make DEF=REAL=X` Also allowed changing bounds with arguments in main. Probably not that useful. Might remove later. Tried to make a tester that overlays a series of BMPs but the RenderBMP -> ScreenShot approach only works once; subsequent attempts lead to entirely filled images. ---