X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=docs%2Fdeveloper%2FXML.txt;h=3523ef0e75ae6abad426d88b534858b5e9d798e3;hp=2e2ef596de523601b2a865a7e8748ee20259e491;hb=2b5ef55c7c51742f63d271e7b77c0b7e6e2ed2e5;hpb=b1bfb19ecd5ec8355065b2028a6de0c850197b2d diff --git a/docs/developer/XML.txt b/docs/developer/XML.txt index 2e2ef596..3523ef0e 100644 --- a/docs/developer/XML.txt +++ b/docs/developer/XML.txt @@ -1,27 +1,27 @@ -printf mess in q3map -(and in the libs) - -q3map: several breeds .. qprintf _printf printf -should all resolve to use a single Sys_Printf thing -and put #define printf .. - -for the static libs? need to use function pointers.. - -q3map uses common/cmdlib.c -Radiant links against cmdlib.lib based on libs/cmdlib/cmdlib.cpp - -but eventually we'll want to use the same Sys_Printf scheme in q3map AND Radiant? -qprintf and _printf are defined in common/cmdlib.c -BUT: modifying cmdlib would probably break bspc and other stuff that relies on it? - -moving q3map to use a custom version of cmdlib.c in q3map/cmdlib.c -removing the qprintf and _printf stuff, moving to a seperate printout.c file - -compiling libxml on win32: need to turn off a bunch of stuff. -problem: we got two xmlversion.h files?? -we can't get rid of using libxml/xmlversion.h, so the solution is to get rid of xmlversion.h -(add ../libxml to the paths) - -fuck! -we also compile some .c files from common/ ! --> create a common2/ dir .. +printf mess in q3map +(and in the libs) + +q3map: several breeds .. qprintf _printf printf +should all resolve to use a single Sys_Printf thing +and put #define printf .. + +for the static libs? need to use function pointers.. + +q3map uses common/cmdlib.c +Radiant links against cmdlib.lib based on libs/cmdlib/cmdlib.cpp + +but eventually we'll want to use the same Sys_Printf scheme in q3map AND Radiant? +qprintf and _printf are defined in common/cmdlib.c +BUT: modifying cmdlib would probably break bspc and other stuff that relies on it? + +moving q3map to use a custom version of cmdlib.c in q3map/cmdlib.c +removing the qprintf and _printf stuff, moving to a seperate printout.c file + +compiling libxml on win32: need to turn off a bunch of stuff. +problem: we got two xmlversion.h files?? +we can't get rid of using libxml/xmlversion.h, so the solution is to get rid of xmlversion.h +(add ../libxml to the paths) + +fuck! +we also compile some .c files from common/ ! +-> create a common2/ dir ..