head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2009.06.22.17.47.13; author rse; state Exp; branches; next 1.1; commitid 6P6Zss6uOZ1uuSSt; 1.1 date 2009.01.31.12.30.19; author rse; state Exp; branches; next ; commitid M7sSM7e7QUiLiBAt; desc @@ 1.2 log @upgrading package: premake 4.0 -> 4.1 @ text @Index: build/gmake.unix/Premake4.make --- build/gmake.unix/Premake4.make.orig 2009-06-22 01:17:29 +0200 +++ build/gmake.unix/Premake4.make 2009-06-22 19:44:58 +0200 @@@@ -28,8 +28,8 @@@@ CPPFLAGS += -MMD $(DEFINES) $(INCLUDES) CFLAGS += $(CPPFLAGS) $(ARCH) -Wall -Os CXXFLAGS += $(CFLAGS) - LDFLAGS += -s - LIBS += -lm -ldl + LDFLAGS += + LIBS += -lm RESFLAGS += $(DEFINES) $(INCLUDES) LDDEPS += LINKCMD = $(CC) -o $(TARGET) $(LDFLAGS) $(OBJECTS) $(RESOURCES) $(ARCH) $(LIBS) @@@@ -51,7 +51,7 @@@@ CFLAGS += $(CPPFLAGS) $(ARCH) -Wall -g CXXFLAGS += $(CFLAGS) LDFLAGS += - LIBS += -lm -ldl + LIBS += -lm RESFLAGS += $(DEFINES) $(INCLUDES) LDDEPS += LINKCMD = $(CC) -o $(TARGET) $(LDFLAGS) $(OBJECTS) $(RESOURCES) $(ARCH) $(LIBS) @ 1.1 log @new package: premake 4.0 (Build-Specification Generator) @ text @d2 4 a5 4 --- build/gmake.unix/Premake4.make.orig 2009-01-30 14:03:02 +0100 +++ build/gmake.unix/Premake4.make 2009-01-31 13:23:02 +0100 @@@@ -18,7 +18,7 @@@@ CPPFLAGS += $(if $(word 2, $(ARCH)), , -MMD) $(DEFINES) $(INCLUDES) d8 4 a11 2 - LDFLAGS += -s -lm -ldl + LDFLAGS += -lm d14 10 a23 1 LINKCMD = $(CC) -o $(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(ARCH) @