X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Main%2FMakefile;h=e9cc61b8a67b0cdb96d6b927a5b19d7553c6cdf5;hb=38264efc4dd47d5ce3a76a1bf8d003f4b99dcb4c;hp=ca3eb0b81af23fc3f05c24b3fb36139b49536a38;hpb=049776c07d1fe189a035d7066439ea006eb950b9;p=flightgear.git diff --git a/Main/Makefile b/Main/Makefile index ca3eb0b81..e9cc61b8a 100644 --- a/Main/Makefile +++ b/Main/Makefile @@ -29,14 +29,13 @@ CFILES = fg_init.c views.c $(INTERFACE_FILES) FGLIBS = -lAircraft -lAstro -lCockpit -lControls -lFlight \ -lJoystick -lLaRCsim -lSlew -lScenery -lTime -lWeather -lMath \ - -lc \ $(NULL) LCDEFS = -DGLUT LLDFLAGS = LDLIBS = $(FGLIBS) $(FG_DEBUG_LIBS) \ - $(INTERFACE_LIBS) $(GRAPHICS_LIBS) -lm -lfl + $(INTERFACE_LIBS) $(GRAPHICS_LIBS) -lm include $(FG_ROOT_SRC)/commondefs @@ -52,6 +51,9 @@ include $(COMMONRULES) #--------------------------------------------------------------------------- # $Log$ +# Revision 1.43 1998/01/22 02:59:37 curt +# Changed #ifdef FILE_H to #ifdef _FILE_H +# # Revision 1.42 1998/01/21 21:11:34 curt # Misc. tweaks. #