Add an FGCom icon from fgcomgui (under GPL)
This commit is contained in:
parent
8579180c18
commit
ab38969274
4 changed files with 6 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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
BIN
utils/fgcom/fgcom.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
1
utils/fgcom/fgcom.rc
Normal file
1
utils/fgcom/fgcom.rc
Normal file
|
@ -0,0 +1 @@
|
|||
FGCOM ICON "fgcom.ico"
|
Loading…
Add table
Reference in a new issue