Re: Ver 4.0 Another WIN98 parsing crash
- Posted by ne1uno Sep 15, 2008
- 886 views
jimcbrown said...
bernie said...
3. What special requirements are needed when building WIN98 binaries ?
Jeremy said something was different when building WIN98.
Edit config.wat and add "MANAGED_MEM=1" on its own line, no whitespace in front of it. This is the only difference.
heres a few more details include in your path= a path to eu4/bin and have a recent version of exwc.exe installed there. cd eu4/source ed makefile.wat EXE=set EUINC=$(PWD)\..\include && $(EX) #EXE=$(EX) change to #EXE=set EUINC=$(PWD)\..\include && $(EX) EXE=$(EX) run configure.bat to make the copies of the obj distribution files then edit config.wat which configure.bat creates but doesn't work well on win9x add PWD=path to your source dir MANAGED_MEM=1 wmake -f makefile.wat winall I think a few tests are still failing or hanging but this is how to run the windows tests. wmake -f makefile.wat testwin executables will be in the source directory you can copy them to the bin directory now.