Browse Source

build: fix LolFx generation on Visual Studio.

legacy
Sam Hocevar sam 12 years ago
parent
commit
00c6f57d61
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build/vs2010/Lol.Fx.props

+ 1
- 1
build/vs2010/Lol.Fx.props View File

@@ -14,7 +14,7 @@
<CommandLineTemplate>@echo off
set D=$(IntDir)%(Filename)%(Extension).cpp
echo /* This file was autogenerated. DO NOT MODIFY IT. */ &gt; "%D%"
echo char const *lolfx_%(Filename) = &gt;&gt; "%D%"
echo char const *lolfx_resource_%(Filename) = &gt;&gt; "%D%"
setlocal disabledelayedexpansion
for /F "tokens=1,* delims=`" %%L in ('type "%(Fullpath)"') do (
set "line=%%L"


||||||
x
 
000:0
Loading…
Cancel
Save