diff --git a/Makefile.win b/Makefile.win deleted file mode 100644 index 4e8de3d..0000000 --- a/Makefile.win +++ /dev/null @@ -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) diff --git a/Server_C.dev b/Server_C.dev deleted file mode 100644 index fe21214..0000000 --- a/Server_C.dev +++ /dev/null @@ -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= - diff --git a/Server_C.layout b/Server_C.layout deleted file mode 100644 index 2bc41dd..0000000 --- a/Server_C.layout +++ /dev/null @@ -1,8 +0,0 @@ -[Editors] -Order=0 -Focused=0 -[Editor_0] -CursorCol=33 -CursorRow=34 -TopLine=1 -LeftChar=1