]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/g95.t
don't include unnecessary headers in the distribution
[wxWidgets.git] / distrib / msw / tmake / g95.t
index 55c9e53b014e9e2666cdb68043987ad1db98cfee..3ea3b709cc5247ea5a9d72383078b0c951500d4e 100644 (file)
@@ -98,7 +98,7 @@ DLL_EXTRA_LIBS = $(WXDIR)/lib/libzlib.a \
                      $(WXDIR)/lib/libxpm.a $(WXDIR)/lib/libtiff.a
 DLL_LDFLAGS = -L$(WXDIR)/lib
 DLL_LDLIBS = -mwindows -lcomctl32 -lctl3d32 -lole32 -loleaut32 \
-             -luuid -lrpcrt4 -lodbc32 -lwinmm \
+             -luuid -lrpcrt4 -lodbc32 -lwinmm -lopengl32 \
              -lwsock32 $(DLL_EXTRA_LIBS) \
                  -lstdc++
 endif
@@ -442,6 +442,8 @@ clean:
        -$(RM) ../xpm/*.bak
        -$(RM) ../tiff/*.o
        -$(RM) ../tiff/*.bak
+
+cleanall: clean
        -$(RM) $(WXLIB)
        -$(RM) $(ZLIBLIB)
        -$(RM) $(PNGLIB)
@@ -458,7 +460,3 @@ ifneq "$(strip $(LD_SUPPORTS_SHARED))" "yes"
 endif
 endif
 
-
-cleanall: clean
-
-