Skip to content
Snippets Groups Projects
Commit bde247d3 authored by Adriano Da Luz's avatar Adriano Da Luz Committed by Danilo K. S. Yorinori
Browse files

client.h: Added define to compile the client for Windows

parent 02146d28
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,11 @@
/* Definitions */
#define VERSIONFILE "conf/version"
#ifdef _WIN32
#define EXEFILE "bin/client.exe"
#else
#define EXEFILE "bin/client"
#endif
#define COLLECTDATAFILE "../data/collect-data.xml"
#define UPDATEOPTION "update"
#define INVENTORYOPTION "inventory"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment