forked from markus/S_New4
fix autogen
This commit is contained in:
parent
299d2ed5a1
commit
a11362018a
@ -1,3 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
g++ --std=c++14 accountManager.cpp accountManager.h main.cpp pageManager.cpp pageManager.h parameterManager.cpp parameterManager.h programManager.cpp programManager.h -lcurl -lpthread -o S_New4
|
g++ --std=c++14 accountManager.cpp accountManager.h main.cpp pageManager.cpp pageManager.h parameterManager.cpp parameterManager.h programManager.cpp programManager.h -lcurl -lpthread -o S_New4
|
||||||
|
|
||||||
|
sleep 3
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
#ifndef PARAMETERMANAGER_H
|
#ifndef PARAMETERMANAGER_H
|
||||||
#define PARAMETERMANAGER_H
|
#define PARAMETERMANAGER_H
|
||||||
|
|
||||||
|
#define linux
|
||||||
|
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
#include <string.h> // strlen
|
#include <string.h> // strlen
|
||||||
|
Loading…
Reference in New Issue
Block a user