Changeset 2280


Ignore:
Timestamp:
Jan 25, 2013, 5:55:34 PM (10 years ago)
Author:
sam
Message:

build: fix LolFx rule for MSBuild again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build/vs2010/Lol.Fx.props

    r2278 r2280  
    1515set D=$(IntDir)%(Filename)%(Extension).cpp
    1616echo /* This file was autogenerated. DO NOT MODIFY IT. */ > "%D%"
    17 echo char const *lolfx_resource_%(Filename) = >> "%D%"
     17echo extern "C" { char const *lolfx_resource_%(Filename) = >> "%D%"
    1818setlocal disabledelayedexpansion
    1919for /F "tokens=1,* delims=`" %%L in ('type "%(Fullpath)"') do (
     
    2424)
    2525endlocal
    26 echo ; &gt;&gt; "%D%"</CommandLineTemplate>
     26echo ;} &gt;&gt; "%D%"</CommandLineTemplate>
    2727      <Outputs>$(IntDir)%(FileName)%(Extension).cpp</Outputs>
    2828      <ExecutionDescription>%(FileName)%(Extension)</ExecutionDescription>
Note: See TracChangeset for help on using the changeset viewer.