Skip to content

Commit

Permalink
branch this stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
henkman committed May 21, 2015
1 parent 3ebe8af commit 5331ca7
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 314 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
SRCS=virgo.c
OBJS=$(SRCS:.c=.o)
CFLAGS=-O3 -nostdlib -fno-asynchronous-unwind-tables -fno-builtin -fno-ident -ffunction-sections -fdata-sections -Wall -DRELEASE=1
LIBS=-lgdi32 -luser32 -lshell32 -lkernel32
LIBS=-lgdi32 -lmsvcrt -luser32 -lshell32 -lkernel32
LDFLAGS=-static -nostdlib -fno-builtin -s -Wl,-e,__main,--gc-sections,-subsystem,windows $(LIBS)
ARCH=32
ifeq ($(ARCH), 64)
Expand Down
Loading

0 comments on commit 5331ca7

Please sign in to comment.