Changeset 2280
- Timestamp:
- Jan 25, 2013, 5:55:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build/vs2010/Lol.Fx.props
r2278 r2280 15 15 set D=$(IntDir)%(Filename)%(Extension).cpp 16 16 echo /* This file was autogenerated. DO NOT MODIFY IT. */ > "%D%" 17 echo char const *lolfx_resource_%(Filename) = >> "%D%"17 echo extern "C" { char const *lolfx_resource_%(Filename) = >> "%D%" 18 18 setlocal disabledelayedexpansion 19 19 for /F "tokens=1,* delims=`" %%L in ('type "%(Fullpath)"') do ( … … 24 24 ) 25 25 endlocal 26 echo ; >> "%D%"</CommandLineTemplate>26 echo ;} >> "%D%"</CommandLineTemplate> 27 27 <Outputs>$(IntDir)%(FileName)%(Extension).cpp</Outputs> 28 28 <ExecutionDescription>%(FileName)%(Extension)</ExecutionDescription>
Note: See TracChangeset
for help on using the changeset viewer.