Hello,

On Sat, 01 Jan 2011 14:29:21 +0100
Danny Backx <danny.ba...@scarlet.be> wrote:

> On Sat, 2011-01-01 at 15:21 +0200, Paul Sokolovsky wrote:
> > Ok, I see, need to run windres with -D_WIN32_WCE.
> 
> Sometimes not just that but with a specific value.

Yeah, and here comes the new question. As far as I can tell, msvc-based
software has those values in decimal, not in hex, like cegcc has. As a
reference, I can give
http://code.google.com/p/tman/source/browse/trunk/tman/Makefile?r=28 ,
which is gnumake file which still uses msvc compiler. 

# 300 for eVC 3.0
CEVersion=420
CePlatform=WIN32_PLATFORM_PSPC=400

CPP_FLAGS=/nologo /W3 /D "ARM" /D "_ARM_" /D "ARMV4" /D
UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)"

Googling confirms that (even though for native msvc projects,
CEVersion and friends are apparently nmake-defined vars), including
this:

http://msdn.microsoft.com/en-us/library/ms838200.aspx


So, what should we do?

> 
>       Danny
> -- 
> Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info
> 



-- 
Best regards,
 Paul                          mailto:pmis...@gmail.com

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to