Allow setting type of Real at compilation time
authorSam Moore <[email protected]>
Thu, 17 Apr 2014 12:04:35 +0000 (20:04 +0800)
committerSam Moore <[email protected]>
Thu, 17 Apr 2014 12:04:35 +0000 (20:04 +0800)
commite164c93218ed4599614f4f6e5e815429a3fedbf7
treed3d93f871e45929724cfa822efb4476557cbc5a1
parent029e93dad12c51c69e47aa74dcc39f84d315bca3
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.
src/Makefile
src/ipdf.h
src/main.cpp
src/main.h
src/real.cpp [new file with mode: 0644]
src/real.h
src/screen.cpp
src/view.cpp
src/view.h

UCC git Repository :: git.ucc.asn.au