Support for two shortcuts per function
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@602 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
$(OBJDIR)/aide.o: aide.c const.h struct.h global.h divers.h graph.h moteur.h \
|
||||
tables_aide.h aide.h sdlscreen.h texte.h clavier.h windows.h
|
||||
tables_aide.h aide.h sdlscreen.h texte.h clavier.h windows.h input.h
|
||||
$(OBJDIR)/boutons.o: boutons.c const.h struct.h global.h divers.h graph.h moteur.h \
|
||||
readline.h files.h loadsave.h init.h boutons.h operatio.h pages.h \
|
||||
erreurs.h readini.h saveini.h shade.h io.h aide.h texte.h sdlscreen.h \
|
||||
windows.h brush.h
|
||||
windows.h brush.h input.h
|
||||
$(OBJDIR)/brush.o: brush.c global.h struct.h const.h graph.h divers.h erreurs.h \
|
||||
windows.h sdlscreen.h
|
||||
$(OBJDIR)/clavier.o: clavier.c global.h struct.h const.h
|
||||
@@ -21,7 +21,7 @@ $(OBJDIR)/init.o: init.c const.h struct.h global.h graph.h boutons.h palette.h \
|
||||
aide.h operatio.h divers.h erreurs.h clavier.h io.h hotkeys.h files.h \
|
||||
setup.h windows.h sdlscreen.h mountlist.h
|
||||
$(OBJDIR)/input.o: input.c global.h struct.h const.h clavier.h graph.h sdlscreen.h \
|
||||
windows.h erreurs.h
|
||||
windows.h erreurs.h divers.h input.h
|
||||
$(OBJDIR)/io.o: io.c struct.h const.h io.h
|
||||
$(OBJDIR)/loadsave.o: loadsave.c const.h struct.h global.h graph.h divers.h pages.h \
|
||||
op_c.h boutons.h erreurs.h io.h sdlscreen.h windows.h loadsave.h
|
||||
@@ -40,7 +40,7 @@ $(OBJDIR)/pages.o: pages.c global.h struct.h const.h pages.h graph.h erreurs.h \
|
||||
divers.h windows.h
|
||||
$(OBJDIR)/palette.o: palette.c const.h struct.h global.h divers.h graph.h moteur.h \
|
||||
readline.h boutons.h pages.h aide.h sdlscreen.h erreurs.h op_c.h \
|
||||
windows.h
|
||||
windows.h input.h
|
||||
$(OBJDIR)/pxsimple.o: pxsimple.c global.h struct.h const.h sdlscreen.h divers.h
|
||||
$(OBJDIR)/pxtall.o: pxtall.c global.h struct.h const.h sdlscreen.h divers.h \
|
||||
pxsimple.h
|
||||
|
||||
Reference in New Issue
Block a user