Subversion Repositories filter_foundry

Rev

Rev 314 | Rev 358 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 314 Rev 342
Line 127... Line 127...
127
 
127
 
128
(Currently only available in Windows)
128
(Currently only available in Windows)
129
 
129
 
130
The 32-bit version of Windows is able to create a 64-bit standalone filter
130
The 32-bit version of Windows is able to create a 64-bit standalone filter
131
and vice-versa. Therefore, the filters need to have each other be included
131
and vice-versa. Therefore, the filters need to have each other be included
132
as resource. To achieve this, place the created FilterFoundry.8bf and FilterFoundry64.8bf
132
as a resource. To achieve this, a post-build event is started that will
-
 
133
place the newest FilterFoundry.8bf and FilterFoundry64.8bf into the folder
133
into the folder **3264_mixer\in**. Then, run **3264_mixer\foundry_3264_mixer.bat**.
134
**3264_mixer\in**. Then, **3264_mixer\foundry_3264_mixer.bat** will be started,
-
 
135
which mixes everything together. It will then copy back the mixed 8BF files
-
 
136
into the original locations so that your debugger/IDE can work with them.
134
The updated files ready for publishing are then placed in **3264_mixer\out**.
137
The files ready for publishing are always placed in **3264_mixer\out**.
-
 
138
 
-
 
139
Unfortunately, the mixer will only work if a 64-bit file is existing,
-
 
140
therefore you MUST compile both 32-bit and 64-bit before you can continue!
-
 
141
Note: 32-bit and 64-bit don't need to be compiled using the same compiler.
-
 
142
It is fine to compile 64-bit using Visual C++ and 32-bit using OpenWatcom
-
 
143
(this is done by ViaThinkSoft to achieve Windows 9x compatibility).
-
 
144