aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/UltraStar.rc
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-04-06 11:36:03 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-04-06 11:36:03 +0000
commitb2a824d8f4fcf4d9038e2a360ac586fb0279e739 (patch)
tree79c473600e6ada136c7b2e63c8725565f8c4c521 /Game/Code/UltraStar.rc
parentda94f9cb1798038b5bbf898b1a92ab03c3a1628e (diff)
downloadusdx-b2a824d8f4fcf4d9038e2a360ac586fb0279e739.tar.gz
usdx-b2a824d8f4fcf4d9038e2a360ac586fb0279e739.tar.xz
usdx-b2a824d8f4fcf4d9038e2a360ac586fb0279e739.zip
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
Diffstat (limited to 'Game/Code/UltraStar.rc')
-rw-r--r--Game/Code/UltraStar.rc66
1 files changed, 33 insertions, 33 deletions
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"