Stringscan

Check-in [07faf86fdc]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Refine Windows build
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 07faf86fdce46c79319d5189f07bd0bd67f44bc32a07cf844f7b287446129e8c
User & Date: kevin 2017-07-09 04:59:06
Context
2017-07-09
05:02
More tweaks for Windows check-in: 81def18f46 user: kevin tags: trunk
04:59
Refine Windows build check-in: 07faf86fdc user: kevin tags: trunk
03:58
Begin Windows build check-in: 074c076009 user: kevin tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to buildexe.bat.

1
2
call %1\gcc -v -Wall icons.o versioninfo.o stringscan.c -m64 -I%2\include\ruby-2.3.0\x64-mingw32 -I%2\include\ruby-2.3.0 -L%2\lib -L%2\bin  -lShlwapi -o Stringscan.exe
 
|

1
2
call %1\gcc -v -Wall icons.o versioninfo.o stringscan.c -m64 -I%2\include\ruby-2.3.0\x64-mingw32 -I%2\include -I%2\include\ruby-2.3.0 -L%2\lib -L%2\bin -L%2%\lib\libx64-msvcrt-ruby230-dll.a -llibx64-msvcrt-ruby230   -lShlwapi -o Stringscan.exe
 

Changes to stringscan.c.

1

2
3
4
5
6
7
8
#include <C:\Users\kevin\Desktop\ruby23_mingw_loadrelative\include\ruby-2.3.0\ruby.h>

#include <Windows.h>
#include <shlobj.h>
#include <shlwapi.h>  
#include <tchar.h>
 
int main(int argc, char *argv[])
{

>







1
2
3
4
5
6
7
8
9
#include <C:\Users\kevin\Desktop\ruby23_mingw_loadrelative\include\ruby-2.3.0\ruby.h>
#include <ruby.h>
#include <Windows.h>
#include <shlobj.h>
#include <shlwapi.h>  
#include <tchar.h>
 
int main(int argc, char *argv[])
{