Prototyp Serwera w C #3
28
Makefile.win
28
Makefile.win
@ -1,28 +0,0 @@
|
|||||||
# Project: Server_C
|
|
||||||
# Makefile created by Dev-C++ 5.11
|
|
||||||
|
|
||||||
CPP = g++.exe
|
|
||||||
CC = gcc.exe
|
|
||||||
WINDRES = windres.exe
|
|
||||||
OBJ = SerwerC.o
|
|
||||||
LINKOBJ = SerwerC.o
|
|
||||||
LIBS = -L"D:/Dev-Cpp/MinGW64/lib" -L"D:/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib" -static-libgcc
|
|
||||||
INCS = -I"D:/Dev-Cpp/MinGW64/include" -I"D:/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"D:/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include"
|
|
||||||
CXXINCS = -I"D:/Dev-Cpp/MinGW64/include" -I"D:/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"D:/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -I"D:/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include/c++"
|
|
||||||
BIN = Server_C.exe
|
|
||||||
CXXFLAGS = $(CXXINCS)
|
|
||||||
CFLAGS = $(INCS)
|
|
||||||
RM = rm.exe -f
|
|
||||||
|
|
||||||
.PHONY: all all-before all-after clean clean-custom
|
|
||||||
|
|
||||||
all: all-before $(BIN) all-after
|
|
||||||
|
|
||||||
clean: clean-custom
|
|
||||||
${RM} $(OBJ) $(BIN)
|
|
||||||
|
|
||||||
$(BIN): $(OBJ)
|
|
||||||
$(CC) $(LINKOBJ) -o $(BIN) $(LIBS)
|
|
||||||
|
|
||||||
SerwerC.o: SerwerC.c
|
|
||||||
$(CC) -c SerwerC.c -o SerwerC.o $(CFLAGS)
|
|
62
Server_C.dev
62
Server_C.dev
@ -1,62 +0,0 @@
|
|||||||
[Project]
|
|
||||||
FileName=Server_C.dev
|
|
||||||
Name=Server_C
|
|
||||||
Type=1
|
|
||||||
Ver=2
|
|
||||||
ObjFiles=
|
|
||||||
Includes=
|
|
||||||
Libs=
|
|
||||||
PrivateResource=
|
|
||||||
ResourceIncludes=
|
|
||||||
MakeIncludes=
|
|
||||||
Compiler=
|
|
||||||
CppCompiler=
|
|
||||||
Linker=
|
|
||||||
IsCpp=0
|
|
||||||
Icon=
|
|
||||||
ExeOutput=
|
|
||||||
ObjectOutput=
|
|
||||||
LogOutput=
|
|
||||||
LogOutputEnabled=0
|
|
||||||
OverrideOutput=0
|
|
||||||
OverrideOutputName=
|
|
||||||
HostApplication=
|
|
||||||
UseCustomMakefile=0
|
|
||||||
CustomMakefile=
|
|
||||||
CommandLine=
|
|
||||||
Folders=
|
|
||||||
IncludeVersionInfo=0
|
|
||||||
SupportXPThemes=0
|
|
||||||
CompilerSet=0
|
|
||||||
CompilerSettings=0000000000000000000000000
|
|
||||||
UnitCount=1
|
|
||||||
|
|
||||||
[VersionInfo]
|
|
||||||
Major=1
|
|
||||||
Minor=0
|
|
||||||
Release=0
|
|
||||||
Build=0
|
|
||||||
LanguageID=1033
|
|
||||||
CharsetID=1252
|
|
||||||
CompanyName=
|
|
||||||
FileVersion=
|
|
||||||
FileDescription=Developed using the Dev-C++ IDE
|
|
||||||
InternalName=
|
|
||||||
LegalCopyright=
|
|
||||||
LegalTrademarks=
|
|
||||||
OriginalFilename=
|
|
||||||
ProductName=
|
|
||||||
ProductVersion=
|
|
||||||
AutoIncBuildNr=0
|
|
||||||
SyncProduct=1
|
|
||||||
|
|
||||||
[Unit1]
|
|
||||||
FileName=SerwerC.c
|
|
||||||
CompileCpp=0
|
|
||||||
Folder=
|
|
||||||
Compile=1
|
|
||||||
Link=1
|
|
||||||
Priority=1000
|
|
||||||
OverrideBuildCmd=0
|
|
||||||
BuildCmd=
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
|||||||
[Editors]
|
|
||||||
Order=0
|
|
||||||
Focused=0
|
|
||||||
[Editor_0]
|
|
||||||
CursorCol=33
|
|
||||||
CursorRow=34
|
|
||||||
TopLine=1
|
|
||||||
LeftChar=1
|
|
Loading…
Reference in New Issue
Block a user