My own game disappeared from games menu??? - General Discussion and Assistance - CHDK Forum

My own game disappeared from games menu???

  • 2 Replies
  • 3168 Views
My own game disappeared from games menu???
« on: 28 / February / 2018, 10:58:39 »
Advertisements
I have been working on a game for my camera, it was in the games menu, but after my newest update, it disappeared.

My own game disappeared from games menu😧
« Reply #1 on: 28 / February / 2018, 11:19:15 »
If you are using a local copy of the CHDK source code checkedout  from the Assembla SVN repo, then you may very well lose changes you have made when you update your local copy.  I usually make patch files as I go along, allowing me the reapply my changes after I "make clean" or update from the repo.
« Last Edit: 28 / February / 2018, 11:21:41 by waterwingz »
Ported :   A1200    SD940   G10    Powershot N    G16

*

Offline srsa_4c

  • ******
  • 4451
Re: My own game disappeared from games menu???
« Reply #2 on: 28 / February / 2018, 11:46:03 »
Note that if you're maintaining your own modules, you may want to put their makefile entries in
modules/makefile_usermodules.inc
This file is not in svn, you have to create it. Example content (in case of a single module called blanker):
Code: [Select]
FLTS+=$Oblanker.flt

$Oblanker.flt: $Oblanker.o
See also posts starting from here.

 

Related Topics