SDL2 audio record test
[mirrors/Programs.git] / c / crypt / Makefile.win
CommitLineData
8de51304
H
1# Project: crypt\r
2# Makefile created by Dev-C++ 4.9.9.2\r
3\r
4CPP = g++.exe\r
5CC = gcc.exe\r
6WINDRES = windres.exe\r
7RES = crypt_private.res\r
8OBJ = crypt.o $(RES)\r
9LINKOBJ = crypt.o $(RES)\r
10LIBS = -L"C:/Dev-Cpp/lib" \r
11INCS = -I"C:/Dev-Cpp/include" \r
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" \r
13BIN = crypt.exe\r
14CXXFLAGS = $(CXXINCS) -fexpensive-optimizations -O3\r
15CFLAGS = $(INCS) -fexpensive-optimizations -O3\r
16RM = rm -f\r
17\r
18.PHONY: all all-before all-after clean clean-custom\r
19\r
20all: all-before crypt.exe all-after\r
21\r
22\r
23clean: clean-custom\r
24 ${RM} $(OBJ) $(BIN)\r
25\r
26$(BIN): $(OBJ)\r
27 $(CC) $(LINKOBJ) -o "crypt.exe" $(LIBS)\r
28\r
29crypt.o: crypt.c\r
30 $(CC) -c crypt.c -o crypt.o $(CFLAGS)\r
31\r
32crypt_private.res: crypt_private.rc \r
33 $(WINDRES) -i crypt_private.rc --input-format=rc -o crypt_private.res -O coff \r
This page took 0.265214 seconds and 4 git commands to generate.