From 035075ccbf369fd5f2d3286387706cf0b6bbad51 Mon Sep 17 00:00:00 2001 From: ejcoumans Date: Fri, 26 May 2006 14:43:49 +0000 Subject: [PATCH] added icon for demo executables --- msvc/appCcdPhysicsDemo.rc | 2 ++ msvc/appConvexDecompositionDemo.rc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/msvc/appCcdPhysicsDemo.rc b/msvc/appCcdPhysicsDemo.rc index 7d68a43e9..968eaa24c 100644 --- a/msvc/appCcdPhysicsDemo.rc +++ b/msvc/appCcdPhysicsDemo.rc @@ -27,3 +27,5 @@ FILEFLAGS 0x0 } } } + +APPICON ICON "bullet_ico.ico" \ No newline at end of file diff --git a/msvc/appConvexDecompositionDemo.rc b/msvc/appConvexDecompositionDemo.rc index 1ae9a01c1..083b2975b 100644 --- a/msvc/appConvexDecompositionDemo.rc +++ b/msvc/appConvexDecompositionDemo.rc @@ -27,3 +27,5 @@ FILEFLAGS 0x0 } } } + +APPICON ICON "bullet_ico.ico" \ No newline at end of file