From b2a824d8f4fcf4d9038e2a360ac586fb0279e739 Mon Sep 17 00:00:00 2001 From: tobigun Date: Sun, 6 Apr 2008 11:36:03 +0000 Subject: removed lazarus dependencies - added an implementation of AllocateHWnd/DeallocateHWnd to UCommon for the Win32 only units DirWatch and Midi... (do not use AllocateHWnd somewhere else) - added an own implementation of ShowMessage to UCommon (uses MessageBox in Windows, console-output otherwise) - linux still needs lresources for the lrs-file (will be removed soon) - the FPC windows version uses windows resources now (instead of lrs ones). compile them with windres (in FPC's "bin" dir) or delphi (a batch-file for windres will follow soon) - changed path-separator from '\' to '/' in RC-file for windres compatibility git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1006 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/UltraStar.rc | 66 +++++++++++++++++++++++++------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) (limited to 'Game/Code/UltraStar.rc') diff --git a/Game/Code/UltraStar.rc b/Game/Code/UltraStar.rc index 4bd9145d..622d0135 100644 --- a/Game/Code/UltraStar.rc +++ b/Game/Code/UltraStar.rc @@ -1,38 +1,38 @@ -Font TEX "..\Fonts\Normal\eurostar_regular.png" -Font FNT "..\Fonts\Normal\eurostar_regular.dat" +Font TEX "../Fonts/Normal/eurostar_regular.png" +Font FNT "../Fonts/Normal/eurostar_regular.dat" -FontB TEX "..\Fonts\Bold\eurostar_regular_bold.png" -FontB FNT "..\Fonts\Bold\eurostar_regular_bold.dat" +FontB TEX "../Fonts/Bold/eurostar_regular_bold.png" +FontB FNT "../Fonts/Bold/eurostar_regular_bold.dat" -FontO TEX "..\Fonts\Outline 1\Outline 1.png" -FontO FNT "..\Fonts\Outline 1\Outline 1.dat" +FontO TEX "../Fonts/Outline 1/Outline 1.png" +FontO FNT "../Fonts/Outline 1/Outline 1.dat" -FontO2 TEX "..\Fonts\Outline 2\Outline 2.png" -FontO2 FNT "..\Fonts\Outline 2\Outline 2.dat" +FontO2 TEX "../Fonts/Outline 2/Outline 2.png" +FontO2 FNT "../Fonts/Outline 2/Outline 2.dat" -MAINICON ICON "..\Graphics\ustar-icon_v01.ico" -//MAINICON ICON "..\Graphics\us.ico" +MAINICON ICON "../Graphics/ustar-icon_v01.ico" +//MAINICON ICON "../Graphics/us.ico" -CRDTS_BG TEX "..\Graphics\credits_v5_bg.png" -CRDTS_OVL TEX "..\Graphics\credits_v5_overlay.png" -CRDTS_blindguard TEX "..\Graphics\names_blindguard.png" -CRDTS_blindy TEX "..\Graphics\names_blindy.png" -CRDTS_canni TEX "..\Graphics\names_canni.png" -CRDTS_commandio TEX "..\Graphics\names_commandio.png" -CRDTS_lazyjoker TEX "..\Graphics\names_lazyjoker.png" -CRDTS_mog TEX "..\Graphics\names_mog.png" -CRDTS_mota TEX "..\Graphics\names_mota.png" -CRDTS_skillmaster TEX "..\Graphics\names_skillmaster.png" -CRDTS_whiteshark TEX "..\Graphics\names_whiteshark.png" -INTRO_L01 TEX "..\Graphics\intro-l-01.png" -INTRO_L02 TEX "..\Graphics\intro-l-02.png" -INTRO_L03 TEX "..\Graphics\intro-l-03.png" -INTRO_L04 TEX "..\Graphics\intro-l-04.png" -INTRO_L05 TEX "..\Graphics\intro-l-05.png" -INTRO_L06 TEX "..\Graphics\intro-l-06.png" -INTRO_L07 TEX "..\Graphics\intro-l-07.png" -INTRO_L08 TEX "..\Graphics\intro-l-08.png" -INTRO_L09 TEX "..\Graphics\intro-l-09.png" -OUTRO_BG TEX "..\Graphics\outro-bg.png" -OUTRO_ESC TEX "..\Graphics\outro-esc.png" -OUTRO_EXD TEX "..\Graphics\outro-exit-dark.png" +CRDTS_BG TEX "../Graphics/credits_v5_bg.png" +CRDTS_OVL TEX "../Graphics/credits_v5_overlay.png" +CRDTS_blindguard TEX "../Graphics/names_blindguard.png" +CRDTS_blindy TEX "../Graphics/names_blindy.png" +CRDTS_canni TEX "../Graphics/names_canni.png" +CRDTS_commandio TEX "../Graphics/names_commandio.png" +CRDTS_lazyjoker TEX "../Graphics/names_lazyjoker.png" +CRDTS_mog TEX "../Graphics/names_mog.png" +CRDTS_mota TEX "../Graphics/names_mota.png" +CRDTS_skillmaster TEX "../Graphics/names_skillmaster.png" +CRDTS_whiteshark TEX "../Graphics/names_whiteshark.png" +INTRO_L01 TEX "../Graphics/intro-l-01.png" +INTRO_L02 TEX "../Graphics/intro-l-02.png" +INTRO_L03 TEX "../Graphics/intro-l-03.png" +INTRO_L04 TEX "../Graphics/intro-l-04.png" +INTRO_L05 TEX "../Graphics/intro-l-05.png" +INTRO_L06 TEX "../Graphics/intro-l-06.png" +INTRO_L07 TEX "../Graphics/intro-l-07.png" +INTRO_L08 TEX "../Graphics/intro-l-08.png" +INTRO_L09 TEX "../Graphics/intro-l-09.png" +OUTRO_BG TEX "../Graphics/outro-bg.png" +OUTRO_ESC TEX "../Graphics/outro-esc.png" +OUTRO_EXD TEX "../Graphics/outro-exit-dark.png" -- cgit v1.2.3