source: release-kits/shared/launch4j/head_src/consolehead/Makefile.win@ 15024

Last change on this file since 15024 was 15024, checked in by oranfry, 16 years ago

putting launch4j in the shared area

File size: 987 bytes
Line 
1# Project: consolehead
2# Makefile created by Dev-C++ 4.9.9.2
3
4CPP = g++.exe
5CC = gcc.exe
6WINDRES = windres.exe
7RES =
8OBJ = consolehead.o ../head.o $(RES)
9LINKOBJ = consolehead.o ../head.o $(RES)
10LIBS = -L"C:/Dev-Cpp/lib" -n -s
11INCS = -I"C:/Dev-Cpp/include"
12CXXINCS = -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include"
13BIN = consolehead.exe
14CXXFLAGS = $(CXXINCS) -fexpensive-optimizations -O3
15CFLAGS = $(INCS) -fexpensive-optimizations -O3
16RM = rm -f
17
18.PHONY: all all-before all-after clean clean-custom
19
20all: all-before consolehead.exe all-after
21
22
23clean: clean-custom
24 ${RM} $(OBJ) $(BIN)
25
26$(BIN): $(OBJ)
27 $(CC) $(LINKOBJ) -o "consolehead.exe" $(LIBS)
28
29consolehead.o: consolehead.c
30 $(CC) -c consolehead.c -o consolehead.o $(CFLAGS)
31
32../head.o: ../head.c
33 $(CC) -c ../head.c -o ../head.o $(CFLAGS)
Note: See TracBrowser for help on using the repository browser.