Thanks for the input /hex.
Staffan, as a note, this command:
"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd"
is using the Windows SDK tools. The SDK is free, and you can use this
version instead of VC++ Express to build anything in the ooRexx project.
I was going to suggest using the SDK, but Microsoft has not included some
of the compiler tools in some of the earlier SDKs. Now I think they have
gone back to including them.
The nice thing about the SDK is it also includes rc.exe which you can use
to compile resource scripts in resource only DLLs for use with ooDialog.
--
Mark Miesfeld
On Thu, Oct 11, 2012 at 8:50 AM, hakan <hexi...@users.sourceforge.net>wrote:
> Staffan
> I have done it like this
> Created 2 shortcuts to cmd.exe ( 1 for 32bits and 1 for 64bits builds)
> In the properties for the 64 bits cmd.exe shortcut
> As target I have C:\Windows\System32\cmd.exe /E:ON /V:ON /T:0E /K
> "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /release
> /win7 /x64
> and startpath is \Users\hex\Documents\OORexx\ ( I use this for all
> oorexx related builds for 64bits)
> Start this shortcut and cd to oosqlite
>
> for 32 bits I use this as target in the properties for the shortcut
> C:\Windows\System32\cmd.exe /E:ON /V:ON /T:0E /K "C:\Program
> Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /release /win7 /x86
> startpath as above
>
> I had a problem to compile 32bits ooSQlie with FTS but Mark solved that
> By changing the makefile CFLAGS, remove switch /Gr (i have this flag
> removed from 64bits builds also even if 64bits compiled OK with this flag)
> and to add FTS add these flags to SQLITEFLAGS /DSQLITE_ENABLE_FTS3
> /DSQLITE_ENABLE_FTS3_PARENTHESIS
>
> that's it if I recall it correct
> /hex
>
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users