mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-21 20:21:19 +00:00
Fix compilation of demo binaries
invalid conversion from ‘const char*’ to ‘char*’ There are no demo pk4 files available compatible to this 1.3.1 codebase. Add a note about it.
This commit is contained in:
parent
4f90a1db12
commit
260ddac543
1 changed files with 1 additions and 1 deletions
|
@ -10,11 +10,11 @@ cmake_minimum_required(VERSION 2.6)
|
|||
# maybe add these as options:
|
||||
# BUILD_GAMEPAK
|
||||
# TARGET_MONO
|
||||
# TARGET_DEMO -DID_DEMO_BUILD
|
||||
# SETUP
|
||||
# SDK -D_D3SDK
|
||||
|
||||
# don't add these as options, but document them?
|
||||
# TARGET_DEMO there are no demo pk4s compatible to this 1.3.1 codebase
|
||||
# IDNET_HOST -DIDNET_HOST=\\"%s\\"' % IDNET_HOST
|
||||
# DEBUG_MEMORY -DID_DEBUG_MEMORY', '-DID_REDIRECT_NEWDELETE
|
||||
# LIBC_MALLOC -DUSE_LIBC_MALLOC=0
|
||||
|
|
Loading…
Reference in a new issue