mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-10 13:12:34 +01:00
fix path
This commit is contained in:
parent
582a319ab1
commit
1ce4bd05f2
@ -6,7 +6,7 @@ echo WizardImageFile=%cd%\bitmaps\wizardimage.bmp >> xchat-wdk.iss
|
|||||||
echo WizardSmallImageFile=%cd%\bitmaps\wizardsmallimage.bmp >> xchat-wdk.iss
|
echo WizardSmallImageFile=%cd%\bitmaps\wizardsmallimage.bmp >> xchat-wdk.iss
|
||||||
cd ..
|
cd ..
|
||||||
echo SetupIconFile=%cd%\xchat.ico >> build\xchat-wdk.iss
|
echo SetupIconFile=%cd%\xchat.ico >> build\xchat-wdk.iss
|
||||||
type build\xchat-wdk.skel.iss >> xchat-wdk.iss
|
type build\xchat-wdk.skel.iss >> build\xchat-wdk.iss
|
||||||
set DEV_32=%cd%\dep-x86
|
set DEV_32=%cd%\dep-x86
|
||||||
cd src
|
cd src
|
||||||
echo DEV32 = %DEV_32% > makeinc.mak
|
echo DEV32 = %DEV_32% > makeinc.mak
|
||||||
|
Loading…
Reference in New Issue
Block a user