1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-04 07:15:47 +01:00

added arbitrary window levels

This commit is contained in:
kojima
2000-03-24 01:16:02 +00:00
parent 5bd797b066
commit 85ee588aa6
25 changed files with 218 additions and 184 deletions

View File

@@ -44,13 +44,15 @@ libwraster_la_SOURCES = \
gif.c
LTCOMPILE2=`echo $(LTCOMPILE) | sed -e s/-fomit-frame-pointer//`
COMPILE2=`echo $(COMPILE) | sed -e s/-fomit-frame-pointer//`
# cant compile asm stuff with optimizations
x86_specific.lo: x86_specific.c
$(LTCOMPILE) -O0 -c $<
$(LTCOMPILE2) -O0 -c $<
x86_specific.o: x86_specific.c
$(COMPILE) -O0 -c $<
$(COMPILE2) -O0 -c $<