summaryrefslogtreecommitdiff
path: root/Makefile_Win_Unicode.cmd
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 16:54:32 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 16:54:32 +0200
commitcbb59ba3fb48fb87065469eaa1b4a34a18851b9e (patch)
tree6f43ab99e0f22a33fccb941ab0441d1bee38adf9 /Makefile_Win_Unicode.cmd
parent1.11 (diff)
downloadFreeFileSync-cbb59ba3fb48fb87065469eaa1b4a34a18851b9e.tar.gz
FreeFileSync-cbb59ba3fb48fb87065469eaa1b4a34a18851b9e.tar.bz2
FreeFileSync-cbb59ba3fb48fb87065469eaa1b4a34a18851b9e.zip
1.12
Diffstat (limited to 'Makefile_Win_Unicode.cmd')
-rw-r--r--Makefile_Win_Unicode.cmd6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile_Win_Unicode.cmd b/Makefile_Win_Unicode.cmd
index 59fde788..61d53dce 100644
--- a/Makefile_Win_Unicode.cmd
+++ b/Makefile_Win_Unicode.cmd
@@ -1,8 +1,8 @@
::set these variables to the appropriate directories
-set widgets=C:\Programme\CodeBlocks\wxWidgets
-set widgetslib=C:\Programme\CodeBlocks\wxWidgets\lib\gcc_lib\mswu
+set widgets=C:\Programme\C++\wxWidgets
+set widgetslib=C:\Programme\C++\wxWidgets\lib\gcc_lib\mswu
set sources=.
-set mingw=C:\Programme\CodeBlocks\MinGW\bin
+set mingw=C:\Programme\C++\MinGW\bin
set parameters=-Wall -pipe -mthreads -D__GNUWIN32__ -DwxUSE_UNICODE -D__WXMSW__ -DFFS_WIN -O2 -DNDEBUG -DTIXML_USE_STL
path=%path%;%mingw%
bgstack15