X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.win32;h=8f56e4a5f3ba6ef5c958dc2339f854e31c973237;hb=8d69a0cc312d7238f453b312f227cddd2cdf1951;hp=c2b045b766700de1fd6e1950514fc2a878319ba5;hpb=99c569a1257cc13ddd2201870266c9ef83ee3fcc;p=virtualjaguar diff --git a/Makefile.win32 b/Makefile.win32 index c2b045b..8f56e4a 100644 --- a/Makefile.win32 +++ b/Makefile.win32 @@ -81,6 +81,7 @@ obj/%.o: src/%.cpp vj: $(OBJS) $(LD) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) + strip --strip-all vj$(EXESUFFIX) # upx -9 vj$(EXESUFFIX) # Other stuff that has unusual dependencies