diff options
author | musil <tmusil@users.sourceforge.net> | 2011-06-30 12:03:26 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2011-06-30 12:03:26 +0000 |
commit | f2b14584f1aed4f835b8c03db4e64842889320ea (patch) | |
tree | e27f775c06ba2237efe78e18119f2fd6095bd8c9 /src/makefile_win | |
parent | 405e980e4e1e109cc7dc2264981765b0f1f5bdd0 (diff) |
added 3 folders for vsc Version 6, 7 and 9. you have to copy all the stuff to .. , and there you have to compile.
svn path=/trunk/externals/iem/iemgui/; revision=15127
Diffstat (limited to 'src/makefile_win')
-rw-r--r-- | src/makefile_win | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile_win b/src/makefile_win index 57660cd..a1be715 100644 --- a/src/makefile_win +++ b/src/makefile_win @@ -7,7 +7,7 @@ PD_INST_PATH = "C:\Programme\pd" PD_WIN_INCLUDE_PATH = /I. /I$(PD_INST_PATH)\src /I$(VIS_CPP_PATH)\include
-PD_WIN_C_FLAGS = /nologo /W3 /WX /DMSW /DNT /DPD /DWIN32 /DWINDOWS /Ox -DPA_LITTLE_ENDIAN
+PD_WIN_C_FLAGS = /nologo /W3 /WX /DMSW /DNT /DPD /DWIN32 /DHAVE_G_CANVAS_H /DWINDOWS /Ox -DPA_LITTLE_ENDIAN
PD_WIN_L_FLAGS = /nologo
|