From ee82f7b1da6ea0c9563558f2e1cbed8af8025377 Mon Sep 17 00:00:00 2001 From: David Manura Date: Sat, 7 Apr 2012 22:47:09 -0400 Subject: cmake: fixed path style in .rc for mingw cross compile from linux --- src/lua.rc | 2 +- src/luac.rc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lua.rc b/src/lua.rc index 7654186..9829ab2 100644 --- a/src/lua.rc +++ b/src/lua.rc @@ -1,4 +1,4 @@ -0 ICON "..\\etc\\lua.ico" +0 ICON "../etc/lua.ico" 1 VERSIONINFO FILEVERSION 5,2,0,0 diff --git a/src/luac.rc b/src/luac.rc index 60eca7a..82cc252 100644 --- a/src/luac.rc +++ b/src/luac.rc @@ -1,4 +1,4 @@ -0 ICON "..\\etc\\lua.ico" +0 ICON "../etc/lua.ico" 1 VERSIONINFO FILEVERSION 5,2,0,0 -- cgit v1.2.1