1
0
Fork 0

Add an FGCom icon from fgcomgui (under GPL)

This commit is contained in:
Clément de l'Hamaide 2013-10-31 14:07:31 +01:00
parent 8579180c18
commit ab38969274
4 changed files with 6 additions and 1 deletions

View file

@ -127,7 +127,7 @@ Section "" ;No components page, name is not important
CreateDirectory "$SMPROGRAMS\FlightGear"
CreateShortCut "$SMPROGRAMS\FlightGear\FlightGear-nightly-2010.lnk" "$INSTDIR\bin\fgrun.exe"
CreateShortCut "$SMPROGRAMS\FlightGear\FGCom-nightly-2010.lnk" "$INSTDIR\bin\fgcom.exe"
CreateShortCut "$SMPROGRAMS\FlightGear\FGCom-testing-nightly-2010.lnk" "$INSTDIR\bin\fgcom.exe -f910"
CreateShortCut "$SMPROGRAMS\FlightGear\FGCom-testing-nightly-2010.lnk" "$INSTDIR\bin\fgcom.exe" "-f910"
WriteUninstaller "$INSTDIR\bin\FlightGear_Uninstall.exe"

View file

@ -2,6 +2,10 @@
# set data installed location
set(PKGDATAPATH "${CMAKE_INSTALL_PREFIX}/share/flightgear")
if (MSVC)
set( RESOURCE_FILE fgcom.rc )
endif (MSVC)
# then to define the files themselves, in their 'installed'
# location, not their source location...
if (NOT DEFAULT_POSITIONS_FILE)

BIN
utils/fgcom/fgcom.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

1
utils/fgcom/fgcom.rc Normal file
View file

@ -0,0 +1 @@
FGCOM ICON "fgcom.ico"