Move the matrix declarations to the .c file instead of the header
[sdlpango.git] / Wix / README
blob1497aa3bc6711340e9b110e866bd2b92244728b9
1 These files are about merge module.\r
2 \r
3 Prepare WiX (http://sourceforge.net/projects/wix)\r
4 and libXSLT.\r
5 I use libXSLT in cygwin.\r
6 \r
7 run ./configure at parent directory.\r
8 It makes Makefile from Makefile.in.\r
9 \r
10 You should set LIGHT_PATH environment variable for\r
11 prefix of Pango-related binaries (i.e., C:\msys\1.0\local).\r
12 SDL.dll must be placed on current directory.\r
13 SDL_Pango.dll must be placed on ..\VisualC2003\Release.\r
14 And 'make merge_module'.\r
16 If you want to make sample MSI file, you should place\r
17 testbench.exe on ..\VisualC2003\testbench\Release. \r
18 C:\Program Files\Common Files\Merge Modules\VC_User_CRT71_RTL_X86_---.msm\r
19 should be there.\r
20 And 'make testbench'.\r
22 If you want to make development library MSI file, \r
23 SDL_Pango.lib must be placed on ..\VisualC2003\Release.\r
24 And 'make dev_vc'.\r
26  - NAKAMURA Ken'ichi\r