simplify the hierarchy section hierarchy

This commit is contained in:
Matthias Mailänder
2015-11-25 10:03:06 +01:00
parent d40cb941d3
commit ba5aec2d66

View File

@@ -128,13 +128,11 @@ Section "Game" GAME
File "${SRCDIR}\glsl\*.vert"
SectionEnd
SectionGroup /e "Settings"
Section "Desktop Shortcut" DESKTOPSHORTCUT
SetOutPath "$INSTDIR"
CreateShortCut "$DESKTOP\OpenRA.lnk" $INSTDIR\OpenRA.exe "" \
"$INSTDIR\OpenRA.exe" "" "" "" ""
SectionEnd
SectionGroupEnd
Section "Desktop Shortcut" DESKTOPSHORTCUT
SetOutPath "$INSTDIR"
CreateShortCut "$DESKTOP\OpenRA.lnk" $INSTDIR\OpenRA.exe "" \
"$INSTDIR\OpenRA.exe" "" "" "" ""
SectionEnd
;***************************
;Dependency Sections