diff options
| author | 2015-01-07 22:18:49 +1100 | |
|---|---|---|
| committer | 2015-01-07 22:18:49 +1100 | |
| commit | 53ab5084a468ffe9b029c84861eb2a69ec58199d (patch) | |
| tree | 740555af5a7937b47e0ad399a51324ff79e18d41 /makefile | |
| parent | f6823c26760f15496d1075ab058d8d2738d4e376 (diff) | |
fixed compile of derivatives (nw)
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -499,6 +499,9 @@ else ifeq ($(OSD),windows) DEFS += -DOSD_WINDOWS else +ifeq ($(OSD),winui) +DEFS += -DOSD_WINDOWS +else ifeq ($(OSD),osdmini) DEFS += -DOSD_MINI else @@ -506,7 +509,8 @@ $(error Unknown OSD) endif endif endif - +endif + #------------------------------------------------- # compile flags # CCOMFLAGS are common flags |
