Applied patch [ 1355355 ] Replace GPLed code in penguin sample and add features
(with Unicode and scope mods) By Sandro Sigala git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -35,7 +35,7 @@ PENGUIN_CXXFLAGS = /M$(__RUNTIME_LIBS_8)$(__DEBUGRUNTIME_3) /DWIN32 \
|
||||
$(CPPFLAGS) $(CXXFLAGS)
|
||||
PENGUIN_OBJECTS = \
|
||||
$(OBJS)\penguin_penguin.obj \
|
||||
$(OBJS)\penguin_lw.obj \
|
||||
$(OBJS)\penguin_dxfrenderer.obj \
|
||||
$(OBJS)\penguin_trackball.obj \
|
||||
$(OBJS)\penguin_penguin.res
|
||||
|
||||
@@ -302,12 +302,12 @@ $(OBJS)\penguin.exe: $(PENGUIN_OBJECTS) $(OBJS)\penguin_penguin.res
|
||||
|
||||
data:
|
||||
if not exist $(OBJS) mkdir $(OBJS)
|
||||
for %f in (penguin.lwo) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
|
||||
for %f in (penguin.dxf.gz) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
|
||||
|
||||
$(OBJS)\penguin_penguin.obj: .\penguin.cpp
|
||||
$(CXX) /c /nologo /TP /Fo$@ $(PENGUIN_CXXFLAGS) $**
|
||||
|
||||
$(OBJS)\penguin_lw.obj: .\lw.cpp
|
||||
$(OBJS)\penguin_dxfrenderer.obj: .\dxfrenderer.cpp
|
||||
$(CXX) /c /nologo /TP /Fo$@ $(PENGUIN_CXXFLAGS) $**
|
||||
|
||||
$(OBJS)\penguin_trackball.obj: .\trackball.c
|
||||
|
Reference in New Issue
Block a user